Skip to content

Files

Latest commit

b8c36bd · Jan 31, 2018

History

History
22 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 483 Bytes

CS230 Code Examples

Tutorials

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.