/nn-framework

My implementation of NN framework

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nn-framework

My implementation of NN framework.

Short framework components description

Layers:

  • Dense
  • Dropout
  • Reshape
  • Flatten

Activation functions:

  • Sigmoid
  • Softmax
  • ReLU
  • TanH
  • LeakyReLU

Loss:

  • Crossentropy

Optimizer:

  • Adam