forked from goldingn/gpflowr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.02 KB
/
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: gpflowr
Type: Package
Title: Gaussian Process Modelling Using TensorFlow
Version: 0.1.1
Date: 2017-04-30
Authors@R: c(
person("Nick", "Golding", role = c("aut", "cre"), email = "[email protected]")
)
Description: A port of the GPflow python package to R. gpflowr implements
Gaussian process models using Google's TensorFlow library (via the tensorflow
R package). This enables automatic gradient construction via symbolic
differentiation, efficient linear algebra, and portability to CPUs, GPUs, and
across platforms. Like tensorflow, this package requires installation of python
and TensorFlow.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/goldingn/gpflowr
BugReports: https://github.com/goldingn/gpflowr/issues
SystemRequirements: Python (>= 2.7.0) with header files and shared library;
TensorFlow (https://www.tensorflow.org/);
GPflow (https://github.com/GPflow/GPflow)
Imports:
reticulate (>= 0.7.0.9001)
Suggests:
testthat
RoxygenNote: 6.0.1