Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```