GithubHelp home page GithubHelp logo

eiffel2's Introduction

Eiffel2

current version: 0.0.4
Next release: :c not soon

Neural Network architecture Visualization tool

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:


 

 

 

 

PYPI PAGE

eiffel2's People

Contributors

ale9806 avatar

Stargazers

 avatar  avatar Rini Christy avatar Ben Dowdell avatar Hakan BAKACAK avatar  avatar  avatar Alexander ADAM avatar Nikita avatar Niels Horn avatar Marcin Borawski avatar

Watchers

 avatar

eiffel2's Issues

Is there any way to save the generated visualization as jpg or pdf

Hello,

First of all, thanks for building an amazing tool to visualize the neural network architectures.

The visualization can be more fine-tuned for complex network types (such as (128, 64, 32, 16, 8, 4)).

Also, is there any way to save the generated visualization as a pdf or picture?

thank you in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.