]> gitweb.factorcode.org Git - factor.git/commit
machine-learning.functions: Add softmax, softmin, relu, etc.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 22 Jul 2017 23:49:39 +0000 (18:49 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 22 Jul 2017 23:49:39 +0000 (18:49 -0500)
commitdabc4c3d4997d4ae14589f711a8a4372e074d497
tree368f8180ae6a4d895a833a27839cfe0f47bd4baa
parent22c20bd8872a139ad013c13f3fe73f2c3f2f0e6c
machine-learning.functions: Add softmax, softmin, relu, etc.

Add some unit-tests.
extra/machine-learning/functions/authors.txt [new file with mode: 0644]
extra/machine-learning/functions/functions-tests.factor [new file with mode: 0644]
extra/machine-learning/functions/functions.factor [new file with mode: 0644]