All Projects → akshaysharma096 → Siamese Networks

akshaysharma096 / Siamese Networks

Licence: mit
Few Shot Learning by Siamese Networks, using Keras.

Projects that are alternatives of or similar to Siamese Networks

Py Style Transfer
🎨 Artistic neural style transfer with tweaks (pytorch).
Stars: ✭ 23 (-84.25%)
Mutual labels:  jupyter-notebook, deep
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+4246.58%)
Mutual labels:  jupyter-notebook, deep
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (+139.73%)
Mutual labels:  jupyter-notebook, deep
Satellite imagery analysis
Implementation of different techniques to find insights from the satellite data using Python.
Stars: ✭ 31 (-78.77%)
Mutual labels:  jupyter-notebook, deep
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+7727.4%)
Mutual labels:  jupyter-notebook
Ppdai risk evaluation
“魔镜杯”风控算法大赛 拍拍贷风控模型,接近冠军分数
Stars: ✭ 144 (-1.37%)
Mutual labels:  jupyter-notebook
Kaggle Titanic
kaggle titanic solution
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Shufflenet V2 Tensorflow
A lightweight convolutional neural network
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Formation Deep Learning
Supports de formation Deep Learning (diapos et exercices pratiques)
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Ds production
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
Stars: ✭ 1,985 (+1259.59%)
Mutual labels:  jupyter-notebook
Citeomatic
A citation recommendation system that allows users to find relevant citations for their paper drafts. The tool is backed by Semantic Scholar's OpenCorpus dataset.
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Deep Learning With Tensorflow Book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Stars: ✭ 12,105 (+8191.1%)
Mutual labels:  jupyter-notebook
Recurrent neural network
This is the code for "Recurrent Neural Networks - The Math of Intelligence (Week 5)" By Siraj Raval on Youtube
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Bertem
论文实现(ACL2019):《Matching the Blanks: Distributional Similarity for Relation Learning》
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Textbook
Principles and Techniques of Data Science, the textbook for Data 100 at UC Berkeley
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Alta
The Art of Literary Text Analysis
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Deep Deep
Adaptive crawler which uses Reinforcement Learning methods
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook

Siamese Neural Networks for Few Shot Learning

The problem has been inspired by Fellowship.AI, demo challenge

  • The model has been trained using tensforflow backend in Keras.

  • It tries to solve the problem of image verification when the quantity of data available for training Deep Learning models is less.

  • The model has been implemented to solve the problem based on the paper by Gregory et. al Siamese Neural Networks for One-Shot Image Recognition.

    • The ideas from the paper have been used to extend the model for few shot learning.
  • Omniglot, dataset has been used for training the model

    • The dataset has 1623 character classes, each with 20 examples.
    • The model tries to build a few shot classifier using the ides presented in the paper by Gregory et. al for the dataset.

Reading

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