Skip to content
/ MLP Public

Python implementation of a multi-layered perceptron with one hidden layer and m nodes

Notifications You must be signed in to change notification settings

pluniak/MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MLP

Python implementation of a multi-layered perceptron for regression with one hidden layer and m nodes.

MLP_regression.py contains a class for building and training an MLP for regression as well as predicting and plotting values. Demo_MLP_regression.py demonstrates the usage of the above class.

About

Python implementation of a multi-layered perceptron with one hidden layer and m nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages