1
I don’t even know if this is the best place for this question, but I would like to know if there are Open Source inference machines, if possible in Java or C# (although I don’t even know if these two languages are really used for this type of AI).
I need an inference machine that works in a situation like this: imagine a software where a patient answers predetermined questions and from that, the software decides what possible diseases the patient may have. Since it’s something I (not even my friends) have ever done before, it’s hard to be sure when you find something. So far we have found two, which I believe is what we are looking for: Jena and Infer.net. But any help is very welcome.
He’ll set up an expert system?
– rray
The idea is similar to that of medicine, you know?
– user25838
Yes, there are. Read about the CLIPSNET or the CLIPSJNI, which are C# and Java integrations of the famous CLIPS. Or look for "Java Rule Engine", for example. You’ll find nice things like Drools or the Easyrules. Anyway, your question is not in the scope of the site. If not yet read [Ask].
– Luiz Vieira
I am voting to close this question as out of scope because it is a list type question.
– Luiz Vieira
See the Weka.
– Victor Stafusa