What is case-based reasoning (CBR)? 基于案例的推理

这个方向其实挺小众的,然后其实也很直觉,所以你可能其实一直在用这个技术,只不过你不知道这个技术有一个专业的名字《基于案例的推理》而已。

有人说,不知道名字有啥的,反正大家都会用,不需要学它叫什么名字。话虽如此,但是如果你说你的这种技术大有来头,等到你汇报给别人听的时候,或者写论文的时候,别人就会觉得你的东西逼格高,而不是干巴巴的说,我们提出了一个方法,这个方法非常直觉。

What is case-based reasoning (CBR)?

Case-based reasoning (CBR) is an experience-based approach to solving new problems by adapting previously successful solutions to similar problems. Addressing memory, learning, planning and problem solving, CBR provides a foundation for a new type of intelligent computer system that can solve problems and adapt to new situations. In CBR, the “intelligent” reuse of knowledge from already-solved problems or cases relies on the premise that the more similar two problems are, the more similar their solutions will be.

CBR developed its roots in the work of artificial intelligence (AI) theorist and cognitive psychologist, Roger Schank, and his students at Yale in the late 20th century. These researchers studied the problem-solving ability of humans and found that most people assemble solutions based on earlier experiences with similar situations.

With applications spanning fields ranging from machine learning to medicine to law, CBR is accomplished by gathering case histories and implemented by identifying significant features that describe a case. CBR systems can “learn” by acquiring new knowledge as cases. This, along with the application of database techniques, makes it easier to maintain large volumes of information.

4-step process for CBR
In general, the case-based reasoning process entails four steps:

Retrieval. Gathering from memory an experience closest to the current problem.
Reuse. Suggesting a solution based on the experience and adapting it to meet the demands of the new situation.
Revision. Evaluating the use of the solution in the new context.
Retaining. Storing this new problem-solving method in the memory system.
Comparison to other techniques
Case-based reasoning has several differences from other AI approaches, such as knowledge-based systems. Rather than relying completely on general knowledge of a problem domain or making associations along generalized relationships between problem descriptors and conclusions, CBR employs the specific knowledge of previously experienced, concrete problem situations. CBR also offers incremental, sustained learning in that each time a problem is solved a new experience is retained and can be applied for future problems.

Advantages and disadvantages of CBR
Scientists cite both advantages and disadvantages to CBR. On the plus side, remembering past experiences helps learners avoid repeating previous mistakes, and the reasoner can discern what features of a problem are significant enough to focus on.

Further, CBR is intuitive because it reflects how people work. Because no knowledge must be elicited to create rules or methods, development is easier. Another benefit is that systems learn by acquiring new cases through use, and this makes maintenance easier.

CBR also enables the reasoner to propose solutions to problems quickly. The reasoner can propose solutions in areas that he or she does not fully understand, evaluate solutions when no algorithmic method is available and interpret open-ended and ill-defined concepts.

On the negative side, critics claim that the main premise of CBR is based on anecdotal evidence and that adapting the elements of one case to another may be complex and potentially lead to inaccuracies. However, CBR has more recently been enhanced using statistical frameworks. This makes it possible to produce case-based predictions with a higher level of confidence.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/766990.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

数组三(冒泡排序、二分查找)

目录 冒泡排序算法 冒泡排序的基础算法 冒泡排序的优化算法 二分法查找 冒泡排序算法 冒泡排序是最常用的排序算法,在笔试中也非常常见,能手写出冒泡排序算法可以说是 基本的素养。 冒泡排序的基础算法 冒泡排序算法重复地走访过要排序的数列&#…

eUICC鉴权的一般步骤

eUICC(嵌入式通用集成电路卡)的鉴权过程涉及多个步骤,主要目的是确保eUICC的安全操作和用户的身份验证。以下是eUICC鉴权过程的一般步骤: 1. **初始化**:当用户启动设备或尝试连接到移动网络时,eUICC会开始…

2024-03-22 问AI: 介绍一下深度学习中的 sigmoid函数

文心一言 Sigmoid函数是深度学习中常用的一种激活函数,主要用于将神经元的输出值压缩到0和1之间。这种特性使得sigmoid函数在二分类问题中特别有用,因为输出值可以被解释为属于某个类别的概率。 sigmoid函数的数学表达式为: σ(x) 1 / (1…

Pytorch CUDA Reflect Padding 算子实现详解

CUDA 简介 CUDA(Compute Unified Device Architecture)是由NVIDIA开发的一种并行计算平台和应用编程接口(API),允许软件开发者和软件工程师使用NVIDIA的图形处理单元(GPU)进行通用计算。自2007…

为什么守护网络安全需要用高防IP

在数字化浪潮中,网络安全问题日益凸显,网络攻击事件频发,给企业的业务发展带来了严重威胁。面对这一挑战,高防IP应运而生,以其强大的防护能力和稳定的性能,成为企业网络安全的重要守护神。 高防IP&#xf…

NodeJS 集群模块: 为App创建集群实例

NodeJS 集群模块: 为App创建集群实例 目录 NodeJS 集群模块: 为App创建集群实例Node.js 集群介绍:终极扩展策略使用集群模块开始扩展 Node.js扩展 Node.js 的两种集群策略使用集群受益的 Node.js 应用程序示例没有集群的 Node.js:不可伸缩的原则集群操作:一个扩展的 Node.js…

Redis 配置与优化

目录 一、Redis 介绍 1.1、关系数据库与非关系型数据库 1)关系型数据库 2)非关系型数据库 3)非关系型数据库产生背景 1.2、Redis 基础 1)Redis 简介 2)Redis 安装部署 3)配置参数 1.3、Redi…

