Skip to content

Releases: juby/machinelearning

Now with CLI!

13 Jul 22:00
Compare
Choose a tag to compare

New features:

  • Cross-entropy cost function
  • All hyper-parameters, file locations, and cost function can now be specified from the command line

Basic Neural Network

09 Jul 18:27
Compare
Choose a tag to compare

Fully documented version of a basic neural network.

Basic Neural Network

07 Jul 22:36
Compare
Choose a tag to compare

This is a working version of my neural network, reflecting material from Neilson's book up through chapter 2. Performance is still sluggish, so some optimization steps may be taken from here.