Topic

keras

Repositories (1215)

Issue-Label-Bot
Issue-Label-Bot machine-learning-apps SCSS

Code For The Issue Label Bot, an App that automatically labels issues using machine learning, available on the GitHub Marketplace. This is also code...

332
speech-emotion-recognition
speech-emotion-recognition hkveeranki Python

Speaker independent emotion recognition

331
Seq2seq-Chatbot-for-Keras
Seq2seq-Chatbot-for-Keras oswaldoludwig Python

This repository contains a new generative model of chatbot based on seq2seq modeling.

330
openai_lab
openai_lab kengz Python

An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.

329
learning
learning zhourunlai Jupyter Notebook

The data is the future of oil, digging the potential value of the data is very meaningful. This library records my road of machine learning study.

328
Image-Captioning
Image-Captioning yashk2810 Jupyter Notebook

Image Captioning using InceptionV3 and beam search

328
unet
unet intel Jupyter Notebook

U-Net Biomedical Image Segmentation

326
Macadam
Macadam yongzhuo Python

Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBE...

325
sparsify
sparsify neuralmagic Python

ML model optimization product to accelerate inference.

325
keras-radam
keras-radam CyberZHG Python

RAdam implemented in Keras & TensorFlow

324
dlpython_course
dlpython_course sozykin Jupyter Notebook

Примеры для курса "Основы нейронных сетей"

323
cnn_for_captcha
cnn_for_captcha anexplore Python

图片类验证码识别(数字验证码/缺口验证码/文字验证码/旋转验证码/相似物体验证码)

323
hg-mldl
hg-mldl rickiepark Jupyter Notebook

<혼자 공부하는 머신러닝+딥러닝>의 코드 저장소입니다.

323
Chinese-ChatBot
Chinese-ChatBot jayeew Jupyter Notebook

中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行。

323
keras-multiprocess-image-data-generator
keras-multiprocess-image-data-generator stratospark Jupyter Notebook

Accelerating Deep Learning with Multiprocess Image Augmentation in Keras

319
Keras-Classification-Models
Keras-Classification-Models titu1994 Python

Collection of Keras models used for classification

319
Retina-VesselNet
Retina-VesselNet DeepTrial Jupyter Notebook

A Simple U-net model for Retinal Blood Vessel Segmentation based on tensorflow2

319
eye-in-the-sky
eye-in-the-sky manideep2510 Python

Satellite Image Classification using semantic segmentation methods in deep learning

319
PYAS
PYAS 87owo Python

Antivirus software written in Python and C++ that blocks threats through deep learning and behavioral monitoring!

319
backdoor
backdoor bolunwang Python

Code implementation of the paper "Neural Cleanse: Identifying and Mitigating Backdoor Attacks in Neural Networks", at IEEE Security and Privacy 2019.

317
Semantic-segmentation-of-remote-sensing-images
Semantic-segmentation-of-remote-sensing-images 1044197988 Python

遥感图像的语义分割,基于深度学习,在Tensorflow框架下,利用TF.Keras,运行环境TF2.0+

317
unet_keras
unet_keras HLearning Python

unet_keras use image Semantic segmentation

316
Snapshot-Ensembles
Snapshot-Ensembles titu1994 Python

Snapshot Ensemble in Keras

311
LSTM-Music-Genre-Classification
LSTM-Music-Genre-Classification ruohoruotsi Python

Music genre classification with LSTM Recurrent Neural Nets in Keras & PyTorch

305
KEKOxTutorial
KEKOxTutorial KerasKorea Jupyter Notebook

전 세계의 멋진 케라스 문서 및 튜토리얼을 한글화하여 케라스x코리아를 널리널리 이롭게합니다.

304
keras-data-generator
keras-data-generator afshinea Python

Template for data generator in Keras

304
keras-resnet
keras-resnet broadinstitute Python

Keras package for deep residual networks

302
segmentation_keras
segmentation_keras nicolov Python

DilatedNet in Keras for image segmentation

301
reactionrnn
reactionrnn minimaxir Python

Python module + R package to predict the reactions to a given text using a pretrained recurrent neural network.

301
CheXNet-Keras
CheXNet-Keras brucechou1983 Python

This project is a tool to build CheXNet-like models, written in Keras.

301
ergo
ergo evilsocket Python

🧠 A tool that makes AI easier.

299
LSTM_Attention
LSTM_Attention ningshixian Python

attention-based LSTM/Dense implemented by Keras

299
elliot
elliot sisinflab Python

Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation

297
CDCL-human-part-segmentation
CDCL-human-part-segmentation kevinlin311tw Python

Repository for Paper: Cross-Domain Complementary Learning Using Pose for Multi-Person Part Segmentation (TCSVT20)

296
KungFu
KungFu lsds Go

Fast and Adaptive Distributed Machine Learning for TensorFlow, PyTorch and MindSpore.

295
mobilenetv2-yolov3
mobilenetv2-yolov3 fsx950223 Python

yolov3 with mobilenetv2 and efficientnet

294
ml-projects
ml-projects 30lm32

ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian, Xgboost in Pyth...

294
keras-text-summarization
keras-text-summarization chen0040 Python

Text summarization using seq2seq in Keras

292
DeepResearch
DeepResearch Hsankesara Python

This repository is the collection of research papers in Deep learning, computer vision and NLP.

291
LotteryPrediction
LotteryPrediction yangboz Jupyter Notebook

:full_moon_with_face: Lottery prediction besides of following "law of proability","Probability: Independent Events", there are still "Saying "a Tail i...

291
keras-non-local-nets
keras-non-local-nets titu1994 Python

Keras implementation of Non-local Neural Networks

289
lstm-siamese-text-similarity
lstm-siamese-text-similarity amansrivastava17 Python

⚛️ It is keras based implementation of siamese architecture using lstm encoders to compute text similarity

289
volksdep
volksdep Media-Smart Python

volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.

287
Yolo-digit-detector
Yolo-digit-detector penny4860 Jupyter Notebook

Implemented digit detector in natural scene using resnet50 and Yolo-v2. I used SVHN as the training set, and implemented it using tensorflow and keras...

286
mixup-generator
mixup-generator yu4u Jupyter Notebook

An implementation of "mixup: Beyond Empirical Risk Minimization"

285
fancy-nlp
fancy-nlp boat-group Python

NLP for human. A fast and easy-to-use natural language processing (NLP) toolkit, satisfying your imagination about NLP.

285
deepreplay
deepreplay dvgodoy Jupyter Notebook

Deep Replay - Generate visualizations as in my "Hyper-parameters in Action!" series!

285
keras-arcface
keras-arcface 4uiiurz1 Python

Keras implementation of ArcFace, CosFace, and SphereFace

285
keras-english-resume-parser-and-analyzer
keras-english-resume-parser-and-analyzer chen0040 Python

keras project that parses and analyze english resumes

283
ResNetCAM-keras
ResNetCAM-keras alexisbcook Python

Keras implementation of a ResNet-CAM model

281