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

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

Related posts

Leave a Comment