|
4 | 4 |
|
5 | 5 | <div> |
6 | 6 |
|
7 | | - These notes accompany the Stanford CS class <a href="http://cs231n.stanford.edu/">CS231n: Convolutional Neural Networks for Visual Recognition</a>. |
| 7 | + These notes accompany the Stanford CS class <a href="http://cs231n.stanford.edu/">CS231n: Convolutional Neural Networks for Visual Recognition</a>. For questions/concerns/bug reports, please submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>. |
8 | 8 | <br> |
9 | | - For questions/concerns/bug reports contact <a href="http://cs.stanford.edu/people/jcjohns/">Justin Johnson</a> regarding the assignments, or contact <a href="http://cs.stanford.edu/people/karpathy/">Andrej Karpathy</a> regarding the course notes. You can also submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>. |
10 | | - <br> |
11 | | - We encourage the use of the <a href="https://hypothes.is/">hypothes.is</a> extension to annote comments and discuss these notes inline. |
| 9 | + <!-- For questions/concerns/bug reports contact <a href="http://cs.stanford.edu/people/jcjohns/">Justin Johnson</a> regarding the assignments, or contact <a href="http://cs.stanford.edu/people/karpathy/">Andrej Karpathy</a> regarding the course notes. You can also submit a pull request directly to our <a href="https://github.com/cs231n/cs231n.github.io">git repo</a>. --> |
| 10 | + <!-- <br> --> |
| 11 | + <!-- We encourage the use of the <a href="https://hypothes.is/">hypothes.is</a> extension to annote comments and discuss these notes inline. --> |
12 | 12 | </div> |
13 | 13 |
|
14 | 14 | <div class="home"> |
15 | 15 | <div class="materials-wrap"> |
16 | | - <div class="module-header">Spring 2019 Assignments</div> |
17 | | - |
| 16 | + <div class="module-header">Spring 2020 Assignments</div> |
18 | 17 | <div class="materials-item"> |
| 18 | + <a>Assignments will show up here once they are released.</a> |
| 19 | + </div> |
| 20 | + |
| 21 | + <!-- <div class="materials-item"> |
19 | 22 | <a href="assignments2019/assignment1/"> |
20 | 23 | Assignment #1: Image Classification, kNN, SVM, Softmax, Neural Network |
21 | 24 | </a> |
|
30 | 33 |
|
31 | 34 | <div class="materials-item"> |
32 | 35 | <a href="assignments2019/assignment3/"> |
33 | | - Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning |
| 36 | + Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning |
34 | 37 | with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks |
35 | 38 | </a> |
36 | | - </div> |
| 39 | + </div> --> |
37 | 40 | <!-- |
38 | 41 | <div class="module-header">Spring 2018 Assignments</div> |
39 | 42 |
|
|
52 | 55 |
|
53 | 56 | <div class="materials-item"> |
54 | 57 | <a href="assignments2018/assignment3/"> |
55 | | - Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning |
| 58 | + Assignment #3: Image Captioning with Vanilla RNNs, Image Captioning |
56 | 59 | with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks |
57 | 60 | </a> |
58 | 61 | </div> |
59 | 62 | --> |
60 | | - |
| 63 | + |
61 | 64 | <!-- |
62 | 65 | <div class="module-header">Winter 2016 Assignments</div> |
63 | 66 |
|
|
81 | 84 | </a> |
82 | 85 | </div> |
83 | 86 | --> |
84 | | - |
| 87 | + |
85 | 88 | <!-- |
86 | 89 | <div class="module-header">Winter 2015 Assignments</div> |
87 | 90 |
|
|
241 | 244 | Transfer Learning and Fine-tuning Convolutional Neural Networks |
242 | 245 | </a> |
243 | 246 | </div> |
244 | | - |
| 247 | + |
245 | 248 | </div> |
246 | 249 | </div> |
0 commit comments