Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color of Neural Networks #32

Open
ricard-inho opened this issue Feb 8, 2023 · 3 comments
Open

Color of Neural Networks #32

ricard-inho opened this issue Feb 8, 2023 · 3 comments

Comments

@ricard-inho
Copy link

Is it possible to change the color of the nodes and the background of the neural network?

@helblazer811
Copy link
Owner

The background I believe can be changed using the core manim library. Look into the config.

I do have parameters that control the node color that you can change. I will eventually need to go through and document all of those parameters and make sure they are getting passed from Neural Network to the Layers properly. If you look at the code for the Neural Network or the FeedForwardLayer you will see parameters denoting the color of the nodes.

@helblazer811
Copy link
Owner

I added color schemes to the project. See https://github.com/helblazer811/ManimML/blob/main/tests/test_color_scheme.py

@helblazer811
Copy link
Owner

I have yet to fully integrate the color scheme information into most of the repository though, but this is the general idea of what I will be doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants