<오후>
02:00 ~ 02:45
03:00 ~ 03:45
04:00 ~ 04:45
05:00 ~ 05:40
[총 40시간 (10일간) : 2020.11.03 ~ 11.16]
- 01일차 : Numpy 활용 - 배열 다루기
- 02일차 : Numpy 활용 - 행렬 연산
- 03일차 : Pandas 활용 - 데이터 분석
- 04일차 : Pandas 활용 - 데이터 처리
- 05일차 : Scikit-learn 머신러닝 : 결정 트리
- 06일차 : Scikit-learn 머신러닝 : 차원 축소
- 07일차 : 신경망 기본 - 경사하강법
- 08일차 : 딥러닝 - 텐서플로 기본
- 09일차 : 딥러닝 - 텐서플로 CNN
- 10일차 : 딥러닝 - 텐서플로 RNN
E-mail : digicope@aicore.co.kr
git 주소 : https://github.com/digicope/ai_basic
Kaggle
https://www.kaggle.com/
UCI Machine Learning Repository (머신러닝 데이터)
https://archive.ics.uci.edu/ml/index.php
데이콘 (경진대회)
https://dacon.io/
데이터 과학 경진대회 사이트 모음
https://theorydb.github.io/dev/2019/06/23/dev-competition-list/
모두를 위한 머신러닝과 딥러닝의 강의(김성훈교수님)
https://hunkim.github.io/ml/
Andrew Ng’s and other ML tutorials
https://class.coursera.org/ml-003/lecture
http://www.holehouse.org/mlclass/
Deep Learning Tutorial
http://deeplearning.stanford.edu/tutorial/
Convolutional Neural Networks for Visual Recognition
http://cs231n.stanford.edu/syllabus.html
Deep Learning for Natural Language Processing
http://cs224d.stanford.edu/syllabus.html
Tensorflow
https://www.tensorflow.org
TensorFlow Tutorials (Simple Examples)
https://github.com/nlintz/TensorFlow-Tutorials
Another TensorFlow Tutorials
https://github.com/pkmital/tensorflow_tutorials
TensorFlow Examples
https://github.com/aymericdamien/TensorFlow-Examples
https://www.tensorflow.org/guide/migrate?hl=ko
https://konlpy-ko.readthedocs.io/ko/v0.4.3/install/#id1
- 파이썬 프로그래밍 관련 추천 서적
- 점프 투 파이썬(개정판) – 박응용 저 / 이지퍼블리싱
- 파이썬3 바이블 – 이강성 저 / 프리렉
- 파이썬 라이브러리 사용 및 데이터 분석 관련 추천 서적
- 데이터 분석을 위한 파이썬 철저 입문 – 최은석 저 / 위키북스
- 파이썬을 이용한 데이터 분석(2/e) – 이창화 옮김 / 에이콘
- 머신러닝 관련 추천 서적
- 파이썬 머신러닝 완벽가이드(개정판) – 권철민 저 / 위키북스
- 딥러닝 관련 추천서적
- 밑바닥 부터 시작하는 딥러닝 (파이썬으로 익히는 딥러닝 이론과 구현)– 개앞맵시 옮김 / 한빛미디어
- 모두의 딥러닝 2판 - 조태호 저 / 길벗
- 시작하세요! 텐서플로 2.0 프로그래밍 – 김환희 저 / 위키북스
- 밑바닥 부터 시작하는 딥러닝2 (파이썬으로 직접 구현하며 배우는 순환 신경망과 자연어 처리) – 개앞맵시 옮김 / 한빛미디어
- 텐서플로2와 머신러닝으로 시작하는 자연어처리 - 전창욱,최태균,조중현, 신성진 저 / 위키북스
- 파이썬과 자연어처리 - 딥티초프라외 공저,유연재 옮김 / 에이콘
- 자연어처리 딥러닝 캠프 - 김기현 / 한빛미디어
- 머신러닝 딥러닝 실전개발 입문 - 쿠지라 히코우즈쿠에 저,윤인성 옮김 / 위키북스
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
## Anaconda 텐서플로 설치 가상 환경 만들기
-------------------------------------------------------------------------------------------------
https://www.python.org/downloads/release/python-376/
https://www.jetbrains.com/ko-kr/pycharm/download/#section=windows
-------------------------------------------------------------------------------------------------
https://datamod.tistory.com/139
혹은 https://downloadcenter.intel.com/ko/download/28539?v=t 에서 다운로드 설치하여 확인힐 수 있다
----------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
https://datascience.stackexchange.com/questions/35555/how-to-download-a-jupyter-notebook-from-github
https://kkokkilkon.tistory.com/151
https://bryan7.tistory.com/1060