GitHub - hcui2/MLP: An implementation of two layer fully connected neural network using backpropagation for classification problem from scratch · GitHub
Skip to content

Latest commit

 

History

1 Commit

Folders and files

Repository files navigation

MLP

  • An implementation of two layer fully connected neural network using backpropagation for classification problem from scratch.
  • Compute gradient using the chain rule.
  • Use cross entropy as the loss function and stochastic gradient descent to train the model parameters.
  • The implementation is inspired by logistic regression and softmax regression.

About

An implementation of two layer fully connected neural network using backpropagation for classification problem from scratch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages