All Projects → OpenXAIProject → One-Shot-Learning

OpenXAIProject / One-Shot-Learning

Licence: Apache-2.0 license
Matching Networks Tensorflow 2 Implementation for few-shot AD diagnosis

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to One-Shot-Learning

Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+245.45%)
Mutual labels:  keras-tensorflow
Keras ile Derin Ogrenmeye Giris
BTK Akademi -1 Milyon İstihdam Projesi için Merve Ayyüce Kızrak tarafından Hazırlanmıştır.
Stars: ✭ 109 (+395.45%)
Mutual labels:  keras-tensorflow
digit-recognizer-live
Recognize Digits using Deep Neural Networks in Google Chrome live!
Stars: ✭ 29 (+31.82%)
Mutual labels:  keras-tensorflow
PolyphonicPianoTranscription
Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)
Stars: ✭ 146 (+563.64%)
Mutual labels:  keras-tensorflow
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (+31.82%)
Mutual labels:  keras-tensorflow
keras tfrecord
Extending Keras to support tfrecord dataset
Stars: ✭ 61 (+177.27%)
Mutual labels:  keras-tensorflow
DCASE2020 task1
Code for DCASE 2020 task 1a and task 1b.
Stars: ✭ 72 (+227.27%)
Mutual labels:  keras-tensorflow
dl-relu
Deep Learning using Rectified Linear Units (ReLU)
Stars: ✭ 20 (-9.09%)
Mutual labels:  keras-tensorflow
TF-Model-Deploy-Tutorial
A tutorial exploring multiple approaches to deploy a trained TensorFlow (or Keras) model or multiple models for prediction.
Stars: ✭ 51 (+131.82%)
Mutual labels:  keras-tensorflow
fall-detection-two-stream-cnn
Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)
Stars: ✭ 49 (+122.73%)
Mutual labels:  keras-tensorflow
a-neural-algorithm-of-artistic-style
Keras implementation of "A Neural Algorithm of Artistic Style"
Stars: ✭ 110 (+400%)
Mutual labels:  keras-tensorflow
ImmunoLynk
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Stars: ✭ 17 (-22.73%)
Mutual labels:  keras-tensorflow
Real-Time-Violence-Detection-in-Video-
No description or website provided.
Stars: ✭ 54 (+145.45%)
Mutual labels:  keras-tensorflow
HierarchicalAttentionNetworks
Hierarchical Attention Networks for Document Classification in Keras
Stars: ✭ 70 (+218.18%)
Mutual labels:  keras-tensorflow
G-SimCLR
This is the code base for paper "G-SimCLR : Self-Supervised Contrastive Learning with Guided Projection via Pseudo Labelling" by Souradip Chakraborty, Aritra Roy Gosthipaty and Sayak Paul.
Stars: ✭ 69 (+213.64%)
Mutual labels:  keras-tensorflow
stock-volatility-google-trends
Deep Learning Stock Volatility with Google Domestic Trends: https://arxiv.org/pdf/1512.04916.pdf
Stars: ✭ 74 (+236.36%)
Mutual labels:  keras-tensorflow
GradCAM and GuidedGradCAM tf2
Implementation of GradCAM & Guided GradCAM with Tensorflow 2.x
Stars: ✭ 16 (-27.27%)
Mutual labels:  keras-tensorflow
Deep-Quality-Value-Family
Official implementation of the paper "Approximating two value functions instead of one: towards characterizing a new family of Deep Reinforcement Learning Algorithms": https://arxiv.org/abs/1909.01779 To appear at the next NeurIPS2019 DRL-Workshop
Stars: ✭ 12 (-45.45%)
Mutual labels:  keras-tensorflow
gcnn keras
Graph convolution with tf.keras
Stars: ✭ 47 (+113.64%)
Mutual labels:  keras-tensorflow
tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Stars: ✭ 88 (+300%)
Mutual labels:  keras-tensorflow

Matching Networks Tensorflow V2 Implementation

Introduction

This repository contains an implementation of Matching Networks in Tensorflow 2 (currently in BETA). It is specifically designed for few-shot learning of 1D data sets (e.g. flattend MNIST). However, I've added various tools for users so that they can make minor customizations (e.g. 2D/3D Convolution).

Usage

python main.py --train/test --seed=X --C=Y --K=Z

In the config.py file, you should change project_path, result_path, data_path to fit your needs.

Or you may look into MNforADNI.ipynb or Colab for a demo.

XAI Project

These works were supported by Institute for Information & Communications Technology Promotion (IITP) grant funded by the Korea government (MSIT) (No.2017-0-01779, A machine learning and statistical inference framework for explainable artificial intelligence)

  • Project Name : A machine learning and statistical inference framework for explainable artificial intelligence(의사결정 이유를 설명할 수 있는 인간 수준의 학습·추론 프레임워크 개발)

  • Managed by Ministry of Science and ICT/XAIC

  • Participated Affiliation : UNIST, Korea Univ., Yonsei Univ., KAIST, AItrics

  • Web Site : http://openXai.org

License

Apache License 2.0

Contact

Yoon, Jee Seok
[email protected]
Graduate Student,
Machine Intelligence Lab.,
Department of Brain and Cognitive Engineering,
Korea University, Seoul, South Korea

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