# cs230-code-examples **Repository Path**: yyosong/cs230-code-examples ## Basic Information - **Project Name**: cs230-code-examples - **Description**: Code examples in pyTorch and Tensorflow for CS230 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-02 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.