Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 233 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 233 Bytes

NeuralNetUtils

Implementation of popular deep learning techniques

  1. Implemented forward/backward propagation for Logistic regression using gradient descent
  2. Implemented forward/backward propagation for NN with 1 hidden layer