Skip to content

Commit 8abb5d5

Browse files
author
Winnie Lin
committed
added warnings for legacy assignments, removed old reference in setup page.
1 parent 29fd740 commit 8abb5d5

10 files changed

+10
-1
lines changed

assignments/2016/assignment1.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2016/assignment1/
55
---
6+
**Note: this is the 2016 version of this assignment.**
67

78
In this assignment you will practice putting together a simple image classification pipeline, based on the k-Nearest Neighbor or the SVM/Softmax classifier. The goals of this assignment are as follows:
89

assignments/2016/assignment2.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: assignments2016/assignment2/
55
---
6+
**Note: this is the 2016 version of this assignment.**
67

78
In this assignment you will practice writing backpropagation code, and training
89
Neural Networks and Convolutional Neural Networks. The goals of this assignment

assignments/2016/assignment3.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: assignments2016/assignment3/
55
---
6+
**Note: this is the 2016 version of this assignment.**
67

78
In this assignment you will implement recurrent networks, and apply them to image captioning on Microsoft COCO. We will also introduce the TinyImageNet dataset, and use a pretrained model on this dataset to explore different applications of image gradients.
89

assignments/2017/assignment1.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2017/assignment1/
55
---
6+
**Note: this is the 2017 version of this assignment.**
67

78
In this assignment you will practice putting together a simple image classification pipeline, based on the k-Nearest Neighbor or the SVM/Softmax classifier. The goals of this assignment are as follows:
89

assignments/2017/assignment2.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2017/assignment2/
55
---
6+
**Note: this is the 2017 version of this assignment.**
67

78
In this assignment you will practice writing backpropagation code, and training
89
Neural Networks and Convolutional Neural Networks. The goals of this assignment

assignments/2017/assignment3.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2017/assignment3/
55
---
6+
**Note: this is the 2017 version of this assignment.**
67

78
In this assignment you will implement recurrent networks, and apply them to image captioning on Microsoft COCO. You will also explore methods for visualizing the features of a pretrained model on ImageNet, and also this model to implement Style Transfer. Finally, you will train a generative adversarial network to generate images that look like a training dataset!
89

assignments/2018/assignment1.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2018/assignment1/
55
---
6+
**Note: this is the 2018 version of this assignment.**
67

78
In this assignment you will practice putting together a simple image classification pipeline, based on the k-Nearest Neighbor or the SVM/Softmax classifier. The goals of this assignment are as follows:
89

assignments/2018/assignment2.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2018/assignment2/
55
---
6+
**Note: this is the 2018 version of this assignment.**
67

78
In this assignment you will practice writing backpropagation code, and training
89
Neural Networks and Convolutional Neural Networks. The goals of this assignment

assignments/2018/assignment3.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: page
33
mathjax: true
44
permalink: /assignments2018/assignment3/
55
---
6+
**Note: this is the 2018 version of this assignment.**
67

78
In this assignment you will implement recurrent networks, and apply them to image captioning on Microsoft COCO. You will also explore methods for visualizing the features of a pretrained model on ImageNet, and also this model to implement Style Transfer. Finally, you will train a Generative Adversarial Network to generate images that look like a training dataset!
89

setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can work on the assignment in one of two ways: locally on your own machine,
99

1010
### Working remotely on Google Cloud (Recommended)
1111

12-
**Note:** after following these instructions, make sure you go to **Download data** below (you can skip the **Working locally** section).
12+
**Note:** after following these instructions, you can skip the **Working locally** section.
1313

1414
As part of this course, you can use Google Cloud for your assignments. We recommend this route for anyone who is having trouble with installation set-up, or if you would like to use better CPU/GPU resources than you may have locally. Please see the set-up tutorial [here](https://github.com/cs231n/gcloud/) for more details. :)
1515

0 commit comments

Comments
 (0)