Activity
Remove unneccesary large files (trained models)
Remove unneccesary large files (trained models)
Remove report assets from gitignore
Remove report assets from gitignore
Organize miscellaneous files/scripts
Organize miscellaneous files/scripts
Overhaul hyperparameter logging (incl. past files)
Overhaul hyperparameter logging (incl. past files)
Actually change cost function to crossentropy
Actually change cost function to crossentropy
Bug fix to epoch accuracy logging
Bug fix to epoch accuracy logging
Model state logging is 1000x more space efficient
Model state logging is 1000x more space efficient
Refactor logging into library; clean up main
Refactor logging into library; clean up main
Update gitignore to ignore results files
Update gitignore to ignore results files
Fix result check, add verbose toggle
Fix result check, add verbose toggle
Implement wt/bias tuning functions
Implement wt/bias tuning functions
Scaled wts/biases to allow negatives
Scaled wts/biases to allow negatives
Implement backpropagation of error
Implement backpropagation of error