All Projects → sorenbouma → Keras Oneshot

sorenbouma / Keras Oneshot

Licence: mit
koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras

Projects that are alternatives of or similar to Keras Oneshot

Global Flow Local Attention
The source code for paper "Deep Image Spatial Transformation for Person Image Generation"
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook
Coursera Deep Learning Deeplearning.ai
(完结)网易云课堂微专业《深度学习工程师》听课笔记,编程作业和课后练习
Stars: ✭ 344 (-1.15%)
Mutual labels:  jupyter-notebook
Machine Learning
Content for Udacity's Machine Learning curriculum
Stars: ✭ 3,618 (+939.66%)
Mutual labels:  jupyter-notebook
Machine Learning Web Apps
Building and Embedding Machine Learning Model into a Web App(With Flask,Streamlit,etc)
Stars: ✭ 342 (-1.72%)
Mutual labels:  jupyter-notebook
Deeppurpose
A Deep Learning Toolkit for DTI, Drug Property, PPI, DDI, Protein Function Prediction (Bioinformatics)
Stars: ✭ 342 (-1.72%)
Mutual labels:  jupyter-notebook
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook
Pineapple
Stars: ✭ 344 (-1.15%)
Mutual labels:  jupyter-notebook
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-0.57%)
Mutual labels:  jupyter-notebook
Kaggle competition treasure
Describe past Kaggle solutions
Stars: ✭ 346 (-0.57%)
Mutual labels:  jupyter-notebook
Card Ocr
身份证识别OCR
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook
Pythonfromspace
Python Examples for Remote Sensing
Stars: ✭ 344 (-1.15%)
Mutual labels:  jupyter-notebook
Dec
Stars: ✭ 343 (-1.44%)
Mutual labels:  jupyter-notebook
Draw
Reimplementation of DRAW
Stars: ✭ 346 (-0.57%)
Mutual labels:  jupyter-notebook
Tbd Nets
PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+1093.1%)
Mutual labels:  jupyter-notebook
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (-1.15%)
Mutual labels:  jupyter-notebook
Mini Python Project
用Python做些有趣的项目
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (-0.57%)
Mutual labels:  jupyter-notebook
Fast Pytorch
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
Stars: ✭ 346 (-0.57%)
Mutual labels:  jupyter-notebook
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (-0.86%)
Mutual labels:  jupyter-notebook

keras-oneshot

oneshot task koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras. Trains on the Omniglot dataset.

Also check out my blog post about this paper and one shot learning in general!

Installation Instructions

To run, you'll first have to clone this repo and install the dependencies

git clone https://github.com/sorenbouma/keras-oneshot
cd keras-oneshot
sudo pip install -r requirements.txt

Then you'll need to download the omniglot dataset and preprocess/pickle it with the load_data.py script.

git clone https://github.com/brendenlake/omniglot
python load_data.py --path <PATH TO THIS FOLDER>

Then you can run the jupyter notebook. If you used python2 to load the data, make sure you use a python2 kernel in your jupyter notebook and vice versa. It's also a good idea to make sure you're using the latest versions of keras and tensorflow.

jupyter notebook
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].