summaryrefslogtreecommitdiff
path: root/test/reports
AgeCommit message (Collapse)Author
2024-02-15adding activation function testsChristian Hodgden
added sigmoid and relu. Relu currently fails because of -0. need to update src code.
2024-02-12Adding more binary conversion testsTinWoodman92
split static and dynamic testing
2024-02-09added module imports and describe() method to nnetwork testingChristian Hodgden
2024-02-09added module imports and describe() method to layer testingChristian Hodgden
2024-02-09added module imports and describe() method to activationFunction testingChristian Hodgden
2024-02-08Initial commit - setupTinWoodman92