Skip to content

Latest commit

 

History

History
242 lines (129 loc) · 7.95 KB

README-CN.md

File metadata and controls

242 lines (129 loc) · 7.95 KB

ML-Roadmap

Roadmap to becoming a Machine Learning developer in 2020

入门

机器学习如此有趣!中文版

数据科学基础

数据分析

概念:

The Foundations of Data Science

Computational and Inferential Thinking -The Foundations of Data Science

数据挖掘算法:

LearnDataScience算法实现

资源列表

机器学习

吴恩达机器学习 中文版

Google机器学习速成课程

卡内基梅隆大学

深度学习

吴恩达深度学习

谷歌深度学习

数据学习

Learning From Data

神经网络

Youtube-Neural Networks

大学课程

斯坦福大学:

《统计学学习》

《机器学习》

《卷积神经网络》

《深度学习之自然语言处理》

麻省理工大学:

《神经网络介绍》

《机器学习》

《预测》

更多课程:

awesome-machine-learning

图书

机器学习:

Pattern Recognition and Machine Learning PDF Matlab实现

Introduction to Machine Learning with Python

Hands-On Machine Learning with Scikit-Learn and TensorFlow

手册:

understanding-machine-learning-theory-algorithms

ESLII

深度学习:

《深度学习》 官网 中文

神经网络:

入门书 中文

文章/小视频

Google TensorFlow

Python Machine

算法

机器学习

Python入门深度学习完整指南

最佳实践

博客

machinelearningmastery

iamtrask

深度学习

Python自然语言处理

教程列表

神经网络:

神经网络

rnn-effectiveness

NN-Manifolds-Topology

Understanding-LSTMs

augmented-rnns

spotify-cnns

算法

监督式学习:

决策树

朴素贝叶斯分类器

最小二乘法

逻辑回归

支持向量机

集成方法

无监督式学习:

聚类算法

5个著名的聚类算法:

K-Means

Mean-Shift

DBSCAN

EM/GMM

Agglomerative Hierarchical

其它:

主成分分析

奇异值分解

独立成分分析

更多算法列表:

Machine learning algorithms

a-tour-of-machine-learning-algorithms

Scikit-Learn算法文档:

supervised_learning

clustering

decomposition

model_selection

preprocessing

实践项目

8个有趣的项目

公共数据

更多进阶资源

awesome-deep-learning

awesome-deep-learning-papers

awesome-deeplearning-resources

About me

License

Copyright 2018 JsonChao

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.