1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Deep Learning library for Python. Convnets, recurrent neural networks, and

more. Runs on Theano and TensorFlow.

WWW: http://keras.io/

PR:		210119
Submitted by:	Neel Chauhan <neel@neelc.org>
This commit is contained in:
Pawel Pekala 2016-06-22 17:14:44 +00:00
parent 90ff995407
commit 97a65c99c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417325
4 changed files with 32 additions and 0 deletions

View File

@ -603,6 +603,7 @@
SUBDIR += py-gsl
SUBDIR += py-igraph
SUBDIR += py-intspan
SUBDIR += py-keras
SUBDIR += py-luminol
SUBDIR += py-mathdom
SUBDIR += py-matplotlib

24
math/py-keras/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= keras
PORTVERSION= 1.0.4
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Deep Learning library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
USE_GITHUB= yes
GH_ACCOUNT= fchollet
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
math/py-keras/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1465323531
SHA256 (fchollet-keras-1.0.4_GH0.tar.gz) = 64abdd31dabb1abf704b922412e190fde8fe6777d1ff6396e48e75ff51024364
SIZE (fchollet-keras-1.0.4_GH0.tar.gz) = 211314

4
math/py-keras/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.
WWW: http://keras.io/