일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 김양재 목사님
- 몽고디비
- 주일설교
- Big Data
- MongoDB
- Artificial Intelligence
- WebGL
- probability
- data science
- 통계
- 김양재
- 김양재 목사
- 인공지능
- node.js
- openCV
- 딥러닝
- 빅 데이터
- No SQL
- Deep learning
- c++
- Machine Learning
- 데이터 과학
- 빅데이터
- 빅데이타
- 확률
- 우리들교회
- nodeJS
- R
- 빅 데이타
- Statistics
Archives
- Today
- Total
Scientific Computing & Data Science
[Artificial Intelligence / TensorFlow] 홍콩과기대 김성훈 교수님 강의 본문
Artificial Intelligence/TensorFlow
[Artificial Intelligence / TensorFlow] 홍콩과기대 김성훈 교수님 강의
cinema4dr12 2017. 1. 22. 17:06
[Lec 00]수업의 개요와 일정
[Lec 01]기본적인 Machine Learning의 용어와 개념 설명
[Lab 01]TensorFlow의 설치 및 기본적인 Operations
[Lec 02]Linear Regression의 Hypothesis와 Cost
[Lab 02]TensorFlow로 간단한 Linear Regression 구현
[Lec 03]Linear Regression의 Cost 최소화 알고리즘
[Lab 03]Linear Regression의 Cost 최소화의 TensorFlow 구현
[Lec 04]Multi-variable Linear Regression
[Lab 04]Multi-variable Linear Regression을 TensorFlow에서 구현하기
[Lec 5-1]Logistic Classification의 가설 함수 정의
[Lec 5-2]Logistic Regression의 Cost 함수
[Lab 05]TensorFlow로 Logistic Classification 구현
[Lec 6-1]Softmax Regression: 기본 개념
[Lec 6-2]Softmax Classifier의 Cost 함수
[Lab 06]TensorFlow로 Softmax Classification 구현
[Lec 7-1]학습 Rate, Overfitting 그리고 Regularization
[Lec 7-2]Training/Testing Dataset
[Lab 7]학습 Rate, Training/Test 셋으로 성능평가
[Lec 8-1]딥러닝의 기본 개념: 시작과 XOR 문제
[Lec 8-2]딥러닝의 기본 개념2: Backpropagation과 2006/2007 '딥'의 출현
[Lec 9-1]XOR 문제 딥러닝으로 풀기
[lec 9-2]딥네트웍 학습시키기(Backpropagation)
[Lec 9-x]특별편: 10분안에 미분 정리하기
[Lab 9-1]XOR을 위한 TensorFlow 딥네트워크
[Lab 9-2]TensorBoard로 딥네트워크 들여다보기
[Lec 10-1]Sigmoid 보다 ReLU가 더 좋아
[Lec 10-2]Weight 초기화 잘해보자
[Lec 10-3]Dropout과 Ensembles
[Lec 10-4]레고처럼 네트워크 모듈을 마음껏 쌓아보자
[Lab 10]딥러닝으로 MNIST 98%이상 해보기
[Lec 11-1]ConvNet의 Conv 레이어 만들기
[Lec 11-2]ConvNet Max Pooling과 Full Network
[Lab 11]ConvNet을 TensorFlow로 구현하자(MNIST 99%)
[Lec 12]NN의 꽃 RNN 이야기
[Lab 13]TensorFlow를 AWS에서 GPU와 함께 돌려보자
'Artificial Intelligence > TensorFlow' 카테고리의 다른 글
Comments