{"id":23364063,"url":"https://github.com/rickiepark/ml-ko","last_synced_at":"2026-04-17T01:32:23.517Z","repository":{"id":43602131,"uuid":"302528787","full_name":"rickiepark/ml-ko","owner":"rickiepark","description":"머신러닝, 딥러닝 한글 번역 저장소","archived":false,"fork":false,"pushed_at":"2026-03-24T07:58:54.000Z","size":62151,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-24T08:14:22.497Z","etag":null,"topics":["deep-learning","keras","machine-learning","python","scikit-learn","tensorflow"],"latest_commit_sha":null,"homepage":"http://ml-ko.kr","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rickiepark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-10-09T04:04:01.000Z","updated_at":"2026-03-24T07:58:57.000Z","dependencies_parsed_at":"2025-06-01T19:20:18.939Z","dependency_job_id":null,"html_url":"https://github.com/rickiepark/ml-ko","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rickiepark/ml-ko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickiepark%2Fml-ko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickiepark%2Fml-ko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickiepark%2Fml-ko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickiepark%2Fml-ko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickiepark","download_url":"https://codeload.github.com/rickiepark/ml-ko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickiepark%2Fml-ko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31911484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","keras","machine-learning","python","scikit-learn","tensorflow"],"created_at":"2024-12-21T13:13:56.001Z","updated_at":"2026-04-17T01:32:23.499Z","avatar_url":"https://github.com/rickiepark.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ml-ko.kr: 머신러닝 \u0026 딥러닝 한글 번역 모음\n===================\n\n*   [개발자를 위한 머신러닝\u0026딥러닝](aiml4corders)\n*   [구글 코랩(Colab) 사용법 (\\[혼자 공부하는 머신러닝+딥러닝\\]의 1장 2절)](https://preview2.hanbit.co.kr/books/swtr/#p=35)\n*   [\u003c구글 브레인 팀에게 배우는 딥러닝 with TensorFlow.js\u003e 예제의 라이브 데모!](tfjs)\n*   핸즈온 머신러닝 2:\n    *   [넘파이 튜토리얼](homl2/tools_numpy.html)\n    *   [맷플롯립 튜토리얼](homl2/tools_matplotlib.html)\n    *   [판다스 튜토리얼](homl2/tools_pandas.html)\n    *   [머신러닝 프로젝트 체크리스트](https://github.com/rickiepark/handson-ml2/blob/master/ml-project-checklist.md)\n    *   [자동 미분](https://github.com/rickiepark/handson-ml2/blob/master/extra_autodiff.ipynb)\n*   [회오리바람을 탄 파이썬](whirlwindtourpython/목차.html)(Whirlwind Tour of Python)\n*   [파이썬 라이브러리를 활용한 머신러닝 1장, 2장](https://tensorflow.blog/%ed%8c%8c%ec%9d%b4%ec%8d%ac-%eb%a8%b8%ec%8b%a0%eb%9f%ac%eb%8b%9d/)\n*   케라스 창시자에게 배우는 딥러닝\n    *   [신경망과의 첫 만남](dl-with-python/2.1-a-first-look-at-a-neural-network.html)\n    *   [영화 리뷰 분류: 이진 분류 예제](dl-with-python/3.4-classifying-movie-reviews.html)\n    *   [뉴스 기사 분류: 다중 분류 문제](dl-with-python/3.5-classifying-newswires.html)\n    *   [주택 가격 예측: 회귀 문제](dl-with-python/3.6-predicting-house-prices.html)\n    *   [과대적합과 과소적합](dl-with-python/4.4-overfitting-and-underfitting.html)\n    *   [합성곱 신경망 소개](dl-with-python/5.1-introduction-to-convnets.html)\n    *   [소규모 데이터셋에서 컨브넷 사용하기](dl-with-python/5.2-using-convnets-with-small-datasets.html)\n    *   [사전 훈련된 컨브넷 사용하기](dl-with-python/5.3-using-a-pretrained-convnet.html)\n    *   [컨브넷의 학습 시각화하기](dl-with-python/5.4-visualizing-what-convnets-learn.html)\n    *   [단어와 문자의 원-핫 인코딩](dl-with-python/6.1-one-hot-encoding-of-words-or-characters.html)\n    *   [단어 임베딩 사용하기](dl-with-python/6.1-using-word-embeddings.html)\n    *   [순환 신경망 이해하기](dl-with-python/6.2-understanding-recurrent-neural-networks.html)\n    *   [순환 신경망의 고급 사용법](dl-with-python/6.3-advanced-usage-of-recurrent-neural-networks.html)\n    *   [컨브넷을 사용한 시퀀스 처리](dl-with-python/6.4-sequence-processing-with-convnets.html)\n    *   [LSTM으로 텍스트 생성하기](dl-with-python/8.1-text-generation-with-lstm.html)\n    *   [딥드림](dl-with-python/8.2-deep-dream.html)\n    *   [뉴럴 스타일 트랜스퍼](dl-with-python/8.3-neural-style-transfer.html)\n    *   [이미지 생성](dl-with-python/8.4-generating-images-with-vaes.html)\n    *   [적대적 생성 신경망 소개](dl-with-python/8.5-introduction-to-gans.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickiepark%2Fml-ko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickiepark%2Fml-ko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickiepark%2Fml-ko/lists"}