summaryrefslogtreecommitdiff
path: root/test
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-12Finalized binary converter dynamic test.HEADmainTinWoodman92
2024-02-12Adding more binary conversion testsTinWoodman92
split static and dynamic testing
2024-02-10added constructor and todosTinWoodman92
2024-02-10commented out activation function procedures and added todosTinWoodman92
2024-02-09Update activationFunctions.test.jsChristian Hodgden
Added test Todos
2024-02-09Update activationFunctions.test.jsChristian Hodgden
Added test constructor
2024-02-09replaces space indents with tab indentsChristian Hodgden
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
2024-02-08initial commitTinWoodman92