We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff23fb commit ad9906dCopy full SHA for ad9906d
1 file changed
Deep_RL_tensorflow/TensorFlow_Tutorial.ipynb
@@ -28,7 +28,9 @@
28
"#### 관련 사이트\n",
29
"TensorFlow 공식 홈페이지 : http://tensorflow.org/\n",
30
"<br>TensorFlow Github 페이지 : https://github.com/tensorflow/tensorflow/releases\n",
31
- "<br>TensorFlow 딥러닝 기초 예제 : http://playground.tensorflow.org/"
+ "<br>TensorFlow Contributors : https://github.com/tensorflow/tensorflow/graphs/contributors\n",
32
+ "<br>TensorFlow 딥러닝 기초 예제 : http://playground.tensorflow.org/\n",
33
+ "<br>딥러닝 Docker Image : https://hub.docker.com/r/imcomking/tttskc/"
34
]
35
},
36
{
@@ -708,6 +710,14 @@
708
710
"####### pip install pandas"
709
711
712
713
+ {
714
+ "cell_type": "markdown",
715
+ "metadata": {},
716
+ "source": [
717
+ "<img src = \"word_embedding.png\" width='600'>\n",
718
+ "(출처: http://sebastianruder.com/word-embeddings-1/)"
719
+ ]
720
+ },
721
722
"cell_type": "code",
723
"execution_count": 37,
@@ -834,6 +844,18 @@
834
844
"####### pip install future euclid redis"
835
845
836
846
847
848
849
850
851
+ "\n",
852
+ "<img src='https://omarsbrain.files.wordpress.com/2010/02/rl.png'>\n",
853
+ "(출처 : Sutton, 1998, Reinforcement Learning: An Introduction)\n",
854
855
+ "<img src='http://www.randomant.net/wp-content/uploads/2016/05/q_learning3.jpg'>\n",
856
+ "(출처 : http://www.randomant.net/wp-content/uploads/2016/05/q_learning3.jpg)"
857
858
837
859
838
860
839
861
"execution_count": 38,
0 commit comments