forked from hongyuXie/MachineLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
40 lines (36 loc) · 3.33 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 先秀一下本人机器学习资格认证证书,让大家可以放心Follow
![Machine Learning Qualification Certificate](amWiki/images/Machine_Learning_Certificate.png)
# 关于MachineLearning这个项目说明
![Robot logo](amWiki/images/logo.png)
## 关于构建这个学习文档构建所依赖的工具
* Atom --编辑软件
* NodeJS --不安装的话,amWiki有可能装不上
* amWiki --Atom的插件
* Markdown --需要会基本语法
* Mindjet --思维导图
* GitHub --你懂的,分布式版本控制工具
* --Git Bash
* --Git CMD
* --Git GUI
* --GitHub Desktop
* TortoiseGit --你懂的
* 更多等你去发现....
** 总结一下就是:这个学习文档的构建是基于:Atom+amWiki(Markdown)+Mindjet+GitHub+TortoiseGit构建的!!期待你的加入,一起完善,造福大众!!**
** 当然了,我非常期待你们的加入哦!!
## MachineLearning课程学习文档效果
[[Learn MachineLearning By The Web Docs](https://hongyuxie.github.io)]
## 项目的GitHub地址
[ [view this project on Github](https://github.com/hongyuXie/hongyuXie.github.io) ]
GitHub:
[![](https://img.shields.io/github/stars/hongyuXie/hongyuXie.github.io.svg?style=social&label=Star)](https://github.com/hongyuXie/hongyuXie.github.io " GitHub Stars")
[![](https://img.shields.io/github/forks/hongyuXie/hongyuXie.github.io.svg?style=social&label=Fork)](https://github.com/hongyuXie/hongyuXie.github.io "GitHub Forks")
[![](https://img.shields.io/github/watchers/hongyuXie/hongyuXie.github.io.svg?style=social&label=Watch)](https://github.com/hongyuXie/hongyuXie.github.io "GitHub Watch")
[![](https://img.shields.io/github/issues-raw/hongyuXie/hongyuXie.github.io.svg)](https://github.com/hongyuXie/hongyuXie.github.io "GitHub Open Issues")
[![](https://img.shields.io/github/issues-closed-raw/hongyuXie/hongyuXie.github.io.svg)](https://github.com/hongyuXie/hongyuXie.github.io "GitHub Closed Issues")
[![](https://img.shields.io/github/contributors/hongyuXie/hongyuXie.github.io.svg)](https://github.com/hongyuXie/hongyuXie.github.io "GitHub Contributors")
## 关于学习手册最终完成第一版日期
按照我本人的学习和整理的进度计划,这门课程学习手册最终整理完善日期大约是:**2017年09月上旬**
## 关于后续计划
等到这个手册完善之后(也就是**2017年09月上旬**后)
- 第一个计划:由于本门课程所涉及的算法的实现都是是基于Octave/Matlab的,因此,后续会将这些算法用Java/Python重新实现一遍,并提交到该项目中。
- 第二个计划:深入研究一些深度学习/强化学习框架,于此平行的计划是参与Kaggle比赛,并将比赛所有过程和代码同步到该项目中。