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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file eiffel2-0.0.4.tar.gz.

File metadata

  • Download URL: eiffel2-0.0.4.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for eiffel2-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c77c1dd0b869a8d96d804200a6a23c193d24590a5eb2b507406fbbe31b7c319e
MD5 34bc0a0ebf42ba832d5528323b41665f
BLAKE2b-256 4a1f24cca9c90b86614e9bf70599c0ff470ab407c81e0b4ceab85994973b2fa3

See more details on using hashes here.

File details

Details for the file eiffel2-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: eiffel2-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for eiffel2-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2f1a222534a686af44ba714701575db39031238b37dab04fc7b2bb19c3f7b39f
MD5 cefc6a9cca0a025650ef08247b793368
BLAKE2b-256 d11448e59520fded2e1911cf2386fe989665e9840985099b2425bf090104195c

See more details on using hashes here.

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