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 |
Tags
- ㅐㅕ세ㅕㅅ
- gpumemory
- CS231nAssignment1
- CS231ntwolayerneuralnet
- professor strang
- adversarialattackonmonoculardepthestimation
- Algorithm
- CS231nSVM
- 백준알고리즘
- CS231n
- arm칩에안드로이드
- CNNarchitecture
- 백준
- BOJ
- 맥실리콘
- pycharmerror
- 선대
- CNN구조정리
- RegionProposalNetworks
- 선형대수학
- CS231nAssignments
- Linear algebra
- ios원스토어
- monoculardepthestimation
- MacOS
- MIT
- Gilbert Strang
- 아이폰원스토어
- BAEKJOON
- 맥북원스토어
Archives
- Today
- Total
목록SC231nAssignment1 (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