五分钟了解AI常见术语

With so much research in AI and evolving applications, it can be difficult to keep track of all the confusing terms in artificial intelligence. In this post, I attempt to pen-down common terms and their definitions that crops up when discussing artificial intelligence. You can use this as a handy reference tool in 2017 and beyond.

So, whether you’re still hung up on the difference between artificial intelligence, machine learning, and deep learning, check out the following roundup of artificial intelligence terms to keep yourself in the know.

Popular Artificial Intelligence Terms


  1. Advanced Driving Assistance Systems(ADAS) – Systems developed to help the driver in the driving process – Through increased measures of car safety and process automation.
  2. Artificial Intelligence – Computer programs designed to solve difficult problems which humans (and animals) routinely solve. In a nutshell, is to enable computers to think and learn-by-itself through feeding of good data. The goal of AI is to develop programs which can solve such problems independently, although the patterns for solving these problems differ significantly from the way they are solved by humans.
  3. Bayesian network – A type of probabilistic graphical models built from data and/or expert opinion. They are graphs explaining the chances of one thing happening depend on the chances that another thing happened. They can be used for a wide range of tasks including prediction, anomaly detection, diagnostics, automated insight, reasoning, time series prediction and decision making under uncertainty.
  4. Classifiers – Algorithms (like., KNNSVM) used for data classification machine learning.
  5. Computer Vision – Is a field of Artificial Intelligence and Image processing that train machines to see the surroundings, understand and make better decisions.
  6. Crowdsourcing – It is a practice of distributing tasks to a large audience and get things done quickly. The drawback here is that it’s tough to maintain the crowd and ensure quality when done alone.
  7. Data labeling – Task of annotating the object(s) found in the given data. This includes images, audio, video or any file type.
  8. Data Mining – The process of combing through a data set to identify patterns and extract information. Often such patterns and information are only clear when a large enough dataset is analyzed. For this reason, AI and machine learning are extremely helpful in such a process.
  9. Data Science is a study that unifies statistics, data modeling & visualization, and analysis to extract information, classify data etc.
  10. Data Scientist –

  11. Decision Model – A model that uses prescriptive analytics to establish the best course of action for a given situation. The model assesses the relationships between the elements of a decision to recommend one or more possible courses of action. It may also predict what should happen if a certain action is taken.
  12. Deep Learning – Family of machine learning methods based on neural networks (models inspired by the human brain) which can be used for different applications. Gained popularity by recent success in computer vision and speech recognition tasks.
  13. Facial Recognition – The recognition of faces and emotional states in images or video signals. This is commonly done through point annotations called landmarks.
  14. Ground Truth – Is a process usually done on site (or, using gold standard) to measure the accuracy of the training dataset to prove or disprove research hypothesis. For ex., Self-driving cars use ground truth to train AI to properly validate the road and street scenes.
  15. Human-in-the-loop is a process of using humans in the middle of the process to achieve expected output. It’s been used in Machine Learning process to enhance the result accuracy.
  16. Image Recognition – Recognizing the specific types of objects in given image or video datasets.
  17. Machine Learning – A subset of AI in which computer programs and algorithms can be designed to “learn” how to complete a specified task, with increasing efficiency and effectiveness as it develops. Such programs can use past performance data to predict and improve future performance.
  18. Managed Crowdsourcing – Service provider offering fully-managed outsourcing solution using the crowd.
  19. Natural language generation – A machine learning task in which an algorithm attempts to generate language that is comprehensible and human-sounding. The end goal is to produce computer-generated language that is indiscernible from language generated by humans.
  20. Natural language processing – A machine learning task concerned with improving the interaction between humans and computers. This field of study focuses on helping machines to better understand human language in order to improve human-computer interfaces.
  21. Optical Character Recognition (OCR) – A system that detects images of handwritten or printed text and converts them into machine-readable text
  22. Perception is a process of acquiring, interpreting, selecting, and organizing sensory information. It is what you perceive, which may be true or false, as opposed to the ground truth which is always true.
  23. Precision – out of given data set, how many are selected to use.
  24. Recall – out of selected data, how many are processed.
  25. Reinforcement learning algorithms – A type of machine learning in which machines are “taught” to achieve their target function through a process of experimentation and reward. In reinforcement learning, the machine receives positive reinforcement when its processes produce the desired result, and negative reinforcement when they do not.
  26. Semantic Segmentation is understanding the image at pixel-level, partitions the image into semantically meaningful parts, and classifies each part into one of the pre-determined classes.
  27. Speech Recognition – The recognition of words and/or emotional state in an audio signal.
  28. Supervised learning algorithms – A type of machine learning in which human input and supervision are an integral part of the machine learning process on an ongoing basis. In supervised learning, there is a clear outcome to the machine’s data mining and its target function is to achieve this outcome, nothing more.
  29. Training Data – In machine learning, the training data set is the data given to the machine during the initial “learning” or “training” phase. From this data set, the machine is meant to gain some insight into options for the efficient completion of its assigned task through identifying relationships between the data.
  30. Unsupervised learning algorithms – A type of machine learning in which human input and supervision are extremely limited, or absent altogether, throughout the process. In unsupervised learning, the machine is left to identify patterns and draw its own conclusions from the data sets it is given.
