Technology-Snail / MySnail

This fun chrome extension allows you to have a customizable virtual pet snail that shows up on every website you visit. 🐌
https://technology-snail.github.io/MySnail/
MIT License
1 stars 0 forks source link

AI Training by User Vote #9

Closed WesleyMcGinn closed 1 year ago

WesleyMcGinn commented 1 year ago

When the "Randomize" button is clicked in the MySnail Chrome Extension popup, an AI decides whether or not colors on the snail go well together. New colors are randomly generated until the AI decides that the color combination is top quality. Of course, in order for the AI to do this, it needs to have training data. This means that it needs to have several examples of color combinations and a grade for each of those combinations. This allows the AI to predict what "grade" each new color combination would be given.

The current problem is that the AI doesn't always do such a great job at judging color combinations because it doesn't have enough examples in its training data. One potential solution to this problem is "AI Training by User Vote". When the "Randomize" button is clicked and the colors on the snail change, a thumbs up and thumbs down button could appear next to the snail. Clicking one of these buttons would add training data to the AI, so it could better predict future color combinations.

WesleyMcGinn commented 1 year ago

It has been officially decided that this method will not be used. Some people may like snails that are awful or dislike perfect snails, confusing the AI so that it takes several minutes to think of anything and then finally outputs something that might not be good at all. More data will be added to the AI by trustworthy persons until the AI Snail Judge can grade snails satisfactorily.