/mlp

Deep net for regression w/ momentum

Primary LanguageMatlab

mlp

Super simple multilayer perceptron for neural net coursework.

features

  • Exponential learning rate decay
  • Custom activation functions
  • Arbitrary deep network architecture
  • Vectorised back/forward prop.
  • Option to make net non-fully connected.