issues
search
deeplearningfromscratch2
/
deep-learning-from-scratch-2
밑바닥부터 시작하는 딥러닝 2! 판교에서 진행중 <3
12
stars
4
forks
source link
[cs231n Hands-On-Lab] Minimal Character RNN Implementation
#11
Open
Jeongah-Shin
opened
5 years ago
Jeongah-Shin
commented
5 years ago
[cs231n Hands-On-Lab] Minimal Character RNN Implementation
Topic
Generating petit William Shakespeare with RNN
Lecture 10 | Recurrent Neural Networks
Slides :
http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture10.pdf
Lecture video :
https://www.youtube.com/watch?v=6niqTuYFZLQ&list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv&index=10
Tensorflow Implementation :
https://github.com/solaris33/char-rnn-tensorflow
Simple Implementation
(Today we are going to cover)
:
https://gist.github.com/karpathy/d4dee566867f8291f086
pre-set
Python version >= 3.6
https://www.python.org/downloads/
Numpy module install
pip3 install numpy
Jupyter Notebook Install
https://jupyter.readthedocs.io/en/latest/install.html
[cs231n Hands-On-Lab] Minimal Character RNN Implementation
Topic
Lecture 10 | Recurrent Neural Networks
pre-set
pip3 install numpy