prcastro / Nervoso.jl

Simple Neural Networks library written in Julia
Other
5 stars 0 forks source link

Change errorprime API #1

Closed prcastro closed 9 years ago

prcastro commented 9 years ago

An idea is to change someerrorprime to be the derivative of the error with respect to the output, and handle the chain rule outside (like in here https://github.com/prcastro/NeuralNetsLite.jl/blob/master/src/feedforward/network.jl#L103)