-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom loss functions and a R/W state matrix #936
base: master
Are you sure you want to change the base?
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee5fc8d - Browse repository at this point
Copy the full SHA ee5fc8dView commit details
Commits on Jun 16, 2024
-
Add partial support for loss functions
Add support for loss functions in CPU-based neural networks
Configuration menu - View commit details
-
Copy full SHA for 6baf8c6 - Browse repository at this point
Copy the full SHA 6baf8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb909c9 - Browse repository at this point
Copy the full SHA eb909c9View commit details -
OMG OMG OMG!!!!!! ZOOOOOMIESSS <3333
* IT WORKS FOR GPU NOW, DON'T TOUCH ANYTHING YET LMAO * Bugs noted: It throws if you don't provide a loss function; should be an extremely trivial fix, but I had this working, broke it, panicked, and had to fix it over the course of half an hour. So please, understand that I HAD TO COMMIT!!!
Configuration menu - View commit details
-
Copy full SHA for 1f2c681 - Browse repository at this point
Copy the full SHA 1f2c681View commit details -
`NeuralNetworkGPU` no longer throws an error when a loss function is not provided
Configuration menu - View commit details
-
Copy full SHA for ba12f82 - Browse repository at this point
Copy the full SHA ba12f82View commit details -
Generalize loss function for both CPU and GPU
Allow for using the same loss function between both CPU and GPU neural networks
Configuration menu - View commit details
-
Copy full SHA for 7371a23 - Browse repository at this point
Copy the full SHA 7371a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7840a - Browse repository at this point
Copy the full SHA 2a7840aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a762a48 - Browse repository at this point
Copy the full SHA a762a48View commit details -
Revert "Backup: Another thunderstorm, power outage risk"
This reverts commit a762a48.
Configuration menu - View commit details
-
Copy full SHA for 94fc99a - Browse repository at this point
Copy the full SHA 94fc99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba03eb3 - Browse repository at this point
Copy the full SHA ba03eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa337f3 - Browse repository at this point
Copy the full SHA aa337f3View commit details
Commits on Jun 17, 2024
-
Add `updateRAM` as: * property `NeuralNetwork.updateRAM: RAMFunction` * option `NeuralNetworkOptions.updateRAM` * option `NeuralNetworkTrainOptions.updateRAM` *(temporary sets `this.updateRAM` for the duration of the training session)*
Configuration menu - View commit details
-
Copy full SHA for c655c52 - Browse repository at this point
Copy the full SHA c655c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45d581 - Browse repository at this point
Copy the full SHA b45d581View commit details -
Configuration menu - View commit details
-
Copy full SHA for b703e4a - Browse repository at this point
Copy the full SHA b703e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda0349 - Browse repository at this point
Copy the full SHA fda0349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d392f1 - Browse repository at this point
Copy the full SHA 3d392f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce98bf1 - Browse repository at this point
Copy the full SHA ce98bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b9aa9 - Browse repository at this point
Copy the full SHA 51b9aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c8438 - Browse repository at this point
Copy the full SHA c5c8438View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8384a5 - Browse repository at this point
Copy the full SHA e8384a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21c387 - Browse repository at this point
Copy the full SHA a21c387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83574f6 - Browse repository at this point
Copy the full SHA 83574f6View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52edc88 - Browse repository at this point
Copy the full SHA 52edc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8f455 - Browse repository at this point
Copy the full SHA 8f8f455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b8515 - Browse repository at this point
Copy the full SHA 00b8515View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e6906 - Browse repository at this point
Copy the full SHA e4e6906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7b5ef - Browse repository at this point
Copy the full SHA 4d7b5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0ad75 - Browse repository at this point
Copy the full SHA cd0ad75View commit details
Commits on Jun 19, 2024
-
Update tests and documentation
Update tests and documentation to reflect recent change from `Autoencoder.includesAnomalies` to `Autoencoder.likelyIncludesAnomalies` as the method makes no API guarantee to detect anomalies with 100% accuracy
Configuration menu - View commit details
-
Copy full SHA for 693bd0b - Browse repository at this point
Copy the full SHA 693bd0bView commit details