diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:16:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:16:56 +0000 |
commit | b82d76b58c65a467468485555a79e10868008a2b (patch) | |
tree | 0a6c88f3f55fbc25f639fe995182b441562fa7c0 /math/Makefile | |
parent | Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized, (diff) |
Add p5-AI-Perceptron 0.01, a perl module intended as an introduction to
internal operations of neural networks.
Notes
Notes:
svn path=/head/; revision=36556
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 785b0e727178..554b44619c75 100644 --- a/math/Makefile +++ b/math/Makefile @@ -45,6 +45,7 @@ SUBDIR += oleo SUBDIR += p5-AI-NeuralNet-BackProp SUBDIR += p5-AI-NeuralNet-Mesh + SUBDIR += p5-AI-Perceptron SUBDIR += p5-Math-Expr SUBDIR += p5-Math-Logic SUBDIR += p5-MatrixReal |