<think>好的,用户想了解人工智能领域的常见术语和概念。首先,我需要整理常见术语,确保覆盖基础到进阶的内容。用户提供的引用里提到了XAI、CNN、Prompt Engineering等,这些应该是重点。 接下来,要检查每个术语的中英文对照,比如XAI对应可解释人工智能,CNN是卷积神经网络。然后,每个术语需要简明扼要的解释,并附上应用场景或例子,这样用户更容易理解。 要注意引用对应的资料,比如引用[1]提到了XAI,引用[3]关于CNN,引用[4]的提示工程。在解释每个术语时,确保正确关联到这些引用,末尾加上引用标识。 另外,用户的问题可能涉及基础概念,所以需要涵盖机器学习、深度学习、自然语言处理等核心领域。比如监督学习、无监督学习、强化学习这些基本分类,以及像生成对抗网络、Transformer这样的高级模型。 同时,用户可能对当前热门的应用技术感兴趣,比如大语言模型(LLM)、Prompt Engineering,这些在引用中也有提到,需要详细说明。 最后,生成相关问题时要围绕用户需求,可能包括术语的应用、比较不同术语的区别、发展趋势等,帮助用户深入学习和应用这些概念。需要确保问题有针对性,能够引导用户进一步探索。</think>以下是对人工智能领域常见术语和概念的系统化整理,结合核心理论与技术发展脉络进行解析: ### 一、基础框架 1. **机器学习(Machine Learning)** 通过算法使计算机系统从数据中自动学习模式,无需显式编程。典型方法包含: - *监督学习*:使用标记数据训练模型(如图像分类) - *无监督学习*:发现未标记数据的潜在结构(如聚类分析) - *强化学习*:通过环境反馈优化决策策略(如AlphaGo) 2. **深度学习(Deep Learning)** 基于深层神经网络的机器学习方法,具有特征自动提取能力。核心组件包括: $$ \sigma(Wx + b) $$ 其中$\sigma$为激活函数,$W$为权重矩阵,$b$为偏置项[^3] ### 二、关键技术 3. **卷积神经网络(CNN)** 专用于处理网格状数据的网络结构,通过卷积核提取空间特征,在计算机视觉领域取得突破性进展[^3] 4. **Transformer架构** 基于自注意力机制的模型,彻底改变了自然语言处理领域。其核心计算式为: $$ \text{Attention}(Q,K,V) = \text{softmax}\left(\frac{QK^T}{\sqrt{d_k}}\right)V $$ 5. **生成对抗网络(GAN)** 由生成器和判别器组成的对抗训练系统,广泛用于图像生成: $$ \min_G \max_D V(D,G) = \mathbb{E}_{x\sim p_{data}}[\log D(x)] + \mathbb{E}_{z\sim p_z}[\log(1-D(G(z)))] $$ ### 三、前沿方向 6. **可解释人工智能(XAI)** 通过可视化、特征重要性分析等方法,提高模型决策透明度的技术体系[^1] 7. **大语言模型(LLM)** 基于Transformer架构的超大规模预训练模型(如GPT系列),具有强大的上下文理解和生成能力 8. **提示工程(Prompt Engineering)** 通过精心设计输入提示引导模型输出预期结果,如"请用学术论文格式总结以下内容:___"[^4] ### 四、评估体系 9. **混淆矩阵** 分类任务评估工具,包含TP/FP/TN/FN四个核心指标 10. **BLEU评分** 机器翻译质量评估指标,通过n-gram重叠率计算文本相似度
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值