Native R API for Tensorflow
- Mentors
- Krishna Sankar, Tomasz Melcer
- Organization
- R project for statistical computing
R does not have a high-level modeling language for designing neural networks. Tensorflow, an open source python library, is a great tool for this functionality. In this project, I hope to create an R language binding for Tensorflow, through a wrapper over the existing C API, with the help of Rcpp. The C API directly exposes the core of Tensorflow, which is implemented in C++.