{"id":24561638,"url":"https://github.com/jongfeel/ebs-ai","last_synced_at":"2025-09-10T13:38:55.841Z","repository":{"id":111820332,"uuid":"301437368","full_name":"jongfeel/EBS-AI","owner":"jongfeel","description":"수학과 함께하는 AI 기초 책 예제코드 활용 및 수학 개념 이해","archived":false,"fork":false,"pushed_at":"2021-01-31T15:14:15.000Z","size":45835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T22:27:06.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jongfeel.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}},"created_at":"2020-10-05T14:31:30.000Z","updated_at":"2021-01-31T15:14:18.000Z","dependencies_parsed_at":"2023-04-18T02:01:02.515Z","dependency_job_id":null,"html_url":"https://github.com/jongfeel/EBS-AI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongfeel/EBS-AI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FEBS-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FEBS-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FEBS-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FEBS-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongfeel","download_url":"https://codeload.github.com/jongfeel/EBS-AI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FEBS-AI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274470988,"owners_count":25291611,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-23T08:34:15.482Z","updated_at":"2025-09-10T13:38:55.817Z","avatar_url":"https://github.com/jongfeel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EBS-AI\n\n![EBS-AI](https://image.aladin.co.kr/product/25097/4/cover500/8954754074_1.jpg)\n\n수학과 함께하는 AI 기초 책 예제코드 활용 및 수학 개념 이해\n\n## Overview\n\n최근에 출시된 책을 살펴보다가 아래의 특징을 가진 책이 출판되서 옛날 수학 기본도 익히고 코드 연습문제 응용도 해볼 겸 만들어 봄\n\n- 수학의 기본적인 개념을 이해하는게 더 중요\n- python으로 배워보는 기계학습의 기본적인 코드를 익혀볼 수 있다.\n- EBS에서 만든 교재인데다가 무료로 볼 수 있다. (물론 출판되서 나온 책은 12000원 주고 사야 함. 일명 종이값?)\n\n## Ebook link\n\n아래 페이지 링크에 가면 ebook을 무료로 볼 수 있다.\n소스코드 역시 함께 링크로 걸려 있다. 구글 드라이브에서 다운로드 받을 수 있다.\n\nhttps://www.ebssw.kr/info/intrcn/infoTchmtrHeaderView.do?tabType=006\n\n## Source code\n\n사실 소스 코드를 zip 파일로 압축시켜서 업로드 시켜놓을 줄은 몰랐기에 하나하나 연습해 보면서\n내 github에 올려본다.\n\n## Contents\n\n### 2-1 생활 데이터 처리하기\n\n- [01 생활 데이터 표현하기](chapter2/1_life_data/1_presentation_life_data)\n- [02 생활 데이터 다루기](chapter2/1_life_data/2_handling_life_data)\n- [03 생활 데이터 가공하기](chapter2/1_life_data/3_processing_life_data)\n\n### 2-2 이미지 데이터 처리하기\n\n- [01 이미지 데이터 표현하기](chapter2/2_process_image_data/1_presentation_image_data)\n- [02 이미지 데이터 다루기](chapter2/2_process_image_data/2_handling_image_data)\n- [03 이미지 데이터 가공하기](chapter2/2_process_image_data/3_processing_image_data)\n\n### 2-3 소리 데이터 처리하기\n\n- [01 소리 데이터 표현하기](chapter2/3_process_sound_data/1_presentation_sound_data)\n- [02 소리 데이터 다루기](chapter2/3_process_sound_data/2_handling_sound_data)\n- [03 소리 데이터 가공하기](chapter2/3_process_sound_data/3_processing_sound_data)\n\n### 3-1 내가 만약 축구팀 감독이라면\n\n- [01-04 데이터 수집하기, 불러오기, 다루기, 시각화하기](chapter3/1_soccer_team_manager/1to4_data_processing)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Febs-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongfeel%2Febs-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Febs-ai/lists"}