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 | 31 |
Tags
- CS231nAssignment1
- 맥북원스토어
- 백준
- MIT
- CS231ntwolayerneuralnet
- CNN구조정리
- 선형대수학
- 백준알고리즘
- arm칩에안드로이드
- 아이폰원스토어
- Algorithm
- adversarialattackonmonoculardepthestimation
- Gilbert Strang
- monoculardepthestimation
- 선대
- BOJ
- RegionProposalNetworks
- gpumemory
- professor strang
- CS231nSVM
- ios원스토어
- Linear algebra
- MacOS
- pycharmerror
- BAEKJOON
- CS231nAssignments
- 맥실리콘
- CS231n
- CNNarchitecture
- ㅐㅕ세ㅕㅅ
Archives
- Today
- Total
목록CS231nKNN (1)
개발로 하는 개발
[CS231n] Assignment 1 - KNN
- KNN ( K nearest neighbor) hyperparameter : k, L1 or L2 (distance calculating formula) Basically, you are trying to figure out which dot belongs to what region. And you are determining this by calculating the distance between the test point and train points. You get the value of k nearest points, and decide whichever the majority is. There are two ways to calculate this. L1 and L2. in the assig..
Study
2023. 5. 3. 14:57