vipinkmenon / neuralNetwork

MIT License
245 stars 73 forks source link

Does it work with more than 10 neurons? #1

Open zil70 opened 2 years ago

zil70 commented 2 years ago

I have issues when trying to extend last layer neuron to more than 10. I always read 0 when running in SDK. It works fine if last layer neuron is less than 10. Is there some parameters I need to tune?

Thanks