dhammack / ml

Implementations of various machine learning algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml

Implementations of various machine learning algorithms.

Contents

  • Linear Regression with custom basis functions
  • Logistic Regression with custom basis functions
  • Shallow (vanilla) neural network classifier
  • Deep neural net classifier, following Hinton's DREDNET recipe

Planned

  • Mixture Density Network
  • Gaussian Process
  • SVM
  • Relevance Vector Machine

About

Implementations of various machine learning algorithms.


Languages

Language:Python 100.0%