## [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
https://www.python.org/downloads/
pip3 install numpyhttps://jupyter.readthedocs.io/en/latest/install.html