{"id":24627888,"url":"https://github.com/changwookjun/cs20","last_synced_at":"2025-05-07T20:05:46.693Z","repository":{"id":273963972,"uuid":"138276605","full_name":"changwookjun/CS20","owner":"changwookjun","description":"CS20 (Tensorflow) 정리","archived":false,"fork":false,"pushed_at":"2018-10-24T07:29:43.000Z","size":50339,"stargazers_count":12,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T20:03:40.296Z","etag":null,"topics":["cs20","deep-learning","ipynb","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/changwookjun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-22T08:27:55.000Z","updated_at":"2019-11-16T13:40:38.000Z","dependencies_parsed_at":"2025-01-24T03:28:35.444Z","dependency_job_id":null,"html_url":"https://github.com/changwookjun/CS20","commit_stats":null,"previous_names":["changwookjun/cs20"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changwookjun%2FCS20","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changwookjun%2FCS20/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changwookjun%2FCS20/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changwookjun%2FCS20/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/changwookjun","download_url":"https://codeload.github.com/changwookjun/CS20/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949272,"owners_count":21830151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cs20","deep-learning","ipynb","tensorflow"],"created_at":"2025-01-25T05:13:33.892Z","updated_at":"2025-05-07T20:05:46.654Z","avatar_url":"https://github.com/changwookjun.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS20 TensorFlow 정리\nStanford TensorFlow Tutorials 정리  \n\nThis repository contains code Examples for the course CS20 (TensorFlow for Deep Learning Research)  \n\nPython 3.6 / Tensorflow 1.8  \n\n* [CS20: Tensorflow for Deep Learning Research](http://web.stanford.edu/class/cs20si/syllabus.html) \n* [CS20: GitHub](https://github.com/chiphuyen/stanford-tensorflow-tutorials) \n\n  \n### 01.Overview of Tensorflow    \n  * [01 _ Lecture slide _ Overview of Tensorflow.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/01%20_%20Lecture%20slide%20_%20Overview%20of%20Tensorflow.pdf)  \n  * [01.Overview of Tensorflow.ipynb](https://github.com/thezili-changwook/CS20/blob/master/01.Overview%20of%20Tensorflow.ipynb)    \n  \n### 02.TensorFlow Operations   \n  * [02_Lecture slide_TensorFlow Operations.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/02_Lecture%20slide_TensorFlow%20Operations.pdf)  \n  * [02.TensorFlow Ops.ipynb](https://github.com/thezili-changwook/CS20/blob/master/02.TensorFlow%20Ops.ipynb)   \n  \n### 03.Basic Models in TensorFlow    \n  * [03 _ Lecture slide _ Basic Models in TensorFlow.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/03%20_%20Lecture%20slide%20_%20Basic%20Models%20in%20TensorFlow.pdf)  \n  * [03.01 Basic Models in TensorFlow (Linear Regression + Data + MSE).ipynb](https://github.com/changwookjun/CS20/blob/master/03.01%20Basic%20Models%20in%20TensorFlow%20(Linear%20Regression%20%2B%20Data%20%2B%20MSE).ipynb) \n  * [03.02 Basic Models in TensorFlow (Linear Regression + placeholder + MSE) .ipynb](https://github.com/changwookjun/CS20/blob/master/03.01%20Basic%20Models%20in%20TensorFlow%20(Linear%20Regression%20%2B%20Data%20%2B%20MSE).ipynb)  \n  * [03.03 Basic Models in TensorFlow (Logistic Regression + Data + CE) .ipynb](https://github.com/changwookjun/CS20/blob/master/03.03%20Basic%20Models%20in%20TensorFlow%20(Logistic%20Regression%20%2B%20Data%20%2B%20CE)%20.ipynb)  \n  * [03.04 Basic Models in TensorFlow (Logistic Regression + placehold + CE) .ipynb](https://github.com/changwookjun/CS20/blob/master/03.04%20Basic%20Models%20in%20TensorFlow%20(Logistic%20Regression%20%2B%20placehold%20%2B%20CE)%20.ipynb)  \n  \n### 04.Eager Execution + word2vec   \n  * [04 Eager Execution + word2vec.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/04%20Eager%20Execution%20%2B%20word2vec.pdf)  \n  * [04.01 Eager execution.ipynb](https://github.com/changwookjun/CS20/blob/master/04.01%20Eager%20execution.ipynb) \n  * [04.02 Eager execution (Linear Regression).ipynb](https://github.com/changwookjun/CS20/blob/master/04.02%20Eager%20execution%20(Linear%20Regression).ipynb)  \n  * [04.03 Eager execution (Word2Vec).ipynb](https://github.com/changwookjun/CS20/blob/master/04.03%20Eager%20execution%20(Word2Vec).ipynb)  \n  * [04.04 Eager execution (Word2Vec Visualize).ipynb](https://github.com/changwookjun/CS20/blob/master/04.04%20Eager%20execution%20(Word2Vec%20Visualize).ipynb)  \n\n### 05.Managing your experiment  \n  * [05_Slide_Managing your experiment.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/05_Slide_Managing%20your%20experiment.pdf)  \n  * [05.01 Manage Experiments.ipynb](https://github.com/changwookjun/CS20/blob/master/05.01%20Manage%20Experiments.ipynb) \n  * [05.02 Manage Experiments (Variable Sharing).ipynb](https://github.com/changwookjun/CS20/blob/master/05.02%20Manage%20Experiments%20(Variable%20Sharing).ipynb)  \n  * [05.03 Manage Experiments.ipynb](https://github.com/changwookjun/CS20/blob/master/05.03%20Manage%20Experiments.ipynb)  \n  * [05.04 Manage Experiments (Control Randomization).ipynb](https://github.com/changwookjun/CS20/blob/master/05.04%20Manage%20Experiments%20(Control%20Randomization).ipynb)  \n  \n  \n### 06.Introduction to Computer Vision and convolutional network  \n  * [06_Introduction to Computer Vision and convolutional network.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/06_Introduction%20to%20Computer%20Vision%20and%20convolutional%20network.pdf)  \n  * [06. Introduction to convnets.ipynb](https://github.com/changwookjun/CS20/blob/master/06.%20Introduction%20to%20convnets.ipynb)\n  \n### 07.Covnets in TensorFlow    \n  * [07 _ Covnets in TensorFlow.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/07%20_%20Covnets%20in%20TensorFlow.pdf)  \n  \n### 08.Style transfer    \n  * [08_Style transfer.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/08_Style%20transfer.pdf)  \n  \n### 10.Lecture_Slides_VAE in TensorFlow    \n  * [10_Lecture_Slides_VAE in TensorFlow.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/10_Lecture_Slides_VAE%20in%20TensorFlow.pdf)  \n  \n### 11.Introduction to RNNs    \n  * [11 _ Slides _ Introduction to RNNs.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/11%20_%20Slides%20_%20Introduction%20to%20RNNs.pdf)  \n  \n### 12.Machine Translation    \n  * [12_Slides_Machine Translation.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/12_Slides_Machine%20Translation.pdf)  \n  \n### 14.A TensorFlow Chatbot    \n  * [14_Slides_A TensorFlow Chatbot.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/14_Slides_A%20TensorFlow%20Chatbot.pdf)  \n  \n### 16.Tensor2Tensor    \n  * [16_Slides_Tensor2Tensor.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/16_Slides_Tensor2Tensor.pdf)  \n  \n### 17.Introduction to Reinforcement Learning and Policy-Gradients with Tensor-Flow    \n  * [CS20_intro_to_RL.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/CS20_intro_to_RL.pdf)  \n  \n### 18.Introduction to Keras    \n  * [march9guestlecture.pdf](https://github.com/thezili-changwook/StudyBook/blob/master/DeepLearningBooks/CS%2020_Tensorflow%20for%20Deep%20Learning%20Research/march9guestlecture.pdf)  \n  \n\n# Author\nChangWookJun / @changwookjun (changwookjun@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangwookjun%2Fcs20","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchangwookjun%2Fcs20","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangwookjun%2Fcs20/lists"}