#keras (30 Repositories)
Ranked open-source repositories tagged with #keras, scored by pull request acceptance likelihood and maintainer engagement velocity.
7.3%
4.6h
30 repositories tagged #keras
TylerYep/torchinfo
View model summaries in PyTorch!
wandb/wandb
The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production.
onnx/onnx
Open standard for machine learning interoperability
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.
adalca/neurite
Neural networks toolbox focused on medical image analysis
faustomorales/keras-ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
sherpa-ai/sherpa
Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.
leriomaggio/deep-learning-keras-tensorflow
Introduction to Deep Neural Networks with Keras and Tensorflow
danielegrattarola/keras-gat
Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)
frgfm/torch-scan
Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)
merantix/picasso
:art: A CNN visualizer
ankur219/ECG-Arrhythmia-classification
ECG arrhythmia classification using a 2-D convolutional neural network
jisungk/deepjazz
Deep learning driven jazz generation using Keras & Theano!
karolzak/keras-unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
maelfabien/Machine_Learning_Tutorials
Code, exercises and tutorials of my personal blog ! 📝
raghakot/keras-vis
Neural network visualization toolkit for keras
mkocabas/pose-residual-network
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network (ECCV 2018)' paper
keras-team/autokeras
AutoML library for deep learning
keras-team/keras-tuner
A Hyperparameter Tuning Library for Keras
kailashahirwar/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
tjwei/GANotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
transcranial/keras-js
Run Keras models in the browser, with GPU support using WebGL
AlexanderLutsenko/nobuco
Pytorch to Keras/Tensorflow/TFLite conversion made intuitive
SummitKwan/transparent_latent_gan
Use supervised learning to illuminate the latent space of GAN for controlled generation and edit
zhixuhao/unet
unet for image segmentation
BBuf/Keras-Semantic-Segmentation
Keras-Semantic-Segmentation
qubvel/segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
xiaochus/MobileNetV2
A Keras implementation of MobileNetV2.