-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 884 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: deepLearnR
Title: Interface to TensorFlow Deeplearning Framework
Version: 0.0.0.9000
Date: 2016-03-13
Authors@R: c(
person("Krishna", "Sankar", email = "[email protected]", role = c("aut", "cre")),
person("Billy","Vreeland", email = "[email protected]", role = "aut"),
person("Tej","Azad", email = "[email protected]", role = "aut")
)
Description: Package provides Classifier with different architectures - simple Linear
Neural Network, Deep Neural Network and Recursive Neural Network (rnn,gru & lstm).
The package interfaces with Tensorflow via the skflow python package.
Depends:
R (>= 3.2.3)
SystemRequirements: Python pckages TensorFlow, skflow and Pandas
License: GPL-3
LazyData: true
Imports:
rPython,
RJSONIO
RoxygenNote: 5.0.1
Repository: CRAN
Suggests: knitr,
rmarkdown,
testthat,
MASS
VignetteBuilder: knitr