summaryrefslogtreecommitdiff
path: root/test/unit_tests/activationFunctions.test.js
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-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 activationFunction testingChristian Hodgden
2024-02-08initial commitTinWoodman92