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: ...
Forked fromtensorflow/tensorflow Computation using data flow graphs for scalable machine learning C++ cs230-code-examplescs230-code-examplesPublic Forked fromcs230-stanford/cs230-code-examples Code examples in pyTorch and Tensorflow for CS230
cs230-code-examples Public Forked from cs230-stanford/cs230-code-examples Code examples in pyTorch and Tensorflow for CS230 Python 4 contributions in the last year Contribution Graph Day of Week March Mar April Apr May May June Jun July Jul August Aug September Sep October Oct November...
Code examples in pyTorch and Tensorflow for CS230 Python subword-nmt Public Forked from rsennrich/subword-nmt Unsupervised Word Segmentation for Neural Machine Translation and Text Generation Python 0 contributions in the last year Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon ...
Python1.1k283 cs230-stanford/cs230-code-examplescs230-stanford/cs230-code-examplesPublic Code examples in pyTorch and Tensorflow for CS230 Python4k1k 161 contributions in the last year No contributions on February 4th.No contributions on February 11th.No contributions on February 18th.No contribution...
Deep Learning Examples Python CV Public CV Python cs230-code-examples Public Forked from cs230-stanford/cs230-code-examples Code examples in pyTorch and Tensorflow for CS230 Python 46 contributions in the last year May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed...
1contributor 181 lines (151 sloc)5.71 KB RawBlame # Base code is from https://github.com/cs230-stanford/cs230-code-examples importjson importlogging importos importshutil importtorch importmatplotlib.pyplotasplt classParams(): """Class that loads hyperparameters from a json file. ...
cs230-stanford/cs230-code-examples Public Code examples in pyTorch and Tensorflow for CS230 Python 4k 1k kundajelab/ChromDragoNN Public Code for the paper "Integrating regulatory DNA sequence and gene expression to predict genome-wide chromatin accessibility across cellular contexts" Jupyter ...
cs230-code-examples 1.3k Code examples in pyTorch and Tensorflow for CS230 pytorch-generative-adversarial-networks 1.3k A very simple generative adversarial network (GAN) in PyTorch forecasting 1.3k Time Series Forecasting Best Practices & Examples VIBE 1.3k Official implementation of CVPR2020 paper ...
Stanford CS230: Deep Learning (2018) Covers the foundations of deep learning, how to build different neural networks(CNNs, RNNs, LSTMs, etc...), how to lead machine learning projects, and career advice for deep learning practitioners. Deep Learning Intuition Adversarial examples - GANs Full-...