Join Slack
Powered by
A neural network built completely from scratch in ...
# feed
t
thomasnield
05/29/2019, 3:50 AM
A neural network built completely from scratch in Kotlin. Instead of using nasty calculus and backpropagation, it uses simple random-based hill climbing or simulated annealing to optimize the node weights/biases.
https://www.youtube.com/watch?v=WkPQgigeAdc
▾
👏 3
thomasnield
05/29/2019, 3:52 AM
These implementations were added to the "Kotlin Machine Learning Demos" project
https://github.com/thomasnield/kotlin-machine-learning-demos/blob/master/README.md
41
Views
Open in Slack
Previous
Next