【聊一聊】三种工厂模式的创建

三种工厂模式的创建 今天终于星期五了,最近由于碰上一个需求,中间涉及Oracle改国产数据库的改造,好家伙,差点没把我忙坏了 不过今天终于有空啦!~哈哈哈 这篇本应该是上周就结束的,但是拖到今天,我们就今天进行结束 (还有一件快乐的事情,就是我遇见自己喜欢的人啦!嘻嘻) 好啦!~话…

【AI】发现一款运行成本较低的SelfHosting语言模型

【背景】 作为一个想构建局域网AI服务的屌丝,一直苦恼的自然是有限的资源下有没有对Spec要求低一点的SelfHosting的AI服务框架了。今天给大家介绍这款听起来有点希望,但是我也还没试验过,感兴趣的可以去尝试看看。 【介绍】 大模型生成式AI与别的技术不同,由于资源要求高…

Linux第83步_采用“Linux内核定时器”点灯以及相关API函数

“Linux内核定时器”是采用“系统时钟”来实现的。它不是周期性运行的,一旦发生超时就会自动关闭。如果想要实现周期性定时,那么就需要在定时处理函数中重新开启定时器。 Limux内核使用全局变量jiffies来记录“系统从启动以来的系统节拍数”&#xff0c…

路由器的端口映射能实现什么?

路由器的端口映射是一项重要的网络配置功能,它可以帮助实现局域网内外的设备之间的通信。通过端口映射,我们可以在公网上访问局域网内的设备,方便的进行远程访问、共享文件和资源等操作。 什么是端口映射? 在介绍端口映射之前&am…

C语言 字符串数组的输入输出

代码 #include <stdio.h>void main() {char arr[4];scanf("%s",arr);printf("%s\n",arr);for(int i 0 ; arr[i] ! \0 ; i){printf("%c\n",arr[i]);}char temp;for(int i 0;i < 3;i){for(int j 0;j < 3-i;j){if(arr[j]>arr[j…

近年C++面试题目

近年来&#xff0c;C面试题目主要涵盖了从基础知识到高级特性的各个方面。以下是一些常见的C面试题目&#xff1a; 1.基础知识&#xff1a; 解释C中的指针和引用&#xff0c;以及它们之间的区别。描述C中的内存管理&#xff0c;包括堆和栈的区别。阐述C中的面向对象编程概念&am…

Linux服务器在宝塔已经安装了node的前提下手动运行node项目

#一般情况&#xff0c;宝塔都可以正常启动node项目&#xff0c;正确安装依赖&#xff0c;但如果它出错了呢&#xff0c;死活安装不上&#xff0c; 这种情况可能就打算直接用ssh来安装了&#xff0c;但如果直接在ssh终端上输入npm install,会发现提示命令找不到&#xff0c;虽然…

【springcloud开发教程】spring cloud config——分布式配置

什么是SpringCloud config分布式配置中心&#xff1f; spring cloud config 为微服务架构中的微服务提供集中化的外部支持&#xff0c;配置服务器为各个不同微服务应用的所有环节提供了一个中心化的外部配置。 spring cloud config 分为服务端和客户端两部分。 服务端也称为 …

MySQL 查询性能优化

优质博文&#xff1a;IT-BLOG-CN​ 如果把查询看作是一个任务&#xff0c;那么它由一些列子任务组成&#xff0c;每个子任务都会消耗一定的时间。如果要优化查询&#xff0c;实际上要优化其子任务&#xff0c;要么消除其中一些子任务&#xff0c;要么减少子任务的执行次数。通常…

【prometheus-operator】k8s监控redis

1、准备exporter https://github.com/oliver006/redis_exporter oliver006-redis_exporter-amd64.tar # 安装镜像 docker load -i oliver006-redis_exporter-amd64.tar # 上传镜像 docker tag oliver006/redis_exporter ip/monitor/redis_exporter:latest docker push ip/mo…

C#关键字 sealed、unsafe、volatile

sealed 应用于某个类时&#xff0c;sealed 修饰符可阻止其他类继承自该类。 在下面的示例中&#xff0c;类 B 继承自类 A&#xff0c;但没有类可以继承自类 B。 class A {} sealed class B : A {}还可以对替代基类中的 虚方法 或 属性的方法 或 属性 使用 sealed 修饰符。 这…

数据分析-Pandas分类数据的操作方法

数据分析-Pandas分类数据的操作方法 数据分析和处理中&#xff0c;难免会遇到各种数据&#xff0c;那么数据呈现怎样的规律呢&#xff1f;不管金融数据&#xff0c;风控数据&#xff0c;营销数据等等&#xff0c;莫不如此。如何通过图示展示数据的规律&#xff1f; 数据表&am…

xpath中使用正则表达式 及 包含 某 属性值

xpath中使用正则表达式 没想到吧 id 也可以模糊定位 比如有个网站正文部分是&#xff1a; //[id‘el-popover-123456’] 另一个同级别页面的正文是&#xff1a; //[id‘el-popover-456789’] 要抓取这种正文其实可以用xpath&#xff1a; //*[starts-with(id, el-popover-)]或…