- Home /
What machine learning tool is appropriate for this scenario?
I have started a project, a dress up game in unity with a platform android. The twist is that I must provide the user a feedback/message. In the game, I have three(3) objects; The model, shirts, and pants. What I have to do is to get the colors of the 3 objects and provide a feedback for that combination of colors. Lets say, the skin tone is fair, the color of the shirt is checkered black n white, and the pants is solid blue. I will return a feedback to the user in a form of text -- "The combination is good" or simply "good".
I have tried using weka but to no avail I cannot simply make it done. I am stuck at maybe converting the weka.jar to weka.dll and use the weka.dll in Visual Studio. I keep getting errors like "it does not exists in the current context".
I am a novice. Please understand.
The question is: What is the appropriate machine learning tool I must use for unity android platform?
Your answer
Follow this Question
Related Questions
AI enemy script (same as in Hitman) 0 Answers
AI Animation problems 1 Answer
Argument out of Range Exception Error - Parameter Name: Index 1 Answer
FPS Ai on Android phone? 0 Answers
How do I make my AI move and follow me once I am close enough. 0 Answers