Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cs230-stanford/cs230-code-examples

Code examples in pyTorch and Tensorflow for CS230
https://github.com/cs230-stanford/cs230-code-examples

computer-vision natural-language-processing pytorch tensorflow

Last synced: 25 days ago
JSON representation

Code examples in pyTorch and Tensorflow for CS230

Awesome Lists containing this project

README

        

# CS230 Code Examples

[Tutorials](https://cs230-stanford.github.io)

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:

```
README.md
pytorch/
vision/
README.md
nlp/
README.md
tensorflow/
vision/
README.md
nlp/
README.md
```

You'll find a README.md in each sub-directory.