jabacat / jml

JABACAT-created machine learning library from scratch.
5 stars 5 forks source link

Add loss calculation #33

Open adamhutchings opened 11 months ago

adamhutchings commented 11 months ago

We should be able to see the performance of the neural network on its training data. To that end, we need a function to show the neural network average loss over the testing data, using the mean squared error at first.