From 3ef33a01b1afa4cc849188fe2a50014e0bfd164c Mon Sep 17 00:00:00 2001 From: Jimmy Xiang Date: Tue, 25 Apr 2017 21:44:36 +0800 Subject: [PATCH 1/4] Update README.md --- Euler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Euler/README.md b/Euler/README.md index ba34219..c2b5972 100644 --- a/Euler/README.md +++ b/Euler/README.md @@ -1,9 +1,9 @@ -##Euler +## uler [Euler](https://projecteuler.net/archives) solutions About [Euler](https://projecteuler.net/about) -##Problems +## Problems - [Level1 001-025](level1/) - [Level2 026-050](level2/) - [Level3 051-075](level3/) From bd438161884a09d5a8a2e1d59dd628833ff56aa0 Mon Sep 17 00:00:00 2001 From: Jimmy Xiang Date: Tue, 25 Apr 2017 21:44:54 +0800 Subject: [PATCH 2/4] Update README.md --- Euler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Euler/README.md b/Euler/README.md index c2b5972..6073e4b 100644 --- a/Euler/README.md +++ b/Euler/README.md @@ -1,4 +1,4 @@ -## uler +## Euler [Euler](https://projecteuler.net/archives) solutions About [Euler](https://projecteuler.net/about) From 6ac0ffdd0a5c85d7db6faa41b49def454398d013 Mon Sep 17 00:00:00 2001 From: Jimmy Xiang Date: Tue, 25 Apr 2017 21:46:50 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 401d3ee..0f1b906 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -##Machine Learning +## Machine Learning -##课程 +## 课程 -####[机器学习](https://github.com/xxg1413/coursera/tree/master/Machine%20Learning-Andrew%20Ng) -- 吴恩达 -- 斯坦福大学 +#### [机器学习](https://github.com/xxg1413/coursera/tree/master/Machine%20Learning-Andrew%20Ng) -- 吴恩达 -- 斯坦福大学 - 课程进度: 100% - 作业: @@ -11,14 +11,14 @@ - [Jupyter Notebook](https://github.com/xxg1413/coursera/tree/master/Machine%20Learning-Andrew%20Ng/Jupyter%20Notebook) - 使用numpy,pandas,scikit-learn,matplotlib,tensorflow等库的Python3版 12% -####机器学习 -- 林軒田 -- 台湾大学 +#### 机器学习 -- 林軒田 -- 台湾大学 - [机器学习基石](https://github.com/xxg1413/coursera/tree/master/Machine%20Learning%20Foundations) - [机器学习技法](https://github.com/xxg1413/coursera/tree/master/Machine%20Learning%20Techniques) -####[CS231n: 面向视觉识别的卷积神经网络--Fei-Fei Li & Andrej Karpathy & Justin Johnson -- 斯坦福大学](https://github.com/xxg1413/coursera/tree/master/CS231n:%20Convolutional%20Neural%20Networks%20for%20Visual%20Recognition) +#### [CS231n: 面向视觉识别的卷积神经网络--Fei-Fei Li & Andrej Karpathy & Justin Johnson -- 斯坦福大学](https://github.com/xxg1413/coursera/tree/master/CS231n:%20Convolutional%20Neural%20Networks%20for%20Visual%20Recognition) - 课程进度: 第2集 - 作业: @@ -27,13 +27,13 @@ - 作业3 -####[机器学习中的神经网络--Geoffrey Hinton-多伦多大学](https://github.com/xxg1413/coursera/tree/master/Neural%20Networks%20for%20Machine%20Learning) +#### [机器学习中的神经网络--Geoffrey Hinton-多伦多大学](https://github.com/xxg1413/coursera/tree/master/Neural%20Networks%20for%20Machine%20Learning) - 课程进度: Lecture2 - 作业: - Octave - 使用Octave,默认版本 - Tensorflow 版本 -##读书 +## 读书 - [机器学习系统设计](https://github.com/xxg1413/MachineLearning/tree/master/Building Machine Learning Systems/) - 进度:100% - 项目:寻找实际数据练习 @@ -64,24 +64,24 @@ -##竞赛 +## 竞赛 - [Kaggle练习题题解](https://github.com/xxg1413/MachineLearning/tree/master/Kaggle/) - [Euler项目题解](https://github.com/xxg1413/MachineLearning/tree/master/Euler/) -##入门 +## 入门 - [numpy](https://github.com/xxg1413/MachineLearning/tree/master/numpy-tutorial/) - [pandas](https://github.com/xxg1413/MachineLearning/tree/master/pandas-tutorial/) - [sklearn](https://github.com/xxg1413/MachineLearning/tree/master/sklearn-tutorial/) - [tensorflow](https://github.com/xxg1413/Tensorflow/tree/master/tutorial) -##Spark +## Spark - [Introduction to Apache Spark](https://github.com/xxg1413/edx/tree/master/Introduction%20to%20Apache%20Spark) - [Distributed Machine Learning with Apache Spark](https://github.com/xxg1413/edx/tree/master/Distributed%20Machine%20Learning%20with%20Apache%20Spark) - [Big Data Analysis with Apache Spark]() -##项目列表 \ No newline at end of file +## 项目列表 From b8908cd2d322b701108acbd3f61aeb71facf99a1 Mon Sep 17 00:00:00 2001 From: Jimmy Xiang Date: Tue, 25 Apr 2017 21:53:31 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f1b906..761d27b 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ - Tensorflow 版本 ## 读书 -- [机器学习系统设计](https://github.com/xxg1413/MachineLearning/tree/master/Building Machine Learning Systems/) +- [机器学习系统设计](https://github.com/xxg1413/MachineLearning/tree/master/Building%20Machine%20Learning%20Systems) - 进度:100% - 项目:寻找实际数据练习 -- [机器学习实战](https://github.com/xxg1413/MachineLearning/tree/master/Machine Learning in Action/) +- [机器学习实战](https://github.com/xxg1413/MachineLearning/tree/master/Machine%20Learning%20in%20Action) - 进度:第2章 - 项目: -- [Python数据分析基础教程:NumPy学习指南](https://github.com/xxg1413/MachineLearning/tree/master/NumPy Beginner's Guide/) +- [Python数据分析基础教程:NumPy学习指南](https://github.com/xxg1413/MachineLearning/tree/master/NumPy%20Beginner's%20Guide) - 进度:100% - 项目:numpy入门 @@ -50,15 +50,15 @@ - 进度:Chapter3 - 项目: -- [集体智慧编程](https://github.com/xxg1413/MachineLearning/tree/master/Programming Collective Intelligence/) +- [集体智慧编程](https://github.com/xxg1413/MachineLearning/tree/master/Programming%20Collective%20Intelligence/) - 进度:100% - 项目:使用库重写所有例子 -- [R语言-实用数据分析和可视化技术](https://github.com/xxg1413/MachineLearning/tree/master/R for Everyone/) +- [R语言-实用数据分析和可视化技术](https://github.com/xxg1413/MachineLearning/tree/master/R%20for%20Everyone/) - 进度:100% - 项目: -- [Python网络数据采集](https://github.com/xxg1413/MachineLearning/tree/master/Web Scraping with Python/) +- [Python网络数据采集](https://github.com/xxg1413/MachineLearning/tree/master/Web%20Scraping%20with%20Python/) - 进度:100% - 项目:爬虫系统