Skip to main content

Neural Network visualization tool

Project description

Eiffel2

current version: 0.0.3
Next release: 19/11/2020

Neural Network architecture Visualization tool : Github

You can use eiffel2, which you can install using pip:

python -m pip install eiffel2

to update eiffel:

python -m pip  install eiffel2 --upgrade

Just import builder from eiffel and provide a list of neurons per layer in your network as an input.

Example:

from eiffel2 import builder
builder([1, 10, 10, 5, 5, 2, 1])
# or the following if you want to have a dark theme
builder([1, 10, 10, 5, 5, 2, 1], bmode="night")

output: (normal mode)


 

 

 

output: (with bmode="night')


 

 

 

 

COLORS:

You can add colors to your network with the net_colors variable in builder() , keep in mind that for a n layer network you must select n-1 colors Eiffel2 is compatible with vanila python colors ("red","blue") and Hex colors

Online Color tool

EXAMPLE

from eiffel2 import builder
builder([1,6,6,5,2],net_colors=["#581845","#900C3F","red","#FF5733"])

output:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eiffel2-0.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

eiffel2-0.0.4-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page