机器学习&深度学习学习资料汇总

书籍

  • 《机器学习》:周志华 西瓜书

  • 《深度学习》:花书

  • 《数学之美》:自然语言处理

  • 《统计学习方法(第二版)》 李航

  • 《Sklearn 与 TensorFlow 机器学习实用指南》

  • 《Hands-On Machine Learning with Scikit-Learn,Keras,and TensorFlow》

课程

作业答案:https://github.com/zyxue/stanford-cs229

课程笔记

博客

  • 怎么训练神经网络?

https://karpathy.github.io/2019/04/25/recipe/

  • 哪里可以跟进最新的ML动态

https://www.quora.com/What-are-the-best-regularly-updated-machine-learning-blogs-or-resources-available

  • Github深度学习的书籍以及相关文章汇总

https://github.com/Mikoto10032/DeepLearning

  • 教程那么多,你……看完了吗?

https://www.jiqizhixin.com/articles/2018-02-07-3

  • 2019年机器之心干货教程都在这里了

https://www.jiqizhixin.com/articles/2020-02-03-10

  • 吐血推荐,B站最强学习资源汇总(数据科学,机器学习,python)

https://www.jiqizhixin.com/articles/2020-04-14-3

推荐网站

http://deeplearning.net/

google的AI博客:https://ai.googleblog.com/

论文&代码:https://www.paperswithcode.com/

文章

matplotlib常用绘图: https://www.machinelearningplus.com/plots/top-50-matplotlib-visualizations-the-master-plots-python/

图像分割:https://neptune.ai/blog/image-segmentation-tips-and-tricks-from-kaggle-competitions?utm_source=reddit&utm_medium=post&utm_campaign=blog-image-segmentation-tips-and-tricks-from-kaggle-competitions

Github

问答&面试

深度学习500问:https://github.com/scutan90/DeepLearning-500-questions

包含机器、深度学习,算法:https://github.com/DarLiner/Algorithm_Interview_Notes-Chinese

技术面试相关知识:https://github.com/CyC2018/CS-Notes

从0开始书写ML代码资料汇总:

https://github.com/eriklindernoren/ML-From-Scratch

https://github.com/ddbourgin/numpy-ml

数据科学入门代码:https://github.com/joelgrus/data-science-from-scratch

《机器学习实战》配套代码,从0开始的: https://github.com/pbharrin/machinelearninginaction3x

入门&学习

Hands-on ML配套代码:https://github.com/ageron/handson-ml2

高星项目,包含TF&PyTorch例子:https://github.com/madewithml/lessons

人工智能知识树:https://github.com/apachecn/ai-roadmap/tree/master/v1.0

Tensorflow2.0入门学习:https://lyhue1991.github.io/eat_tensorflow2_in_30_days/

Last updated