wncc / Hello-FOSS-ML

The Machine Learning repository for Hello-FOSS
3 stars 31 forks source link

Titanic - Back-Propagation in Numpy #11

Open Aakriti28 opened 3 years ago

Aakriti28 commented 3 years ago

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.

sheelfshah commented 3 years ago

I have taken this up... #31