Coursera
《Machine Learning》 by Andrew Ng
这是机器学习领域的经典课程,由斯坦福大学教授Andrew Ng主讲,内容涵盖监督学习、无监督学习等基础概念。
链接: [https://www.coursera.org/learn/machinelearning](https://www.coursera.org/learn/machinelearning)
《Deep Learning Specialization》 by Andrew Ng
专注于深度学习的基础知识,包括神经网络、卷积神经网络等。
链接: [https://www.coursera.org/specializations/deeplearning](https://www.coursera.org/specializations/deeplearning)
edX
《Artificial Intelligence (AI)》 by MIT
由麻省理工学院提供的AI入门课程,涵盖搜索算法、逻辑推理等内容。
链接: [https://www.edx.org/course/artificialintelligenceai](https://www.edx.org/course/artificialintelligenceai)
Udacity
《Intro to Machine Learning Nanodegree》
提供项目驱动的学习体验,适合想快速上手AI应用的人。
链接: [https://www.udacity.com/course/introtomachinelearningud120](https://www.udacity.com/course/introtomachinelearningud120)
2、开源书籍
对于喜欢自学或需要系统化阅读的人,这些书籍是很好的选择。
《HandsOn Machine Learning with ScikitLearn, Keras, and TensorFlow》
作者:Aurélien Géron
这本书详细介绍了机器学习和深度学习的基础知识,并通过代码示例帮助读者实践。
链接: [https://www.oreilly.com/library/view/handsonmachinelearning/9781492032632/](https://www.oreilly.com/library/view/handsonmachinelearning/9781492032632/)
《Python机器学习》
作者:Sebastian Raschka & Vahid Mirjalili
这本书非常适合Python编程者,内容涵盖数据预处理、模型训练和评估。
链接: [https://www.amazon.com/PythonMachineLearningSebastianRaschka/dp/1783555130](https://www.amazon.com/PythonMachineLearningSebastianRaschka/dp/1783555130)
《Artificial Intelligence: A Modern Approach》
作者:Stuart Russell & Peter Norvig
这是AI领域的经典教材,内容全面且理论性强,适合想要深入了解AI原理的人。
链接: [https://www.amazon.com/ArtificialIntelligenceModernApproach3rd/dp/0136042597](https://www.amazon.com/ArtificialIntelligenceModernApproach3rd/dp/0136042597)