Skip to content

Commit b8c36bd

Browse files
added general README
1 parent d33c6bd commit b8c36bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CS230 Code Examples
2+
3+
[Tutorials](https://cs230-stanford.github.io)
4+
5+
6+
We are happy to introduce some code examples that you can use for your CS230 projects. The code contains examples for TensorFlow and PyTorch, in vision and NLP. The structure of the repository is the following:
7+
8+
```
9+
README.md
10+
pytorch/
11+
vision/
12+
README.md
13+
nlp/
14+
README.md
15+
tensorflow/
16+
vision/
17+
README.md
18+
nlp/
19+
README.md
20+
```
21+
22+
You'll find a README.md in each sub-directory.

0 commit comments

Comments
 (0)