반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- KNN
- backward pass
- assignment1
- palindrome
- Solution
- 풀업저항
- Backpropagation
- Big size image
- impl
- error
- Softmax
- TensorFlow
- 풀다운저항
- pulldown
- leetcode
- Features
- neural net
- #9
- Floating
- cs231n
- NotFoundError
- two-layer neural net
- assignment
- pullup
- 회로
- Circuit
- pyTorch
- autoencoder
- atmega128
- softmax backpropagation
Archives
- Today
- Total
코딩공부
cs231n assignment1 - features 본문
반응형
https://github.com/Lee-daeho/cs231n
이번 과제는 기존의 과제들을 잘 했다면 문제없이 할 수 있는 수준의 과제였으므로 따로 설명은 하지 않는다.
이번 과제의 특징은 기존의 과제들은 이미지를 pixel단위로 구분하여 training했지만
이번에는 pixel이 아닌 extract한 feature단위로 구분하여 training하였다는 것이 특징이다.
feature를 extract하는 데에는 hog(histogram of gradient)와 hsv color를 이용하였다.
반응형
'ML , DL (2019) > cs231n' 카테고리의 다른 글
cs231n assignment1 - two-layer neural net (0) | 2020.01.10 |
---|---|
backpropagation, intuition - 2 (요약) (0) | 2019.09.01 |
Backpropagation, Intuitions (0) | 2019.08.22 |
assignment1 - softmax (0) | 2019.08.20 |
cs231n assignment1 - SVM (0) | 2019.08.17 |