Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 266 Bytes

File metadata and controls

9 lines (6 loc) · 266 Bytes

info

Implementation of multi-layer perceptron (deep nueral network)

  • custom amount width and amount of layers
  • custom activation function
  • backpropagation implemented from scratch using only numpy

MLP.ipynb notebook with experiments and implenetation