danmcleran / tinymind

Tinymind is a Neural Network and Machine Learning project intended to provide a C++ template library for neural nets and machine learning algorithms within embedded systems.
MIT License
8 stars 2 forks source link

Remove randomness from unit testing #38

Open danmcleran opened 7 months ago

danmcleran commented 7 months ago

Remove the random number generation from the unit testing wrt weight initialization. Save off a known good set of weights for all NN configs and re-use.