项目作者: jperuski

项目描述 :
Code for ML algorithms from (mostly) scratch
高级语言: Python
项目地址: git://github.com/jperuski/machine_learning.git
创建时间: 2018-04-29T16:57:50Z
项目社区:https://github.com/jperuski/machine_learning

开源协议:

下载


Machine Learning Code

Coding machine learning algorithms from scratch. These are algorithmic templates for useful methods.

Centroids

  1. Kmeans - via Lloyd’s method
  2. Kmeans++ - via Lloyd’s method

    Tensorflow Sandbox

  3. conda seteup
  4. Linear regression examples for API exploration
  5. Logistic regression experimtents