diff options
author | demon <demon@FreeBSD.org> | 2015-03-06 17:47:51 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-03-06 17:47:51 +0800 |
commit | e92dc0302964a01e4848a7165c6d8d5dd318a129 (patch) | |
tree | 9afa17bcc65e9e44479becdcb7a817c8e11aa43a /math/Makefile | |
parent | 953c92ec7a788b353fc2d56402262332773562b1 (diff) | |
download | freebsd-ports-gnome-e92dc0302964a01e4848a7165c6d8d5dd318a129.tar.gz freebsd-ports-gnome-e92dc0302964a01e4848a7165c6d8d5dd318a129.tar.zst freebsd-ports-gnome-e92dc0302964a01e4848a7165c6d8d5dd318a129.zip |
New port: Theano.
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
http://deeplearning.net/software/theano/
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 9db8498bb4e7..b2f2c8b74512 100644 --- a/math/Makefile +++ b/math/Makefile @@ -582,6 +582,7 @@ SUBDIR += py-svgmath SUBDIR += py-symeig SUBDIR += py-sympy + SUBDIR += py-theano SUBDIR += py-ufl SUBDIR += py-viper SUBDIR += qalculate |