일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Computer Vision
- 컴퓨터 그래픽스
- 딥러닝
- 컴퓨터 비전
- 백준
- CPP
- Vision
- 그래픽스
- 추천 시스템
- Support Vector Machine
- recommender system
- petal to metal
- CNN
- SVM
- 비용함수
- 파이썬
- C++
- 신경망
- 머신러닝
- logistic regression
- 로지스틱 회귀
- 인공지능
- neural network
- Kaggle
- OpenGL
- cs231n
- SGD
- Regularization
- pre-trained
- Unsupervised learning
- Today
- Total
kwan's note
cs231n 본문
이 노트는 Fei-Fei li 교수님의 spring 2017 cs231 lecture를 기반으로 작성하였습니다.
작년말 이 강의를 추천받고 초반 3개정도의 강의를들었는데 당시에 머신러닝에 최소한의 개념도 부족해서 어느 순간부터 이해하지 못하고 포기했다. 이번 방학기간동안 몇개의 강의를 더 들었고 이제 다시 공부하고자 한다.
CS231n: Convolutional Neural Networks for Visual Recognition
www.youtube.com/watch?v=vT1JzLTH4G4&list=PLC1qU-LWwrF64f4QKQT-Vg5Wr4qEE1Zxk
이는 2017년 강의로 2020년강의 혹은 그 이후의 강의 슬라이드와 약간 변화가 있지만 전체 강의가 공개된 2017년강의를 기준으로 작성하였습니다.
강의 슬라이드는 아래에서 확인할 수 있습니다.
Stanford University CS231n: Convolutional Neural Networks for Visual Recognition
Can I audit or sit in? In general we are very open to sitting-in guests if you are a member of the Stanford community (registered student, staff, and/or faculty). Out of courtesy, we would appreciate that you first email us or talk to the instructor after
cs231n.stanford.edu
Stanford University CS231n: Convolutional Neural Networks for Visual Recognition
Can I audit or sit in? In general we are very open to auditing if you are a member of the Stanford community (registered student, staff, and/or faculty). Out of courtesy, we would appreciate that you first email us or talk to the instructor after the first
cs231n.stanford.edu
'computer vision > cs231n-Stanford' 카테고리의 다른 글
Backpropagation -역전파 (0) | 2021.02.14 |
---|---|
linear classification with softmax - 소프트맥스 회귀 (0) | 2021.02.14 |
linear classification, SVM - 선형 분류 (0) | 2021.02.14 |
k nearest neighbor - k 최근접 이웃 (0) | 2021.02.14 |