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

https://github.com/sorenlind/keras-knn

Code for the blog post Nearest Neighbors with Keras and CoreML
https://github.com/sorenlind/keras-knn

coreml cosine-similarity keras knn notebook

Last synced: about 2 months ago
JSON representation

Code for the blog post Nearest Neighbors with Keras and CoreML

Awesome Lists containing this project

README

        

# keras-knn

This respository contains the example code for the blog post [Nearest Neighbors with Keras and CoreML](https://hackernoon.com/nearest-neighbors-with-keras-and-coreml-755e76fedf36).

The example notebook shows how you can use Keras to build a
cosine-based k-nearest neighbors model (k-NN) on top of an existing deep
network. The notebook also has an example of converting the model to CoreML
for use on iPhone or other iOS devices.