Hi César,
Long time no see, I hope you are doing well!
I'm currently in R&D on a new project and was wondering if you can point me to a specific algorithm in the Accord.NET for this task.
I'm kind of use to the KSVM now because I used it a lot to classify data in my previous project. Now it's a little bit different. Since I can't tell you exactly the goal of the project itself, I will go with general logic (for non-disclosure agreement reason).
So here we go:
I will receive multiple state of variable on a system. Let's call them A, B and C.
Depending on these variable value, we want the system to output X, Y and Z value.
To do this, I was hoping to put my system in lots of situation, let's say 100 situation. In each of this situation, I will record the variable A, B and C. Then, I will adjust the variable manually in the system to get the best result (at least, in my human perception). Then, when it's "perfect", I will record the new variable X, Y and Z. I would like to just give all this to a training and hope for the best.
My problem is that in KSVM, you give it a lot of info and it gives you only one result (one of the class). Is there an algorithm of machine learning that can take some X number of variables and return Y number of variables? For example, it can receive 20 inputs and return 10 output value.
I hope this question is not dumb or stupid lol. I'm a software engineer first so I'm better at using these machine Learning algorithm than to know them all and since the Library is huge, I was hoping to get the information from you!
Thanks in advance!
Jean-François Côté