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.33k stars 466 forks source link

cannot reshape array size. #23

Closed somesh636 closed 4 years ago

somesh636 commented 4 years ago

File "Neural_network.py", line 103, in complete_backward_propagation y = y.reshape(y_hat.shape) ValueError: cannot reshape array of size 900 into shape (25,900) issue

somesh636 commented 4 years ago

it was a return type error.