Skip to content

shaanrockz/mlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Multi Layer Perceptron

MLP written from scratch

Inputs to the class mlp

layers : number of nodes in each layers,

lr : learning rate for individual layers,

tr_func : transfer function for individual layers (0 - tanh, 1 - sigmoid, 2 - linear)

About

MLP written from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages