index
:
nnetwork-js.git
dev
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Collapse
)
Author
2024-02-15
adding activation function tests
Christian Hodgden
added sigmoid and relu. Relu currently fails because of -0. need to update src code.
2024-02-12
Finalized binary converter dynamic test.
HEAD
main
TinWoodman92
2024-02-12
Adding more binary conversion tests
TinWoodman92
split static and dynamic testing
2024-02-10
added constructor and todos
TinWoodman92
2024-02-10
commented out activation function procedures and added todos
TinWoodman92
2024-02-09
Update activationFunctions.test.js
Christian Hodgden
Added test Todos
2024-02-09
Update activationFunctions.test.js
Christian Hodgden
Added test constructor
2024-02-09
replaces space indents with tab indents
Christian Hodgden
2024-02-09
added module imports and describe() method to nnetwork testing
Christian Hodgden
2024-02-09
added module imports and describe() method to layer testing
Christian Hodgden
2024-02-09
added module imports and describe() method to activationFunction testing
Christian Hodgden
2024-02-08
Initial commit - setup
TinWoodman92
2024-02-08
initial commit
TinWoodman92