Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cs230-stanford/cs230-code-examples
- Owner: cs230-stanford
- License: other
- Created: 2018-01-13T19:40:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:40:51.000Z (over 1 year ago)
- Last Synced: 2024-10-01T23:05:22.773Z (about 1 month ago)
- Topics: computer-vision, natural-language-processing, pytorch, tensorflow
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 3,812
- Watchers: 64
- Forks: 986
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ai-papers - [cs230-code-examples - template](https://github.com/victoresque/pytorch-template)\]\[[songquanpeng/pytorch-template](https://github.com/songquanpeng/pytorch-template)\]\[[Academic-project-page-template](https://github.com/eliahuhorwitz/Academic-project-page-template)\]\[[WritingAIPaper](https://github.com/hzwer/WritingAIPaper)\] (NLP / 3. Pretraining)
- awesome-ai-papers - [cs230-code-examples - template](https://github.com/victoresque/pytorch-template)\]\[[songquanpeng/pytorch-template](https://github.com/songquanpeng/pytorch-template)\]\[[Academic-project-page-template](https://github.com/eliahuhorwitz/Academic-project-page-template)\]\[[WritingAIPaper](https://github.com/hzwer/WritingAIPaper)\] (NLP / 3. Pretraining)
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.