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
Weights, biases and current tables are now stored with the rest of the neural network data. (_G[id]["weight"], _G[id]["bias"], _G[id]["current"] dictionary, might be removed on final release)
New cost/error functions: Binary cross entropy and hinge loss.
DOCUMENTATION UPDATES
Added new activation functions to documentation.
Added new cost/error functions to documentation.
Updated other stuff in documentation to match up with the new updates.
Updated documentation to look better using markdown styling
OTHER STUFF
Changed 'out' parameter on lnn.adjust() to 'output'.
Changed 'expectedout' parameter on lnn.adjust() to 'expectedoutput'.
FUTURE PLANS
Add the categorical cross entropy cost/error function in the next release. (v1.2.00)
Group the activation functions into lnn.activation. (_G["lnn"]["activation"])
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NEW FEATURES
DOCUMENTATION UPDATES
OTHER STUFF
FUTURE PLANS
Releasing within the next 1-2 hours.
Beta Was this translation helpful? Give feedback.
All reactions