Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyurparalkar/knn-for-cifar-10
K-nearest neighbour algorithm for CIFAR-10 dataset
https://github.com/keyurparalkar/knn-for-cifar-10
cifar10 knn numpy
Last synced: 3 days ago
JSON representation
K-nearest neighbour algorithm for CIFAR-10 dataset
- Host: GitHub
- URL: https://github.com/keyurparalkar/knn-for-cifar-10
- Owner: keyurparalkar
- Created: 2018-08-09T07:10:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T07:28:41.000Z (over 6 years ago)
- Last Synced: 2024-11-08T04:05:02.015Z (about 2 months ago)
- Topics: cifar10, knn, numpy
- Language: Jupyter Notebook
- Homepage: https://www.cs.toronto.edu/~kriz/cifar.html
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KNN for CIFAR-10
This repository consists of jupyter notebook which focues on implementing k-nearest neighbour algorithm for [CIFAR-10 dataset](https://www.cs.toronto.edu/~kriz/cifar.html).
For information about how KNNs work: http://cs231n.github.io/classification/
### Running jupyter notebook
```
git clone https://github.com/keyurparalkar/KNN-for-CIFAR-10.git
cd "KNN-for-CIFAR-10"
jupyter notebook
```