QUOTE(tanj0056 @ 17 Sep, 2007 - 03:10 AM)

Hi, i am currently doing a project that require my .net website to be able to make some medical diagnosis given a set of symptoms.
Is neural network the way to go?
or shld i try other stuff like prolog?
if neural network is the way to go, how can i go about doing it?
is matlab the correct software to use if i have to link the neural network with my .net website?
Neural networks are a subset of machine learning and statistical techniques which are typically trained on a set of historic examples (past cases with symptoms and the known outcome). If you have a collection of past cases with which to train such a system, then neural networks are a viable candidate, as are any number of alternatives (logistic regression, discriminant analysis, kernel regression, tree induction, etc.). Which learning algorithm is most suitable will depend on a variety of factors, not least of which is your familiarity with any of them.
MATLAB is an ideal platform for developing learning algorithms, and in fact is my development tool of choice for this work. Presently, I work for a global bank building systems which predict which customers will pay back their loans and which won't, and MATLAB is my tool of choice. I do not know, though, how one would tie this back to VB.net.
-Will
Data Mining in MATLAB