Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Steven-A3
/
DeepLearningZeroToAllTF2Colab
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
2 Commits
2 Commits
Folders and files
Name
Name
Last commit message
Last commit date
Keras 창시자로부터 배우는 TensorFlow 2.0 + Keras 특강.ipynb
Keras 창시자로부터 배우는 TensorFlow 2.0 + Keras 특강.ipynb
Lab-02. Simple Linear Regression.ipynb
Lab-02. Simple Linear Regression.ipynb
Lab-03. Linear Regression and Minimizing Cost.ipynb
Lab-03. Linear Regression and Minimizing Cost.ipynb
Lab-04. Multi-variable Linear Regression.ipynb
Lab-04. Multi-variable Linear Regression.ipynb
Lab-05-02 Logistic Regression-Diabetes.ipynb
Lab-05-02 Logistic Regression-Diabetes.ipynb
Lab-05-1 Logistic Regression.ipynb
Lab-05-1 Logistic Regression.ipynb
Lab-06-01 Softmax Classifier.ipynb
Lab-06-01 Softmax Classifier.ipynb
Lab-06. Softmax Zoo Classifier.ipynb
Lab-06. Softmax Zoo Classifier.ipynb
Lab-07-1. Learning Rate and Evaluation.ipynb
Lab-07-1. Learning Rate and Evaluation.ipynb
README.md
README.md
RL_1_Play FrozenLake
RL_1_Play FrozenLake
RL_2_Dummy_FrozenLakeDet_QTable
RL_2_Dummy_FrozenLakeDet_QTable
RL_3_FrozenLakeDet_QTable
RL_3_FrozenLakeDet_QTable
RL_4_Play FrozenLake Slippery
RL_4_Play FrozenLake Slippery
RL_5_FrozenLake_QTable Stochastic
RL_5_FrozenLake_QTable Stochastic
RL_6_FrozenLake_QTable Stochastic2
RL_6_FrozenLake_QTable Stochastic2
RL_7_FrozenLake QNetwork
RL_7_FrozenLake QNetwork
RL_8_PlayingCartPole
RL_8_PlayingCartPole
RL_8_PlayingCartPoleRandom
RL_8_PlayingCartPoleRandom
RL_9_PlayingCartPole DQN
RL_9_PlayingCartPole DQN
Rendering OpenAi Gym in Colaboratory.ipynb
Rendering OpenAi Gym in Colaboratory.ipynb
StockPrediction.ipynb
StockPrediction.ipynb
Stock_Prediction_SamsungElectronics.ipynb
Stock_Prediction_SamsungElectronics.ipynb
data-01-test-score.csv
data-01-test-score.csv
data-02-stock_daily.csv
data-02-stock_daily.csv
data-03-diabetes.csv
data-03-diabetes.csv
data-04-zoo.csv
data-04-zoo.csv
lab-07-2-linear_regression_without_min_max.ipynb
lab-07-2-linear_regression_without_min_max.ipynb
lab-07-3-linear_regression_eager (preprocess, decay, l2_loss).ipynb
lab-07-3-linear_regression_eager (preprocess, decay, l2_loss).ipynb
lab-07-4-mnist_introduction.ipynb
lab-07-4-mnist_introduction.ipynb
lab-07-5-fashion-mnist_introduction.ipynb
lab-07-5-fashion-mnist_introduction.ipynb
lab-07-6-IMDB-introduction.ipynb
lab-07-6-IMDB-introduction.ipynb
lab-09-1-XOR-eager.ipynb
lab-09-1-XOR-eager.ipynb
lab-09-2-XOR-NN-eager.ipynb
lab-09-2-XOR-NN-eager.ipynb
lab-09-3-XOR-NN-Wide-Deep-eager.ipynb
lab-09-3-XOR-NN-Wide-Deep-eager.ipynb
lab-09-4-XOR-tensorboard-eager.ipynb
lab-09-4-XOR-tensorboard-eager.ipynb
lab-10-1-1-mnist_nn_softmax.ipynb
lab-10-1-1-mnist_nn_softmax.ipynb
lab-10-1-2-mnist_nn_relu.ipynb
lab-10-1-2-mnist_nn_relu.ipynb
lab-10-2-1-mnist_nn_xavier.ipynb
lab-10-2-1-mnist_nn_xavier.ipynb
lab-10-2-2-mnist_nn_deep.ipynb
lab-10-2-2-mnist_nn_deep.ipynb
lab-10-3-mnist_nn_dropout.ipynb
lab-10-3-mnist_nn_dropout.ipynb
lab-10-4-mnist_nn_batchnorm.ipynb
lab-10-4-mnist_nn_batchnorm.ipynb
lab-11-0-cnn-basics-keras-eager.ipynb
lab-11-0-cnn-basics-keras-eager.ipynb
lab-11-1-mnist-cnn-keras-sequential-eager.ipynb
lab-11-1-mnist-cnn-keras-sequential-eager.ipynb
lab-11-2-mnist-cnn-keras-functional-eager.ipynb
lab-11-2-mnist-cnn-keras-functional-eager.ipynb
lab-11-3-mnist-cnn-keras-subclassing-eager.ipynb
lab-11-3-mnist-cnn-keras-subclassing-eager.ipynb
lab-11-4-mnist-cnn-ensemble-keras-eager.ipynb
lab-11-4-mnist-cnn-ensemble-keras-eager.ipynb
lab-11-5-mnist-cnn-best-keras-eager.ipynb
lab-11-5-mnist-cnn-best-keras-eager.ipynb
lab-12-0-rnn-basics-keras-eager.ipynb
lab-12-0-rnn-basics-keras-eager.ipynb
lab-12-1-many-to-one-keras-eager.ipynb
lab-12-1-many-to-one-keras-eager.ipynb
lab-12-2-many-to-one-stacking-keras-eager.ipynb
lab-12-2-many-to-one-stacking-keras-eager.ipynb
lab-12-3-many-to-many-keras-eager.ipynb
lab-12-3-many-to-many-keras-eager.ipynb
lab-12-4-many-to-many-bidirectional-keras-eager.ipynb
lab-12-4-many-to-many-bidirectional-keras-eager.ipynb
lab-12-5-seq-to-seq-keras-eager.ipynb
lab-12-5-seq-to-seq-keras-eager.ipynb
lab-12-6-seq-to-seq-with-attention-keras-eager.ipynb
lab-12-6-seq-to-seq-with-attention-keras-eager.ipynb
lab-12-7-bonus-seq-to-seq-with-attention-chatbot-keras-eager.ipynb
lab-12-7-bonus-seq-to-seq-with-attention-chatbot-keras-eager.ipynb
stock_prediction_samsung.ipynb
stock_prediction_samsung.ipynb
실습_1_fashion_mnist_classification.ipynb
실습_1_fashion_mnist_classification.ipynb
실습_1_mnist_classification.ipynb
실습_1_mnist_classification.ipynb
실습_2 회귀 문제-자동차 연비 예측하기.ipynb
실습_2 회귀 문제-자동차 연비 예측하기.ipynb
실습_3_과대적합_과소적합.ipynb
실습_3_과대적합_과소적합.ipynb
실습_4_저장과_로드.ipynb
실습_4_저장과_로드.ipynb
실습_5_영화리뷰를사용한텍스트분류.ipynb
실습_5_영화리뷰를사용한텍스트분류.ipynb
View all files
Repository files navigation
README
More
items
DeepLearningZeroToAllTF2Colab
About
No description, website, or topics provided.
Resources
Readme
Activity
Stars
5
stars
Watchers
1
watching
Forks
19
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.