Package: mxnet
Type: Package
Title: MXNet
Version: 0.5
Date: 2015-12-23
Author: Tianqi Chen, Qiang Kou, Tong He
Maintainer: Qiang Kou <qkou@umail.iu.edu>
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: BSD
URL: https://github.com/dmlc/mxnet/R-package
BugReports: https://github.com/dmlc/mxnet/issues
Imports:
    methods,
    Rcpp (>= 0.12.1),
    DiagrammeR (>= 0.8.1),
    data.table,
    jsonlite,
    magrittr,
    stringr
Suggests:
    testthat,
    mlbench,
    knitr,
    rmarkdown,
    imager,
    roxygen2
LinkingTo: Rcpp
RoxygenNote: 5.0.1
VignetteBuilder: knitr
