Package: mxnet
Type: Package
Title: MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems
Version: 1.0.0
Date: 2017-06-27
Author: Tianqi Chen, Qiang Kou, Tong He
Maintainer: Qiang Kou <qkou@qkou.info>
Repository: DMLC
Description: MXNet is a deep learning framework designed for both efficiency
    and flexibility. It allows you to mix the flavours of deep learning programs
    together to maximize the efficiency and your productivity.
License: Apache License (== 2.0)
URL: https://github.com/dmlc/mxnet/tree/master/R-package
BugReports: https://github.com/dmlc/mxnet/issues
Imports:
    methods,
    Rcpp (>= 0.12.1),
    DiagrammeR (>= 0.9.0),
    visNetwork (>= 1.0.3),
    data.table,
    jsonlite,
    magrittr,
    stringr
Suggests:
    testthat,
    mlbench,
    knitr,
    rmarkdown,
    imager
Depends:
    R (>= 3.3.0)
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 5.0.1
