Skip to content

twistedcubic/funML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithms

This is a repository of select machine learning algorithms. Written in Python and Matlab, with frameworks including Keras, Tensorflow, and PyTorch.

Algorithms so far:

  • Logistic regression
  • Batch and stochastic gradient descent
  • Descent using Newton's method/direction
  • Conjugate gradient (iterative version)
  • Backtracking line search
  • K-means clustering
  • Principal component analysis
  • A CNN model
  • A multilayer perceptron
  • Create word embeddings
  • MNIST training with MLP
  • A recurrent + CNN model classifying text

About

Machine learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published