stared/keras-sequential-ascii
ASCII summary for simple sequential models in Keras
This tool helps deep learning practitioners understand their Keras sequential model architectures better. You feed it a Keras sequential model, and it produces an easy-to-read ASCII diagram showing the layers, data dimensions, and the number of weights for each part of your neural network. It's especially useful for educators or anyone needing a clear visual summary of a model's structure.
127 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need a quick, visual summary of your Keras sequential model's architecture, including layer types, data dimensions, and weight distribution, without needing to open a graphical tool.
Not ideal if you are working with more complex Keras models that involve merging layers or non-sequential structures, as it currently only supports simple sequential models.
Stars
127
Forks
18
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 28, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stared/keras-sequential-ascii"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
DingKe/nn_playground
Experimental keras implementation of novel neural network structures
DataForScience/DeepLearning
Deep Learning From Scratch
OVVO-Financial/NNS
Nonlinear Nonparametric Statistics
remicres/otbtf
Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)