mghosh00 / BasicNeuralNetwork

A python and java package to train neural networks for n-dimensional datapoints.
https://github.com/mghosh00/BasicNeuralNetwork
1 stars 0 forks source link

Softmax error fix #1

Closed mghosh00 closed 6 months ago

mghosh00 commented 6 months ago

There was a large error in the implementation of the softmax layer - this error has now been accounted for and fixed. We are now seeing much better behaviour in the circle_example