I'm a newbie with Infer.Net, and I was wondering if it's possible to achieve the following with this library
I have a DB (or a CSV file) with a Key, Value structure, and I would like to Train this model and then Query a Key based on a some Value
For example, if I had this CSV file
Animal, Dog
Animal, Cat
Animal, Mouse
Fruit, Apple
Fruit, Banana
etc... (assuming large number of examples)
I would then query for "White Cat" (for example) and I would get Animal as a reply
Is this possible? Can someone please nudge me in the right direction ?
Thanks in advanced