Skip to content

s-omranpour/MLP-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MLP-Numpy

A simple modular implementation of Multi Layer Perceptron in pure Numpy. I used the Iris dataset from scikit-learn library for the experiments.

Features

  • Fully modular and configurable
  • Different learning rates can be used for different layers and iterations. (Dynamic learning rate)
  • Pure numpy with no additional dependecies
  • Supports Linear, Softmax, Sigmoid, TanH, and ReLU activations

About

A simple modular implementation of Multi Layer Perceptron in pure Numpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published