ralampay / ann

Artificial Neural Networks implemented in C++
52 stars 21 forks source link

Bug: Not training if hidden layer is greater than input (topology config) #18

Open ralampay opened 6 years ago

ralampay commented 6 years ago

[625, 50, 625] works but [625, 1000, 50, 625] doesn't

shalinsirwani commented 6 years ago

https://github.com/ralampay/ann/compare/master...shalinsirwani:patch-1?expand=1

shalinsirwani commented 6 years ago

Check above URL changes and clears your problem with above changes as suggested in above URL