LiuQixuan / PythonLearningNoteLinks
Python 进阶学习笔记
☆510Updated 5 years ago
Alternatives and similar repositories for PythonLearningNote
Users that are interested in PythonLearningNote are comparing it to the libraries listed below
Sorting:
- ☆420Updated 4 years ago
- 周志华-机器学习☆280Updated 5 years ago
- 《机器学习实战》的python3源码☆1,336Updated 5 years ago
- note for the book Python for Data Analysis: Data Wrangling with Pandas, Numpy, and IPython by Wes McKinney☆220Updated 5 years ago
- 吴恩达机器学习公开课作业中文版本以及Python实现☆83Updated 6 years ago
- 机器学习、深度学习、自然语言处理、计算机视觉、各种算法等AI领域相关技术的路线、教程、干货分享。笔记有:机器学习实战、剑指Offer、cs231n、cs131、吴恩达机器学习、cs224n、python自然语言处理实战☆641Updated 4 years ago
- coursera吴恩达机器学习课程作业自写Python版本+Matlab原版☆941Updated 7 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆157Updated 9 years ago
- 吴恩达机器学习算法Python实现,附详细的代码注释。☆85Updated 5 years ago
- 机器学习算法项目☆987Updated 4 years ago
- 基于Tensorflow2的深度学习开源书籍☆347Updated 5 years ago
- 机器学习-Coursera-吴恩达- python+Matlab代码实现