Create association between informations
Posted
by
Andrea Girardi
on Programmers
See other posts from Programmers
or by Andrea Girardi
Published on 2012-09-28T08:14:21Z
Indexed on
2012/09/28
9:49 UTC
Read the original article
Hit count: 288
data-structures
|artificial-intelligence
|data-mining
|neural-networks
|information-presentation
I deployed a project some days ago that allow to extract some medical articles using the results of a questionnaire completed by a user. For instance, if I reply on questionnaire I'm affected by Diabetes type 2 and I'm a smoker, my algorithm extracts all articles related to diabetes bubbling up all articles contains information about Diabetes type 2 and smoking. Basically we created a list of topic and, for every topic we define a kind of "guideline" that allows to extract and order informations for a user.
I'm quite sure there are some better way to put on relationship two content but I was not able to find them on network. Could you suggest my a model, algorithm or paper to better understand this kind of problem and that helps me to find a faster, and more accurate way to extract information for an user?
© Programmers or respective owner