https://github.com/jayexdesigns/neural-network-color
A neural network that recommends you color gradients depending on your preferences
https://github.com/jayexdesigns/neural-network-color
artificial-intelligence brainjs colors neural-network
Last synced: about 1 year ago
JSON representation
A neural network that recommends you color gradients depending on your preferences
- Host: GitHub
- URL: https://github.com/jayexdesigns/neural-network-color
- Owner: JayexDesigns
- Created: 2021-03-12T23:23:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T18:08:22.000Z (over 2 years ago)
- Last Synced: 2025-05-02T10:11:33.258Z (about 1 year ago)
- Topics: artificial-intelligence, brainjs, colors, neural-network
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Neural Network Color Gradient
This is a neural network that will show you color gradients that you might like
I started this project to start working with neural networks and artificial intelligence, it got a bit out of hands and I have focused too much on the visual interface. The initial project idea is now finished although I can still work to improve it if someone has any suggestions. As I was working on the project I realized this is not the best concept to start with the artificial intelligence subject because as a user it is difficult to see if something is actually changing.
Functioning
On the actual page of the project, there is a little description of the correct usage of the tool, you can see the output values of the neural network on the browser's console. There is also an amount of times the neural network is going to search for a color, you can change that limit by changing the variable named tries, the default value is 50 tries, after that is going to show a color gradient although it thinks you might not like it.
TRY IT!