Topic

keras

Repositories (1214)

Keras-Mask-RCNN-for-Open-Images-2019-Instance-Segmentation
Keras-Mask-RCNN-for-Open-Images-2019-Instance-Segmentation ZFTurbo Python

Code and pre-trained models for Instance Segmentation track in Open Images Dataset

54
BVAE-tf
BVAE-tf alecGraves Python

Disentangled Variational Auto-Encoder in TensorFlow / Keras (Beta-VAE)

54
text-classification-keras
text-classification-keras jfilter Python

📚 Text classification library with Keras

53
keras-stochastic-weight-averaging
keras-stochastic-weight-averaging kristpapadopoulos Python

Keras callback function for stochastic weight averaging

53
keras-semantic-segmentation-example
keras-semantic-segmentation-example mrgloom Python

Example of semantic segmentation in Keras

53
named-entity-recognition-template
named-entity-recognition-template floydhub Jupyter Notebook

Build a deep learning model for predicting the named entities from text.

53
keras_rmac_plus
keras_rmac_plus fmaglia Python

Keras implementation of R-MAC+ descriptors

53
Recurrent-Neural-Network-for-BitCoin-price-prediction
Recurrent-Neural-Network-for-BitCoin-price-prediction AvinashNath2 Python

Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction

53
Keras.jl
Keras.jl invenia Julia

A julia wrapper for https://keras.io

53
siamese_similarity_model
siamese_similarity_model hsakas Python

A Siamese similarity model for image similarity

53
ai-visual-storytelling-seq2seq
ai-visual-storytelling-seq2seq Pendulibrium Python

Implementation of seq2seq model for Visual Storytelling Challenge (VIST) http://visionandlanguage.net/VIST/index.html

53
speaker-change-detection
speaker-change-detection philipperemy Python

Paper: https://arxiv.org/abs/1702.02285

53
kerasgen
kerasgen ma7555 Python

A Keras/Tensorflow compatible image data generator for TripletLoss

53
Improving-RNN-recommendation-model
Improving-RNN-recommendation-model kwonmha Python

Applied weight tying technique to RNN based recommendation model. Implemented with Tensorflow and Keras.

52
keras-tensorrt-jetson
keras-tensorrt-jetson csvance Jupyter Notebook

Example of loading a Keras model into TensorRT C++ API

52
keras-dqn-doom
keras-dqn-doom itaicaspi Python

Keras implementation of DQN on ViZDoom environment

52
TF-Model-Deploy-Tutorial
TF-Model-Deploy-Tutorial bshao001 Python

A tutorial exploring multiple approaches to deploy a trained TensorFlow (or Keras) model or multiple models for prediction.

52
RT-CNN-Vis
RT-CNN-Vis cyberneuron Python

A Platform for Real Time CNN Visualization

52
deep-tic-tac-toe
deep-tic-tac-toe ZackAkil Jupyter Notebook

Used deep reinforcement learning to train a deep neural network to play tic-tac-toe and deployed using tensorflow.js.

52
Xception-with-Your-Own-Dataset
Xception-with-Your-Own-Dataset otenim Python

Easy-to-use scripts for training and inferencing with Xception on your own dataset

52
Network-Assembler
Network-Assembler kir486680 JavaScript

Network Assembler is a simple way to create neural networks in Keras

52
padam-tensorflow
padam-tensorflow yashkant Python

Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In Training Deep Neural Networks" for the ICLR 2019 Reproduc...

51
fashion-tag
fashion-tag DavexPro Jupyter Notebook

Baseline of FashionAI Competition based on Keras.

51
sentiment-analysis-of-tweets-in-russian
sentiment-analysis-of-tweets-in-russian sismetanin Jupyter Notebook

Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.

51
Sentences_Pair_Similarity_Calculation_Siamese_LSTM
Sentences_Pair_Similarity_Calculation_Siamese_LSTM LuJunru Python

A Keras Implementation of Attention_based Siamese Manhattan LSTM

51
jupyter-notebooks
jupyter-notebooks likejazz Jupyter Notebook

Jupyter Notebooks and miscellaneous

51
alchemy
alchemy catalyst-team Python

Experiments logging & visualization

50
keras-lookahead
keras-lookahead CyberZHG Python

Lookahead mechanism for optimizers in Keras.

50
vae-concrete
vae-concrete EmilienDupont Python

Keras implementation of a Variational Auto Encoder with a Concrete Latent Distribution

50
keras-seq2seq-example
keras-seq2seq-example philipperemy Python

Toy Keras implementation of a seq2seq model with examples.

49
NER_bLSTM-CRF
NER_bLSTM-CRF SNUDerek Jupyter Notebook

LSTM-CRF for NER with ConLL-2002 dataset

49
tensorflow-cnn-time-series
tensorflow-cnn-time-series philipperemy Python

Feeding images of time series to Conv Nets! (Tensorflow + Keras)

49
DeepLearning
DeepLearning prakritidev Python

This repository will contain the example detailed codes of Tensorflow and Keras, This repository will be useful for Deep Learning staters who find dif...

49
nets
nets ISosnovik Python

Draw your net

49
DockerKeras
DockerKeras honghulabs Dockerfile

We provide GPU-enabled docker images including Keras, TensorFlow, CNTK, MXNET and Theano.

49
Keras-augmentation-layer
Keras-augmentation-layer ZFTurbo Python

Keras implementation of layer which performs augmentations of images using GPU.

49
GTSRB_Keras_STN
GTSRB_Keras_STN hello2all Jupyter Notebook

German Traffic Sign Recognition Benchmark, Keras implementation with Spatial Transformer Networks

49
keras_basic
keras_basic lsjsj92 Jupyter Notebook

keras를 이용한 딥러닝 기초 학습

49
CPP-Call-Tensorflow
CPP-Call-Tensorflow BIGBALLON C++

Calling (TensorFlow) Python Program from C++

49
UnityTensorflowKeras
UnityTensorflowKeras tcmxx C#

Unity In Editor Deep Learning Tools. Using KerasSharp, TensorflowSharp, Unity MLAgent. In-Editor training and no python needed.

48
gan_tensorflow
gan_tensorflow hamaadshah Jupyter Notebook

Automatic feature engineering using Generative Adversarial Networks using TensorFlow.

48
DeepLearningToMobile
DeepLearningToMobile younatics Jupyter Notebook

Curated way to convert deep learning model to mobile⚡️

47
ConvNets-for-Sentence-Classification
ConvNets-for-Sentence-Classification davidsbatista Jupyter Notebook

"Convolutional Neural Networks for Sentence Classification" (Kim 2014) - https://www.aclweb.org/anthology/D14-1181

47
keras_lstm_chinese_document_classification
keras_lstm_chinese_document_classification Jinkeycode Jupyter Notebook

使用 Keras 进行中文文本分类

47
cyclegan-keras
cyclegan-keras MingwangLin Jupyter Notebook

keras implementation of cycle-gan

47
AI-for-Medicine-Specialization-deeplearning.ai
AI-for-Medicine-Specialization-deeplearning.ai ChanchalKumarMaji Jupyter Notebook

[Coursera] AI for Medicine Specialization by "deeplearning.ai".

46
deep_spectre
deep_spectre asm C

Deep learning side channel privileged memory reader

46
keras-face-recognition
keras-face-recognition Golbstein Jupyter Notebook

Who is your doppelgänger and more with Keras face recognition

46
tensorflow-w-r
tensorflow-w-r sol-eng HTML

TensorFlow with R

46
gandlf
gandlf codekansas Python

Generative Adversarial Networks in Keras

46