All Projects → sorenlind → keras-knn

sorenlind / keras-knn

Licence: other
Code for the blog post Nearest Neighbors with Keras and CoreML

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to keras-knn

clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (+40%)
Mutual labels:  notebook
set-sketch-paper
SetSketch: Filling the Gap between MinHash and HyperLogLog
Stars: ✭ 23 (-8%)
Mutual labels:  cosine-similarity
importnb
notebook files as source
Stars: ✭ 47 (+88%)
Mutual labels:  notebook
ClassifierKit
🤖 A suite of tools and examples for training Core ML models with Create ML.
Stars: ✭ 23 (-8%)
Mutual labels:  coreml
tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool.
Stars: ✭ 219 (+776%)
Mutual labels:  notebook
kervolution
Kervolution Library in PyTorch (CVPR 2019 Oral)
Stars: ✭ 33 (+32%)
Mutual labels:  knn
KoreanClassification Keras Coreml
한글 손글씨 분류 모델을 만들어 iOS 애플리케이션에 적용해보았습니다 📱
Stars: ✭ 29 (+16%)
Mutual labels:  coreml
COVID-19-CaseStudy-and-Predictions
This repository is a case study, analysis and visualization of COVID-19 Pandemic spread along with prediction models.
Stars: ✭ 90 (+260%)
Mutual labels:  notebook
masterR
📓R学习笔记与进阶之道
Stars: ✭ 17 (-32%)
Mutual labels:  notebook
AI-for-Trading
📈This repo contains detailed notes and multiple projects implemented in Python related to AI and Finance. Follow the blog here: https://purvasingh.medium.com
Stars: ✭ 59 (+136%)
Mutual labels:  cosine-similarity
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-24%)
Mutual labels:  notebook
inception
Real time image recognition using Core ML
Stars: ✭ 24 (-4%)
Mutual labels:  coreml
epic-kitchens-55-starter-kit-action-recognition
🌱 Starter kit for working with the EPIC-KITCHENS-55 dataset for action recognition or anticipation
Stars: ✭ 40 (+60%)
Mutual labels:  notebook
mercury
A serverless, clean, and persistent note dump that works fully offline
Stars: ✭ 19 (-24%)
Mutual labels:  notebook
awesome-face-recognition
this repo include paper review, code in face recognition
Stars: ✭ 16 (-36%)
Mutual labels:  cosine-similarity
SAComputerVisionMachineLearning
Computer Vision and Machine Learning related projects of Udacity's Self-driving Car Nanodegree Program
Stars: ✭ 36 (+44%)
Mutual labels:  notebook
notebook
此记事本包含了登录注册、指纹锁、检查更新、添加/查看记事,以及对已添加的记事进行编辑的功能
Stars: ✭ 27 (+8%)
Mutual labels:  notebook
SimpleInceptionV3-ObjC
A simple image classification test using Core ML and Inception V3 model in Objective-C
Stars: ✭ 22 (-12%)
Mutual labels:  coreml
Simple-Plagiarism-Checker
Web Application for checking the similarity between query and document using the concept of Cosine Similarity.
Stars: ✭ 47 (+88%)
Mutual labels:  cosine-similarity
GeostatisticsLessonsNotebooks
These are python notebooks accompanying Lessons available at GeostatisticsLessons.com
Stars: ✭ 28 (+12%)
Mutual labels:  notebook

keras-knn

This respository contains the example code for the blog post Nearest Neighbors with Keras and CoreML.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].