项目作者: jperuski
项目描述 :
Code for ML algorithms from (mostly) scratch
高级语言: Python
项目地址: git://github.com/jperuski/machine_learning.git
Machine Learning Code
Coding machine learning algorithms from scratch. These are algorithmic templates for useful methods.
Centroids
- Kmeans - via Lloyd’s method
- Kmeans++ - via Lloyd’s method
Tensorflow Sandbox
- conda seteup
- Linear regression examples for API exploration
- Logistic regression experimtents