You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2023/SP23/intro-cv-series/README.md
+4-24Lines changed: 4 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ intro-cv-series
46
46
| -- workshop-1
47
47
| -- [Workshop 1 Resources]
48
48
| -- ...
49
-
| -- Default_Main_Header_Dark.png
50
-
| -- Default_Main_Header_Light.png
49
+
| -- CV_Main_Header_Dark.png
50
+
| -- CV_Main_Header_Light.png
51
51
| -- ...
52
52
| -- README.md
53
53
```
@@ -60,45 +60,27 @@ intro-cv-series
60
60
61
61
# 2. Getting Started
62
62
63
-
## 2.1 Workshop 1 - Intro to CV: Pytorch and Neural Networks
63
+
## 2.1 Workshop 1 - Intro to CV: Pytorch and Image Classification
64
64
65
65
<!--
66
66
You can write something up for each worksop or use their marketing descriptions.
67
67
-->
68
68
69
-
An introduction to Pytorch, basic machine learning formulations, and neural networks. This workshop will lead students through developing a multi layer neural network to classify handwritten digits from the MNIST dataset, and provide the foundation and intuitions for students to begin tackling basic computer vision problems on their own, and empower their own learning.
70
-
71
-
Slides:
72
-
<!--
73
-
SECTION: Resources
74
-
---------
75
-
Make sure to cite everything you use, whether directly or for inspiration!
76
-
-->
69
+
Interested in learning about Computer Vision - teaching computers to process and classify images? Come to our 1st of 3 Intro to CV Workshops this quarter! In this workshop, participants will receive a code-focused, interactive introduction to Pytorch, Neural Networks, and Image Classification in MNIST. Make sure to bring a computer, as we will have interactive notebooks for participants to code along with the presenters.
Interested in learning about Computer Vision - teaching computers to process and classify images? Come to our 1st of 3 Intro to CV Workshops this quarter! In this workshop, participants will receive a code-focused, interactive introduction to Pytorch, Neural Networks, and Image Classification in MNIST. Make sure to bring a computer, as we will have interactive notebooks for participants to code along with the presenters.
92
+
93
+
Workshop 1 consists of 4 components:
94
+
-[Presentation](./presentation-resources/) used during the workshop.
95
+
-[Main Notebook](./Main_Notebook_Intro_to_CV_Workshop_1_Pytorch_and_Image_Classification.ipynb) with completed code and explanations.
96
+
-[Interactive Notebook](./Interactive_Notebook_Intro_to_CV_Workshop_1_Pytorch_and_Image_Classification.ipynb) with questions and exercises for the reader.
97
+
-[Summary Graphic](./presentation-resources/) to summarize key points of the workshop.
98
+
99
+
<!--
100
+
Note: The above list will depend on your specific workshop.
0 commit comments