您的位置:首页 > 编程语言 > Python开发

Machine Learning From Scratch-从头开始机器学习

2017-09-14 21:45 411 查看
Python implementations of some of the fundamental Machine Learning models and algorithms from scratch.

The purpose of this project is not to produce as optimized and computationally efficient algorithms as possible but rather to present the inner workings of them in a transparent way.

从头开始机器学习

一些基本的机器学习模型和算法的Python实现从零开始。

该项目的目的不是尽可能地产生优化和计算效率的算法,而是以透明的方式呈现它们的内部运作。

项目地址:https://github.com/eriklindernoren/ML-From-Scratch

更多教程:http://www.buluo360.com/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python 机器学习
相关文章推荐