SkalskiP / ILearnDeepLearning.py

This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
https://medium.com/@skalskip
MIT License
1.35k stars 467 forks source link

Update Numpy deep neural network.ipynb #9

Closed Varad2305 closed 4 years ago

Varad2305 commented 4 years ago

'params_value' ends with a tuple of 'params_value', 'cost_history' and 'accuracy_history'. This gives an error while using full forward propagation to predict outputs.