Skip to content

yankov/slonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slonic

Machine learning algorithms in Scala done for educational purposes.

Done so far

  • Linear regression
    • Closed-form solution
    • Gradient descent (vectorized solution)
    • Gradient descent (non-vectorized solution)
    • Stochastic gradient descent
  • Logistic regression
  • Perceptron
  • Multilayer perceptron (MLP)

TODO:

  • RNN
  • Convolutional Neural Networks

About

Machine Learning Algorithms in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages