/Multilayer_Neural_Network_in_Python

Vanilla implementation of fully-connected multi-layer neural network in python

Primary LanguagePython

Multilayer Neural Network Python Implementation

A simple implementation of neural network written from scratch in Python.

Currently Supported:

  • Multi-layer construction
  • Activation: Sigmoid
  • Backprop: GD and SGD

Currently Not Supported:

  • Dropout
  • L1 and L2 Regularization