Skip to content
/ ml Public

Implementations of various machine learning algorithms.

Notifications You must be signed in to change notification settings

dhammack/ml

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages