Skip to content

Commit 7c6be76

Browse files
authored
update
1 parent 5ae7baf commit 7c6be76

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
This tutorial was designed for easily diving into TensorFlow2.0. it includes both notebooks and source codes with explanation. **It will be continuously updated !** 🐍🐍🐍🐍🐍🐍
3434

35+
## Contents
36+
3537
#### 1 - Introduction
3638
- **Hello World** ([notebook](https://nbviewer.jupyter.org/github/YunYang1994/tensorflow2.0-examples/blob/master/1-Introduction/helloworld.ipynb)) ([code](1-Introduction/helloworld.py)). Very simple example to learn how to print "hello world" using TensorFlow.
3739
- **Variable** ([notebook](https://nbviewer.jupyter.org/github/YunYang1994/tensorflow2.0-examples/blob/master/1-Introduction/variable.ipynb)) ([code](1-Introduction/variable.py)). Learn to use variable in tensorflow.
@@ -109,5 +111,25 @@ This tutorial was designed for easily diving into TensorFlow2.0. it includes bo
109111

110112
- **DQN** ([notebook](6-Reinforcement_Learning/YOLOV2.ipynb)) ([code](6-Reinforcement_Learning/YOLOV2.py)). deep Q-network (DQN).
111113

114+
## Stargazers
112115

113116
[![Stargazers over time](https://starcharts.herokuapp.com/YunYang1994/TensorFlow2.0-Examples.svg)](https://starcharts.herokuapp.com/YunYang1994/TensorFlow2.0-Examples)
117+
118+
## Copyright
119+
120+
```
121+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
122+
Version 1, JUNE 2019
123+
124+
Copyright (C) 2019 YunYang1994 <dreameryangyun@sjtu.edu.cn>
125+
126+
Everyone is permitted to copy and distribute verbatim or modified
127+
copies of this license document, and changing it is allowed as long
128+
as the name is changed.
129+
130+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
131+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
132+
133+
0. You just DO WHAT THE FUCK YOU WANT TO. DON'T ASK ME, JUST DO IT.
134+
```
135+

0 commit comments

Comments
 (0)