Skip to content

Xnartharax/MachineLearning-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Projects

An implementation of a vanilla Multi-Layer-Perceptron from scratch with numpy which i wrote while in highschool

This includes implementation of optimizers including:

  • SGD
  • Momentum
  • Nesterov
  • Adam

Additionally a custom forward-mode differentiation is implemented for all components.

The whole system is benchmarked on the MNIST dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages