Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 827 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 827 Bytes

cito

R-CMD-check

cito aims at helping you build and traing Neural Networks with the standard R syntax. It allows the whole model creation process and training to be done with one line of code as well as use all generic methods on the created object. It is based on the torch machine learning framework which is natively available for R. Therefore no Python installation or API is needed for this package.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("citoverse/cito")

Example