wncc/Hello-FOSS-ML

Titanic - Back-Propagation in Numpy

Aakriti28 opened this issue · 1 comments

A neural network has been coded from scratch in Numpy on the dataset in this notebook but it is incomplete; it misses the function for calculating gradients during back-propagation. Your task is to complete the function for calculating gradients, train the model and output the predictions on test data to a csv file.

I have taken this up... #31