Watson Explorer Analytical Components 1
Introduction:
IBM Watson Explorer Analytical Components(AC) which is part of the IBM Watson Explorer Advanced Edition gives organizations the ability to access and analyze
unstructured information that can be found both inside and outside the organization.Using sophisticated natural language algorithms, this solution can deliver
new business insight from virtually any type of content in any format including both text and data. It extracts key informaiton, then sorts filters and categorizes this
information to present the relevant content in context to the business user.
Cotent Analytics is tool for reporting statistics and for obtaining actionable insights. Actionable insights is a key concept that refers to insight into data that leads
to action. Cotent Analytics brings the power of business intelligence to all of your enterprise information,not just your structured information. The result helps you
achieve the most value from all your data, regardless of its structure.
Solution:
The biggest benefit that a content analytics solution provides is the ability to use a computer to analyze massive amounts of unstructured count in such a way
as to discover the "why" to business scenarios. Traditional business intelligence ,analyzing structured data such as volume of calls, average length of call,
amount of sales increase or decrease,is very good at describing "what" is happening. What content analytics can do is analyze the additional unstructured or
textual data associated with those events and help you find out "why".
Content Analytics delivers new business understanding and visibility from the content and context of textual information. For example, you can identify patterns,view trends and deviations over time,and reveal unusual correlations or anomalies.
Key Concepts:
Unstructured and structured content:is information that is generally recorded in a natural language as free text. The text contains all of the complexities and ambiguities of
the language that is being used. It is easily understood by a human reader but difficult to process by a computer program.
Text analytics: is a general term that refers to the automated techniques of converting textual data into structured data. A program that reads text and extracts person names is considered a text analytic.
Data mining: is the process of identifying patterns in your data that might be used to answer a business problem, question, or concern. Data mining is a natural part of discovery.
Keywords: As the term implies, keywords are usually words and phrases that are extracted from textual content. However, they can also be obtained from structured fields such as date or numeric fields.
14 IBM Watson Content Analytics: Discovering Actionable Insight from Your Content of discovery
Collections:A single content analytics or enterprise search collection represents the entire group of documents that are available to an application for search and analysis.
Facets:represent the different aspects or dimensions of your document corpus.They are a crucial mechanism for navigating and analyzing your content with the content analytics miner.
Frequency:Frequency counts in Content Analytics represent the total number of documents that contribute to a particular keyword.
Correlation:is a measure of how strongly a facet value is related (correlated) to the current query or selection criteria. In a facet pair, it indicates how two facets are correlated to each other. It is used to better gauge the relevance of a particular keyword as it compares to other data in your document corpus.
Deviation:Deviation measures the average change in a facet over time. It is a weighted,moving average.
Watson Explorer Analytical Components 1的更多相关文章
- Watson Explorer Analytical Components 2
Content Analytics architecture 1. Crawlers: extract content from the various enterprise data sources ...
- Watson Explorer Analytical Components 3 - use case scenarios
The followings are the user case scenarios that WEX can be used for generating value. 1.Customer Ins ...
- Watson Product
This article will discuss Watson related products or services. I will add more detailed information ...
- Windows开机自启动位置
HKCU refers to HKEY_CURRENT_USERHKLM refers to HKEY_LOCAL_MACHINE HKCU\Software\Microsoft\Windows\Cu ...
- 企业IT管理员IE11升级指南【2】—— Internet Explorer 11 对Adobe Flash的支持
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- More on 1Password’s Components
Stefan van As of 1Password fame sent me a more exhaustive list of the libraries and tools used in 1P ...
- Windows Components Reference(Windows组件参考)
原文 http://www.msfn.org/board/topic/127287-windows-components-reference/ green means the component na ...
- [转] asp.net core Introducing View Components
本文转自:http://www.c-sharpcorner.com/uploadfile/8c19e8/asp-net-5-getting-started-with-asp-net-mvc-6/ In ...
- (八)Knockout 组件 Components
概述 :组件和自定义元素 Components 是将UI代码组织成自包含的.可重用的块的一种强大而干净的方法.他们: -可以表示单个控件/窗口小部件或应用程序的整个部分 -包含它们自己的视图,并且通常 ...
随机推荐
- linux开发常用命令
最近经常查看服务器上的log文件,有时log文件太大查起来很不方便,看了看网上说可以部分查询,就先记录一下吧 Linux中查看部分文件内容命令head,tail,sed的用法: Linux中的查看文件 ...
- 025 hibernate悲观锁、乐观锁
Hibernate谈到悲观锁.乐观锁,就要谈到数据库的并发问题,数据库的隔离级别越高它的并发性就越差 并发性:当前系统进行了序列化后,当前读取数据后,别人查询不了,看不了.称为并发性不好 数据库隔离级 ...
- Unix文化--RTFM
背景 从上个世纪70年代初unix被创建后的不久,它变得越来越流行起来,从最初的贝尔实验室,到后来的许多大学的计算机院系.这意味着越来越多的人需要学习如何使用unix. 可以预期的是,贝尔实验室的人都 ...
- Python教程(2.6)——list和tuple简介
Python中内置的类型有list和tuple. List list类似于C/C++的数组,可以存储多个数字.例如你可能会需要存储一个班里所有人的名字.这时就可以用到list.list中存储的数据叫做 ...
- 小K的H5之旅-HTML5与CSS3部分新属性浅见
一.HTML部分 1.HTML5新特点 向下兼容.用户至上.化繁为简.无插件范式.访问通用性.引入语义.引入原生媒体支持.引入可编程内容 2.HTML5标签语法 可以省略的元素:空元素语法的元素{br ...
- vue2入坑随记(二) -- 自定义动态组件
学习了Vue全家桶和一些UI基本够用了,但是用元素的方式使用组件还是不够灵活,比如我们需要通过js代码直接调用组件,而不是每次在页面上通过属性去控制组件的表现.下面讲一下如何定义动态组件. Vue.e ...
- 利用React/anu编写一个弹出层
本文将一步步介绍如何使用React或anu创建 一个弹出层. React时代,代码都是要经过编译的,我们很多时间都耗在babel与webpack上.因此本文也介绍如何玩webpack与babel. 我 ...
- jQuery.validate 的form校验
jQuery验证框架 : 基本html代码: <script src="js/jquery-1.9.1.js"></script> <script s ...
- 点击页面其它地方隐藏该div的方法
思路一 第一种思路分两步 第一步:对document的click事件绑定事件处理程序,使其隐藏该div 第二步:对div的click事件绑定事件处理程序,阻止事件冒泡,防止其冒泡到document,而 ...
- 行内元素和块级元素的具体区别是什么?行内元素的padding和margin可设置吗?
块级元素(block)特性: 总是独占一行,表现为另起一行开始,而且其后的元素也必须另起一行显示; 宽度(width).高度(height).内边距(padding)和外边距(margin)都可控制; ...