issues
search
jabacat
/
jml
JABACAT-created machine learning library from scratch.
5
stars
5
forks
source link
Add training and testing data inside a model class
#5
Closed
adamhutchings
closed
1 year ago
adamhutchings
commented
1 year ago
Add members inside the Model class for training and testing data, as well as methods to add training and testing data after creation
adamhutchings
commented
1 year ago
Also, add the ability to calculate the average loss (using L^2 norm) on training and testing data