Skip to content

Standard feedforward neural network with fully-connected layers.

Notifications You must be signed in to change notification settings

obdwinston/Multilayer-Perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multilayer Perceptron

Standard feedforward neural network with fully-connected layers 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

Standard feedforward neural network with fully-connected layers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages