• Stars
    star
    1
  • Language
    Julia
  • License
    MIT License
  • Created about 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Textbook implementations of some Machine Learning Algorithms in Julia.

A set of machine learning implementations in Julia, of textbook quality.

Currently Implemented

  • Logistic regression with multiple labels
  • 2 step Neural Network

The included tests perform hand-written digit recognition using a subset of the MNIST data.