2017 신입 교육 일정 (기계학습 관련)
5528 단어 DeepLearning신입 교육
첫째 주
6/12(할당 첫날)
비즈니스 소개
등록github
기계 학습
Python
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
x = np.arange(0,10,0.1)
y = np.sin(x)
plt.plot(x,y)
6/13
scikit-learn
6/14
tensorflow
Deep Neural Network
6/15
keras
Autoencoder
Anomaly Detection
6/16
Convolutional Neural Network
Transfer Learning
Normalization
Image Recognition
둘째 주
6/19
Keras
6/20
Keras
6/21
Keras
Model Compression
6/22
Keras
Similarity Learning
6/23
Object Detection
셋째 주
6/26
Semantic Segmentation
Recurrent Neural Networks
Neural Machine Translation
Image Caption Generation
Keras
6/27
Natural Language Processing
6/28
Generative Models
Adversarial Examples
6/29
Generative Models
6/30
Understanding CNN
Neural Style Transfer
7/3
Reinforcement Learning
7/12 이후
Reinforcement Learning
NN w/ External Memory
Meta Learning
One-Shot Learning
Semi-Supervised Learning
Self-Driving Cars
Robotics
Reference
이 문제에 관하여(2017 신입 교육 일정 (기계학습 관련)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/msrks/items/1658e3f2c09ac0908d23텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)