程序建议基于先前查询的选项? [英] Program suggesting an option based on previous queries?

查看:110
本文介绍了程序建议基于先前查询的选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个程序,根据之前的查询和建议的相应建议,确定哪个选项最适合某个查询。基本上,训练系统以了解哪个建议最适合一个问题。



例如:



在这种情况下,患者输入预约号码以查看特定病房的医生。以前的数据如下:



预约编号:257 Ward指示:28

预约号码:352 Ward指示:10

预约号码:546 Ward Directed到:35

预约号码:234 Ward指示:28



正如您所注意到的,200-300范围内的约会号码已被引导至Ward 28.此后,系统将知道此范围应指向病房28.



由于这是我现在所处的分析阶段,我应该用什么最有效的方法来开发这个系统?机器学习?统计?

I want to create a program that decides which option best suits a certain query based on previous queries and their respective suggestions proposed. Basically, 'training' the system to have an idea which suggestion most suits a question.

Example:

In this scenario patients input a Appointment number to see a doctor in a specific ward. Previous data is as follows:

Appointment Number: 257 Ward Directed to: 28
Appointment Number: 352 Ward Directed to: 10
Appointment Number: 546 Ward Directed to: 35
Appointment Number: 234 Ward Directed to: 28

As you can notice, the appointment numbers within the 200-300 range have been directed to the Ward 28. Here onward, the system will know that this range should be directed to the ward 28.

Since this is the analysis stage I'm in right now, What most effective method should I use to develop this system? Machine Learning? Statistics?

推荐答案

我认为Apriori算法是适合您需求的工具。摘自有关该文章的文章 [ ^ ]这里是CodeProject:



算法的整个要点(以及数据挖掘,一般而言)是从大量数据中提取有用信息。例如,购买键盘的顾客也倾向于同时购买鼠标的信息从下面的关联规则中获取[...]



您可以在这里找到其他来源:

http:// en.wikipedia.org/wiki/Apriori_algorithm [ ^ ]

https:// www .google.com / search?q = apriori + algorithm& ie = utf-8& oe = utf-8 [ ^ ]
I think the Apriori-Algorithm would be the right tool for your requirement. An excerpt from an article about that[^] here on CodeProject:

The whole point of the algorithm (and data mining, in general) is to extract useful information from large amounts of data. For example, the information that a customer who purchases a keyboard also tends to buy a mouse at the same time is acquired from the association rule below [..]

Other sources you'll find here:
http://en.wikipedia.org/wiki/Apriori_algorithm[^]
https://www.google.com/search?q=apriori+algorithm&ie=utf-8&oe=utf-8[^]


这篇关于程序建议基于先前查询的选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