visualkeras
Network visualizer
A Python package to visualize Keras neural network architectures.
Visualkeras is a Python package to help visualize Keras (either standalone or included in TensorFlow) neural network architectures. It allows easy styling to fit most needs. This module supports layered style architecture generation which is great for CNNs (Convolutional Neural Networks), and a graph style architecture, which works great for most models including plain feed-forward networks.
590 stars
6 watching
69 forks
Language: Python
last commit: 23 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ashishpatel26/tools-to-design-or-visualize-architecture-of-neural-network | Tools to aid in designing and visualizing neural network architectures | 4,525 |
1ultimat3/pcapviz | A tool to visualize network topologies and collect graph statistics based on pcap files | 346 |
vladkryvoruchko/pspnet-keras-tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow and Keras | 394 |
stjordanis/gluon2keras | Converts Gluon deep neural network models to Keras equivalents | 0 |
philipperemy/keract | An open-source tool to extract and visualize layer outputs and gradients in Keras models | 1,050 |
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 859 |
bourdakos1/capsnet-visualization | A visualization tool to illustrate the structure and operation of CapsNet layers in neural networks | 394 |
raghakot/keras-vis | A toolkit for visualizing and debugging neural network models using techniques like activation maximization and saliency maps. | 2,985 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 951 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |
datacanvasio/hyperkeras | An autoML tool that searches and optimizes neural network architectures using tensorflow and keras. | 30 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
shathe/mnasnet-keras-tensorflow | An implementation of MnasNet architecture in Keras for TensorFlow using Python | 99 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 469 |