1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slight changes in README.md More... about 2 months ago
Added info in README.md about Visual Studio and std c++ versions and the used libraries More... about 2 months ago
Switched to VS 2026 More... 3 months ago
Added blog page reference to README.md More... over 1 year ago
Fixed typo in function naming More... almost 2 years ago
Replaced some typedefs with using More... almost 2 years ago
Commented out the Gaussian noise parameter, since it doesn't seem to help for this particular case (dropout on input + batch normalization). More... about 2 years ago
Added a comment about dropout with batch normalization More... about 2 years ago
Experimental code (currently testing it) for adding Gaussian noise to input and the output of the hidden layers. Unlike dropout, this might work ok together with the batch normalization. More... about 2 years ago
Wrong assert preventing compiling in debug mode. Minor other changes More... about 2 years ago
Updated README.md with the latest results More... over 2 years ago
Better pretrained ensemble using AdamW solver instead of Adam and also a better value for beta2 parameter. Getting almost 99.55% accuracy on the test set. More... over 2 years ago
Dropped the default beta2 value to 0.98, the previous default (0.999, as in the paper) looks too much for more complex situations. More... over 2 years ago
Still playing with hyperparameters More... over 2 years ago
Still playing with the params More... over 2 years ago
Just changed the order of some params initialization, nothing important More... over 2 years ago
Another comment corrected More... over 2 years ago
Corrected a typo in a comment for AdamW More... over 2 years ago
Fixed an issue with parameters decay for AdamW, still need to test More... over 2 years ago
Removed the regularization term for bias from AdamW More... over 2 years ago
Added AdamW in README.md More... over 2 years ago
Added AdamW https://github.com/aromanro/MachineLearning/issues/29 and used it as default everywhere instead of Adam. Not tested yet, though. More... over 2 years ago
Update README.md More... over 2 years ago
Minor changes More... over 2 years ago
Added function that allows saving an EMNIST image (or an output from a neural network) to a PPM file More... over 2 years ago
Moved out a loading data function from NeuralNetworkTestsMNIST.cpp More... over 2 years ago
Corrected parenthesis for Eigen link in README.md More... over 2 years ago
Added info in README.md about Eigen More... over 2 years ago
Moved ensemble testing in a separate function. More... over 2 years ago
Added info in the README.md about the ensemble performance. More... over 2 years ago