핵심
regression, classification
Supervised/Unsupervised
Supervised: labeled data(training set)을 가지고 학습
UnSupervised:un-labeled data (google news grouping, word clustering)
regreesion 모델은 점수
classification 모델은 P/F 나 학점 같이
binary, multi-label
///
TensorFlow
1. 그래프를 그린다.
2. sess.run(op) session을 만들고 session을 이용해 실행
3. 그래프에서 변수 업그레이드
rank: 스칼라, 벡터, 배열 형식으로 커지는 것
shape: 차원 변수의 개수
type: 변수의 타입
'Studying > Deep Learning' 카테고리의 다른 글
[모두를 위한 딥러닝] 6일차 (0) | 2017.04.02 |
---|---|
[모두를 위한 딥러닝] 5일차 (0) | 2017.03.27 |
[모두를 위한 딥러닝] 4일차 (0) | 2017.03.27 |
[모두를 위한 딥러닝] 3일차 (0) | 2017.03.24 |
[모두를 위한 딥러닝] 2일차 (0) | 2017.03.22 |