Skip to content

Simple MLP - NeuralNetwork Library

Compare
Choose a tag to compare
@GiorgosXou GiorgosXou released this 25 Feb 21:58
· 120 commits to master since this release
4d95303
  • Crucial fix for back-propagation with "multiple activation functions".
  • Support for "multiple activation function" use without defining Functions.
  • Fixed const pointer ISSUE .
  • Minor fixes.