Skip to content

IBM/using-tensorflow-with-r

Repository files navigation

R and Tensorflow!

Why Use R with Tensorflow?

Repo Contents

If you're completely new to using R with Tensorflow, the hello-keras.Rmd notebook will give you an introduction.

Reproducibility.Rmd shows how to share and reuse models.

Visualization.Rmd is a playground for leveraging R's data visualization methods for introspecting experiment results.

Examples - You can find 2 examples in the R folder:

How to Use

Download large datasets to the downloads/ folder and git will ignore them.

Models are written to the models/ folder.

Additional Resources