{"id":20948434,"url":"https://github.com/devbruce/tensorflow-practice","last_synced_at":"2026-04-13T21:31:54.080Z","repository":{"id":91859018,"uuid":"175170617","full_name":"devbruce/TensorFlow-Practice","owner":"devbruce","description":"Practice Lab Part Of \u003c모두를 위한 딥러닝 강좌 시즌 1\u003e","archived":false,"fork":false,"pushed_at":"2019-04-02T10:16:13.000Z","size":11509,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-30T03:18:59.758Z","etag":null,"topics":["deep-learning","lecture-notes","machine-learning"],"latest_commit_sha":null,"homepage":null,"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/devbruce.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":"2019-03-12T08:49:05.000Z","updated_at":"2019-04-02T10:16:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"53e6a233-bc62-4f99-a7cd-89646e374ce0","html_url":"https://github.com/devbruce/TensorFlow-Practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devbruce/TensorFlow-Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FTensorFlow-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FTensorFlow-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FTensorFlow-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FTensorFlow-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbruce","download_url":"https://codeload.github.com/devbruce/TensorFlow-Practice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FTensorFlow-Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deep-learning","lecture-notes","machine-learning"],"created_at":"2024-11-19T00:18:51.562Z","updated_at":"2026-04-13T21:31:54.045Z","avatar_url":"https://github.com/devbruce.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TensorFlow Practice\n\n![python-version-3.7.1](https://img.shields.io/badge/python-v3.7.1-blue.svg)\n![tensorflow-version-1.13.1](https://img.shields.io/badge/TensorFlow-v1.13.1-brightgreen.svg)\n\n## 모두를 위한 머신러닝/딥러닝 강의 ([Link](http://hunkim.github.io/ml/))  \n\n|           |              시즌 1 - 딥러닝의 기본 (모두를 위한 딥러닝 강좌 시즌 1)             |\n|:---------:|:--------------------------------------------------------------------------------:|\n|  YouTube  | [Link](https://www.youtube.com/playlist?list=PLlMkM4tgfjnLSOjrEJN31gZATbcj_MpUm) |\n| Code Repo |              [Link](https://github.com/hunkim/DeepLearningZeroToAll)             |\n\n**시즌 1 - 딥러닝의 기본 (모두를 위한 딥러닝 강좌 시즌 1)** 의  \n실습 파트(Lab Part)를 직접 타이핑해보며 연습, 메모(기록) 등을 위한 Repository\n\n\u003cbr\u003e\n\n|  Lecture   |              Theme               |                                          Practice File Link (Jupyter)                               |\n|------------|:--------------------------------:|:---------------------------------------------------------------------------------------------------:|\n| ML Lab01   |        TensorFlow Basics         |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab01.ipynb)  |\n| ML Lab02   |        Linear Regression         |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab02.ipynb)  |\n| ML Lab03   |         Minimizing Cost          |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab03.ipynb)  |\n| ML Lab04-1 | Multi-variable linear regression | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab04-1.ipynb) |\n| ML Lab04-2 |      Loading Data from File      | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab04-2.ipynb) |\n| ML Lab05   | Logistic (regression) classifier |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab05.ipynb)  |\n| ML Lab06-1 |         Softmax Classifier       | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab06-1.ipynb) |\n| ML Lab06-2 |     Fancy Softmax Classifier     | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab06-2.ipynb) |\n| ML Lab07-1 |    Learning rate, Evaluation     | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab07-1.ipynb) |\n| ML Lab07-2 |            MNIST Data            | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab07-2.ipynb) |\n| ML Lab08   |        Tensor Manipulation       |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab08.ipynb)  |\n| ML Lab09-1 |            NN for XOR            | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab09-1.ipynb) |\n| ML Lab09-2 |      Tensorboard for XOR NN      | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab09-2.ipynb) |\n| ML Lab10   |  NN,ReLu,Xavier,Droput,and Adam  |  [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab10.ipynb)  |\n| ML Lab11-1 |            CNN Basics            | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab11-1.ipynb) |\n| ML Lab11-2 |          CNN MNIST: 99%!         | [Link](https://github.com/DevBruce/TensorFlow-Practice/blob/master/practice_files/ml_lab11-2.ipynb) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbruce%2Ftensorflow-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbruce%2Ftensorflow-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbruce%2Ftensorflow-practice/lists"}