Case-Based Reasoning Tool铪

2024-01-18 02:48
文章标签 based case tool reasoning

本文主要是介绍Case-Based Reasoning Tool铪,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Case-Based Reasoning Tool

案例式推理 (Case-Based Reasoning, CBR) 是知识表达的一种新方法, 最主要就是利用先前的经验来解决问题。 在 CBR 中, 知识是以过去的案例来表示。 而需要解决类似问题时, 便使用这些经验来引导推理。
简单地说, Case-Based Reasoning 就是:

人类推理的过程
推理过程的表达
在应用程序发展上,解决问题的一种方法论
如果您总是搞不清楚前向推理(forward chaining),后向推理(backward chaining), goal-directed reasoning, certainty factors 这些名词。而您的领域知识又很难用 if-then 的规则方式表达, 但却有大量的案例足以取样,则用 CBR的方式来解决问题,应是不错的选择。

CBR-Works


"Just think of everything you'd want a CBR

tool to do and CBR-Works does it!"

Dr. Ian Watson, Director AI-CBR


 

Most companies collect and file their data in databases or in huge filing cabinets.

Yet they do not use this valuable source of information to its full potential and improve

their services. CBR-Works opens this source of knowledge about your products and

projects and makes it available to your employees, customers, and suppliers - online,

on CD-ROM, or on the Intranet.

A person, who knows what to search for will find it.
A person, who does not know will become lost!

CBR-Works stands for a whole product line of development tools for the acquisition, processing, and distribution of information. CBR-Works lets your customers get help from Virtual Assistants.

CBR-Works actively supporting users as they search databases, letting your existing databases become intelligent support systems and knowledge bases. Information garnered through the search process is modeled and maintained in a knowledge model.
With easily formulated queries, CBR-Works delivers precise and meaningful answers. As an experienced expert, your system knows background information and relationships. Even when these relationships are not expressed during a query, they are used during searches and are reflected in the quality of the answers.
You can observe the intelligent behavior of such systems by looking at the alternatives suggested from searches. With conventional database systems, how good the search results are greatly depends on the user's knowledge of the system. CBR-Works quickly and reliably finds the best solution for a problem, even for the nonexpert.
Application Areas

The CBR-Works product family is outstanding in the following application areas:

New Media / Internet

Used cars or last-minute travel
Brokerage of real estate
Product Catalogs
Search for optional or additional parts
Electronic Sales Assistants
Mixtures and recipes
Industry / Intranet

Known problems from the past.
Knowledge bases
Spare-parts catalogs
Drivers and Patches
Development Tools

CBR-Works offers a set of software development tools for the implementation

and maintenance of such applications. The basic components are:

CBR-Works for Professionals
Development environment for the implementation and maintenance of applications.
CBR-Works for You
Run-time version for consulting local networks.
CBR-Works Online
WWW-server for Internet and Intranet access.
CBR-Sells
"Lean" version to embed CBR technology as middleware, for example,                     product catalogs on a CD-ROM.
CBR-Answers
Intelligent document retrieval.
CBR-Works offers quick and easy access to the technology of Case-Based Reasoning (CBR). The domain-specific knowledge model describes concepts, similarities among them, and further relations of the application domain to allow use of a corporation's information assets.

CBR-Works is based on an object-oriented Client-Server architecture and is applicable to CD-ROM, and to the Intra-, Extra-, and Internet. The Graphical User Interfaces (GUIs), developed in Java, help your browser achieve comfortable user interfaces. CBR-Works is compatible with all common operating systems and databases, and is easy to integrate into existing applications.

 




这篇关于Case-Based Reasoning Tool铪的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/617902

相关文章

Java中switch-case结构的使用方法举例详解

《Java中switch-case结构的使用方法举例详解》:本文主要介绍Java中switch-case结构使用的相关资料,switch-case结构是Java中处理多个分支条件的一种有效方式,它... 目录前言一、switch-case结构的基本语法二、使用示例三、注意事项四、总结前言对于Java初学者

Retrieval-based-Voice-Conversion-WebUI模型构建指南

一、模型介绍 Retrieval-based-Voice-Conversion-WebUI(简称 RVC)模型是一个基于 VITS(Variational Inference with adversarial learning for end-to-end Text-to-Speech)的简单易用的语音转换框架。 具有以下特点 简单易用:RVC 模型通过简单易用的网页界面,使得用户无需深入了

MACS bdgdiff: Differential peak detection based on paired four bedGraph files.

参考原文地址:[http://manpages.ubuntu.com/manpages/xenial/man1/macs2_bdgdiff.1.html](http://manpages.ubuntu.com/manpages/xenial/man1/macs2_bdgdiff.1.html) 文章目录 一、MACS bdgdiff 简介DESCRIPTION 二、用法

Neighborhood Homophily-based Graph Convolutional Network

#paper/ccfB 推荐指数: #paper/⭐ #pp/图结构学习 流程 重定义同配性指标: N H i k = ∣ N ( i , k , c m a x ) ∣ ∣ N ( i , k ) ∣ with c m a x = arg ⁡ max ⁡ c ∈ [ 1 , C ] ∣ N ( i , k , c ) ∣ NH_i^k=\frac{|\mathcal{N}(i,k,c_{

王立平--switch case

@Override public void onClick(View v) {   switch (v.getId()) { 1. case R.id.btn_addPic: break; 2. case R.id.btn_reflectPic: break; default: break; } } 如果黑色字体的break你忘记了写。。。 那么程序就会从进入swit

Python中 Switch/Case 实现

学习Python过程中,发现没有switch-case,过去写C习惯用Switch/Case语句,官方文档说通过if-elif实现。所以不妨自己来实现Switch/Case功能。 方法一 通过字典实现 def foo(var):return {'a': 1,'b': 2,'c': 3,}.get(var,'error') #'error'为默认返回值,可自设置 方法二 通过匿名函数

Android Studio打开Modem模块出现:The project ‘***‘ is not a Gradle-based project

花了挺长时间处理该问题,特记录如下:1.背景: 在Android studio 下导入一个新增的modem模块,如MPSS.DE.3.1.1\modem_proc\AAA, 目的是看代码方便一些,可以自由搜索各种关键字。但导入该项目时出现了如下错误: The project '***' is not a Gradle-based project.造成的问题: (1) project 下没有代码,而

case when 与 decode 用法

case when 在不同条件需要有不同返回值的情况下使用非常方便,可以在给变量赋值时使用,也可以在select查询语句中使用。 case搜索语句格式: case  when 条件1 then 返回值1  when 条件2 then 返回值2  ...  else 返回值N  end; case when使用示例代码: select empno,ename,job,cas

SIM(Search-based user interest modeling)

导读 我们对电商场景兴趣建模的理解愈发清晰:1. 通过预估目标item的信息对用户过去的行为做search提取和item相关的信息是一个很核心有效的技术。2. 更长的用户行为序列信息对CTR建模是非常有效且珍贵的。从用户的角度思考,我们也希望能关注用户长期的兴趣。但是当前的search方法无论是DIN和DIEN都不允许我们在线对一个超长的行为序列比如1000以上做有效搜索。所以我们的目标就比较明

Segmentation简记-Multi-stream CNN based Video Semantic Segmentation for Automated Driving

创新点 1.RFCN & MSFCN 总结 网络结构如图所示。输入视频得到图像分割结果。 简单粗暴