上学期组队做项目,由于队友们都不熟悉 Git 以及 GitHub 的操作,特意写了一份 Git 工作流手册。
这学期有时间,整理了下。

Read More

最近数据挖掘的作业涉及到了熵,然而上课没怎么听懂,不知道 Entroy 、Information Gain的概念,Gogle了下,发现StackOverflow上有一篇极好的答案。为了理解透彻,尝试翻译了下。

Read More

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment