1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Oct 14, 2024 — Oct 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added blog page reference to README.md More... about 1 year ago
Fixed typo in function naming More... over 1 year ago
Replaced some typedefs with using More... over 1 year ago
Commented out the Gaussian noise parameter, since it doesn't seem to help for this particular case (dropout on input + batch normalization). More... over 1 year ago
Added a comment about dropout with batch normalization More... over 1 year 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... over 1 year ago
Wrong assert preventing compiling in debug mode. Minor other changes More... almost 2 years ago
Updated README.md with the latest results More... almost 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... almost 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... about 2 years ago
Still playing with hyperparameters More... about 2 years ago
Still playing with the params More... about 2 years ago
Just changed the order of some params initialization, nothing important More... about 2 years ago
Another comment corrected More... about 2 years ago
Corrected a typo in a comment for AdamW More... about 2 years ago
Fixed an issue with parameters decay for AdamW, still need to test More... about 2 years ago
Removed the regularization term for bias from AdamW More... about 2 years ago
Added AdamW in README.md More... about 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... about 2 years ago
Update README.md More... about 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
Added ensemble: 99.4575% on the test set while no 'pretrained' network from ensemble reaches 99.4% (highest is at 99.3725%, lowest is 99.2875%) More... over 2 years ago
Small changes More... over 2 years ago
Added some more things in README.md More... over 2 years ago