You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your implementation of the Neural Network, it is really helpful in my project.
I tested the demo you have described in the ReadME file of the XOR dataset but after running the demo_1_xor.py file the network is not able to predict the targets of the test dataset at all as seen here:
Any idea what is wrong here? From the learning curves it seems like the network is learning properly but these predictions are pretty off. Do you think the architecture of the network needs to be more complex for XOR? or is there any other problem?
Thanks,
Indraneel.
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for your implementation of the Neural Network, it is really helpful in my project.
I tested the demo you have described in the ReadME file of the XOR dataset but after running the demo_1_xor.py file the network is not able to predict the targets of the test dataset at all as seen here:
Any idea what is wrong here? From the learning curves it seems like the network is learning properly but these predictions are pretty off. Do you think the architecture of the network needs to be more complex for XOR? or is there any other problem?
Thanks,
Indraneel.
The text was updated successfully, but these errors were encountered: