Skip to content

obdwinston/Multilayer-Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multilayer perception implemented from scratch. Standard feedforward neural network to solve classification and regression problems.

  • Single/Multioutput Regression
  • Binary/Multilabel/Multiclass Classification
  • L1/L2 Regularisation
  • Dropout Regularisation
  • Mini-Batch Gradient Descent (GD)
  • Adam Optimisation (Momentum GD + RMS Propagation)
  • Learning Rate Decay

animation The baseline verification was performed with Scikit-Learn's MLPClassifier on a generated dataset (3 features, 4 classes). Test accuracy scores for both models were about 0.9, with comparable runtimes.

About

Feedforward neural network with fully-connected layers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages