Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gogamza committed May 9, 2017
1 parent d4a7451 commit 57a8449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ This repository is for practicing [R tensorflow](https://cran.r-project.org/pack
- **Concept 3**: [Convolutional neural network](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch09_cnn/Concept03_cnn.md)
- **Concept 4**: [Convolutional neural network model debugging(2)](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch09_cnn/Concept04_cifar.md), **Newly added**

## [Chapter 10](https://github.com/haven-jeon/TensorFlow-Book-R/tree/master/ch10_rnn) - Recurrent Neural Network(_working_)
## [Chapter 10](https://github.com/haven-jeon/TensorFlow-Book-R/tree/master/ch10_rnn) - Recurrent Neural Network

- **Concept 1**: [Loading timeseries data](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept01_timeseries_data.md)
- **Concept 2**: [Recurrent neural networks](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept02_rnn.md)
- **Concept 3**: Applying RNN to real-world data for timeseries prediction
- **Concept 3**: [Applying RNN to real-world data for timeseries prediction](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept03_rnn_real_world.md)

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Summary
- **Concept 3**: [Convolutional neural network](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch09_cnn/Concept03_cnn.md)
- **Concept 4**: [Convolutional neural network model debugging(2)](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch09_cnn/Concept04_cifar.md), **Newly added**

[Chapter 10](https://github.com/haven-jeon/TensorFlow-Book-R/tree/master/ch10_rnn) - Recurrent Neural Network(*working*)
------------------------------------------------------------------------------------------------------------------------
[Chapter 10](https://github.com/haven-jeon/TensorFlow-Book-R/tree/master/ch10_rnn) - Recurrent Neural Network
-------------------------------------------------------------------------------------------------------------

- **Concept 1**: [Loading timeseries data](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept01_timeseries_data.md)
- **Concept 2**: [Recurrent neural networks](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept02_rnn.md)
- **Concept 3**: Applying RNN to real-world data for timeseries prediction
- **Concept 3**: [Applying RNN to real-world data for timeseries prediction](https://github.com/haven-jeon/TensorFlow-Book-R/blob/master/ch10_rnn/Concept03_rnn_real_world.md)

0 comments on commit 57a8449

Please sign in to comment.