haven-jeon / TensorFlow-Book-R

This is the unofficial code repository for Machine Learning with TensorFlow(R).
58 stars 32 forks source link
r tensorflow

Machine Learning with TensorFlow(R version)

This is the unofficial code repository for Machine Learning with TensorFlow with R.

This repository is for practicing R tensorflow modeling exercises. I'm personally writing this code for me to know that there are some areas where you can get the benefits of R, and that the code in the book may contain partially improved or experimented code. (example: CNN model view )

TODO

Requirement

Summary

Chapter 2 - TensorFlow Basics

Chapter 3 - Regression

Chapter 4 - Classification

Chapter 5 - Clustering (working)

Chapter 6 - Hidden markov models

Chapter 7 - Autoencoders

Chapter 8 - Reinforcement learning (working)

Chapter 9 - Convolutional Neural Networks

Chapter 10 - Recurrent Neural Network