Kavita Ganesan 09月25日
AI问题类型解析
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

本文介绍了15种常见的AI问题类型,包括分类、回归、推荐、搜索相关性、信息提取、文本摘要、聚类、虚拟AI助手、情感分析、对象检测、文档分割、关键词提取、语音识别和机器翻译。这些类型通常相互重叠,但关键在于识别最适合当前任务的问题类型,以简化与AI和数据科学专家的沟通。

📊 **分类问题**:将文档、产品、人物或图像分配到一个或多个类别中,例如按主题分类支持工单或检测硅片缺陷。

📈 **回归问题**:根据输入估计数值,例如预测机器需要服务的月数或特定药物剂量对血压的影响。

🎯 **推荐问题**:向用户个性化推荐内容或产品,如商品推荐、关注建议或求职建议。

🔍 **搜索相关性**:改进向用户显示的搜索结果排名,通过分析搜索日志诊断问题。

🔠 **信息提取**:从大量文本数据中提取特定信息,如从临床记录中提取患者症状或从法律文件中提取关键信息。

One of the problems business leaders face in communicating with their technical counterparts is trying to describe their AI problem. To simplify some of the communication, here are some common AI problem types.

Try to map AI opportunities at hand to these common problem types. Note that the problem types often overlap—but that’s ok. The key is to identify problem types that most closely match the task at hand when communicating with your AI and data science experts.

Common AI Problem Types

1. Classification

A classification problem is about assigning one or more categories to a document, product, person, or image—essentially anything. Examples include:

Example of support ticket classification

2. Regression

A regression problem is about estimating numerical values given some input. For example, trying to predict the number of months before a machine needs service given the conditions of the current machine, or predicting how specific drug dosage affects blood pressure. 

 

Predicting a person’s weight given their height—a regression problem. Source: stat.psu.edu

3. Recommendation

A recommendation problem is about providing personalized content or products to a group of people. Examples include:

 

Recommendations of topics to follow on Twitter. Source: twitter.com

4. Search Relevance

A search relevance problem is about improving the rankings of search results shown to users. Often search relevance improvement starts with the analysis of search logs to diagnose problems using hard data. Search improvement may or may not require heavy use of machine learning.

5. Information Extraction (IE)

An information extraction problem is about extracting specific information from large volumes of text data. One of the goals of information extraction is to fill templates using data extracted from raw text. Examples include:

6. Text Summarization

Text summarization is about creating an accurate synopsis of a longer document or a set of documents. 

 

An example of review summarization

7. Clustering

Clustering is about grouping people, content, documents, topics and etc based on some logical structure—for example, grouping customers by their purchase behavior. 

More generally, clustering divides data points into a number of fixed (or dynamic) groups such that the data points in one group are more similar to each other than data points in other groups. 

9. Virtual AI Assistant

Virtual AI Assistant is used for having short conversations with humans to complete simple tasks. Examples include:

Alexa and Siri are examples of virtual AI assistants.

10. Sentiment Analysis

Sentiment Analysis is about discovering emotions in text data such as user reviews, social media comments, and surveys. For example, automatically detecting customer sentiment in social media channels after a new product release. Sentiment analysis can even be applied to images for understanding emotions from facial expressions.

11. Object Detection

Object detection problem is about discovering specific objects such as humans, buildings, or cars in digital images and videos.

 

Example of object detection—automatically detecting people, traffic lights, personal accessories, and vehicles given an image. Source: infotech.report

12. Document Segmentation Problem

Document segmentation is about trying to subdivide documents into meaningful parts. For example, segmenting unstructured clinical texts to extract their past medical history and family history. 

 

Example segmentation of a clinical record

13. Keyword Extraction

Keyword extraction is about identifying terms that best describe the subject of a document—for example, extracting keywords from large volumes of legal documents to understand the themes of discussion.

While there are many keyword extraction tools readily available (including open-source tools), you’d need to ensure that these work on your data. Often, keyword extraction tools are best customized or custom-developed.

14. Speech Recognition

Speech recognition, also known as speech-to-text (STT) or automatic speech recognition (ASR), is about having a computer program understand and transform spoken language into a written format (or text).

Speech recognition is often used to complete downstream tasks. For example, speech recognition is used behind the scenes to surface relevant search results when you use Google voice search. Specifically, your speech is translated into a human-readable format, and that generated text is used to surface relevant search results.

Many vendors offer speech recognition solutions, and therefore, speech recognition systems rarely need to be developed from scratch. Of course, these systems will benefit from customization for the target data.

15. Machine Translation

Machine translation is the automatic software translation of text from one language to another. For example, translating English sentences into German with reasonable accuracy. Machine translation programs rarely need to be developed from scratch but may benefit from customization.

Machine translation is used for many purposes, including:

Summary of AI Problem Types

In this short guide, we discussed 15 common AI problems types—that often overlap. For example, you can apply a classification approach for sentiment analysis. However, the key is to identify the problem type that best fits the task at hand. It doesn’t have to be 100% accurate—it’s just semantics. You can continually refine these definitions with the help of your AI experts.

Keep Learning & Succeed With AI

    Join my AI Integrated newsletterwhich clears the AI confusion and teaches you how to successfully integrate AI to achieve profitability and growth in your business.Read  The Business Case for AI to learn applications, strategies, and best practices to be successful with AI (select companies using the book: government agencies, automakers like Mercedes Benz, beverage makers, and e-commerce companies such as Flipkart).Work directly with me to improve AI understanding in your organization, accelerate AI strategy development and get meaningful outcomes from every AI initiative.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

AI问题类型 机器学习 数据科学 分类 回归 推荐系统
相关文章