Topic

keras

Repositories (1136)

squeezenet-keras
squeezenet-keras chasingbob Python

SqueezeNet Keras demo

59
nvidia-docker-keras
nvidia-docker-keras idealo Python

Workflow that shows how to train neural networks on EC2 instances with GPU support and compares training times to CPUs

59
deep-learning
deep-learning amitkaps Jupyter Notebook

Deep Learning Bootcamp

59
vision-ml
vision-ml Meituan-Dianping Python

A R-CNN machine learning model for handling Pop-up window in mobile Apps.

59
din
din searchlink Python

keras implementation about Deep Interest Network

59
keras-adabound
keras-adabound CyberZHG Python

AdaBound optimizer in Keras

58
person_segmentation_tf2.0
person_segmentation_tf2.0 srihari-humbarwadi Python

Using deepLabv3+ to segment humans

58
Simple-Sign-Language-Detector
Simple-Sign-Language-Detector rrupeshh Python

Simple Sign Language Detector

58
ABiViRNet
ABiViRNet lvapeab Python

Attention Bidirectional Video Recurrent Net

57
test_cnn
test_cnn imfht Python

使用深度学习的方式破解宝塔控制面板的验证码服务

57
McKinsey-SmartCities-Traffic-Prediction
McKinsey-SmartCities-Traffic-Prediction mratsim Jupyter Notebook

Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) predi...

57
Sketchback
Sketchback BKHMSI Jupyter Notebook

Keras implementation of sketch inversion using deep convolution neural networks (synthesising photo-realistic images from pencil sketches)

57
keras_gpyopt
keras_gpyopt shibuiwilliam Jupyter Notebook

Using Bayesian Optimization to optimize hyper parameter in Keras-made neural network model.

56
alphagozero
alphagozero Narsil Python

Unofficial attempt to rebuild AlphaGo Zero

56
2017MLSpring_Hung-yi-Lee
2017MLSpring_Hung-yi-Lee machineCYC Python

Hung-Yi Lee ML 2017 Spring Homework

56
FrontEnd-EmotionDetection
FrontEnd-EmotionDetection kevinisbest HTML

Emotion detection on browser using TensorFlow.js

56
gait-recognition
gait-recognition rshrc Python

Distance Recognition of a Human Being with Deep CNN's

55
deep-improvisation
deep-improvisation tatsuyah Python

Easy-to-use Deep LSTM Neural Network to generate song sounds like containing improvisation.

55
Semantic-Segmentation-BiSeNet
Semantic-Segmentation-BiSeNet kirilcvetkov92 Python

Keras BiseNet architecture implementation

55
resemul
resemul tae-jun Jupyter Notebook

A TensorFlow+Keras implementation of "Sample-level CNN Architectures for Music Auto-tagging Using Raw Waveforms"

54
Quora_QuestionPairs_DL
Quora_QuestionPairs_DL yuhsinliu1993 Python

Kaggle Competition: Using deep learning to solve quora's question pairs problem

54
spinning-up-a-Pong-AI-with-deep-RL
spinning-up-a-Pong-AI-with-deep-RL mtrazzi Jupyter Notebook

Code for "Spinning Up a Pong AI With Deep RL" on FloydHub.

54
segmentation_training_pipeline
segmentation_training_pipeline musket-ml Python

Research Pipeline for image masking/segmentation in Keras

54
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
kerasgen
kerasgen ma7555 Python

A Keras/Tensorflow compatible image data generator for TripletLoss

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

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

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