English to Korean translation project for the notes and assignments for Stanford CS class CS231n: Convolutional Neural Networks for Visual Recognition.
- Fork this repository
- Translate the assigned file (markdown, ipython-notebook, etc.) into Korean - Please refer to the glossary
- Send PR
To view the rendered site in your browser,
- Install Jekyll - follow the instructions [here]
git clone [email protected]
cd cs231n.github.io
jekyll serve
- View the website at http://localhost:4000