CodingTrain / CodingTrain/Toy-Neural-Network-JS
Activation functions as static context instead of constant
Open
- Dominant language
- JavaScript
- Stars
- 437
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
We are currently using constant to declare those activation functions.
I think it will be much better if we use static context instead to declare them.
[Here](https://gist.github.com/xxMrPHDxx/f05b1ae9c722e4cbd99fd41f722fb5dc) I included the code in my gist as a reference.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.