본문 바로가기

Studying/Deep Learning

[모두를 위한 딥러닝] 1일차

핵심

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: 변수의 타입