11 Important AI Terms and Concepts Explained With Clarity

栏目: IT技术 · 发布时间: 4年前

内容简介:There are many terms and concepts that can be confusing in the world of artificial intelligence. This piece can be used as a glossary of some of the most popular terms in the industry.A set of instructions designed to perform a specific task. AI relies on

From algorithms to recursion: A glossary of some of the essential terms in the AI world

Feb 10 ·4min read

11 Important AI Terms and Concepts Explained With Clarity

Image Source: UnSplash

There are many terms and concepts that can be confusing in the world of artificial intelligence. This piece can be used as a glossary of some of the most popular terms in the industry.

Algorithm:

A set of instructions designed to perform a specific task. AI relies on algorithms, but a single algorithm does not necessarily

constitute AI and machine learning.

Artificial intelligence:

Widely defined as the engineering and science of creating intelligent machines. AI uses computer programs and models based on networks of databases in a process that teaches computers. Using data and high-level mathematical functions, the computers incorporate statistical data analysis, labels, and machine learning to enable machines to learn, adapt, and perform tasks previously thought to require human cognitive functions.

AI-enabled:

A machine that was designed and developed using AI but that does not continue learning (machine learning) once operational. The FDA calls this type of AI software locked.

Bias:

A systematic deviation from the truth (vs variance, which is random deviation). Bias in the data training set will affect the results

of algorithms that are run for machine learning, regardless of the algorithms’ accuracy. Some bias is inherent in most training data sets, although rare as result. Although bias occurs, it most often occurs unintentionally. In algorithmic bias, a software system reflects the implicit values of the humans creating it or the data sets training it.

Once a machine starts learning, its calculations become more complex. The machine might make automatic modifications that lead to bias or variances. A concern about bias is not the end of the software but an opportunity for people to investigate and intervene using a structured approach to correct machine learning. Automation bias also can occur; this bias is the tendency for people to favor decisions generated by machines at the expense of ignoring conflicting data or human decisions.

Labels:

Labels add context, information, and value to image data. The labeled data represents ground truth, or prior knowledge, on

which to base machine learning. In medical imaging and radiation therapy, labels are study-level descriptors (eg, head CT or abdominal MR) or image-level descriptors (eg, pixels on image 25 represent the kidney). Label sources include image annotations, such as measurements, radiology report findings, electronic health record clinical data, and other data generated by professionals for use in AI.

Machine learning:

11 Important AI Terms and Concepts Explained With Clarity

Image Source: UnSplash

Use of algorithms that are designed and trained to change their performance (adapt) as it focuses on specific tasks, and ideally improve with exposure to data to achieve AI. The machines are programmed to review large data sets, look for patterns, make predictions, and act on the data. This ability makes the software running them adaptive in behavior (according to the FDA)

because the machines learn and change based on new data.

Supervised learning:

Labeled training data are input into the machine to facilitate machine learning that can be generalized based on the training data. A teacher or “critic” also can provide feedback and correction as the machine learns.

Unsupervised learning:

The machine learns based on programmed patterns with no explicit labeling or feedback from a teacher. This type of learning looks for density or clustering of data but learns only the inherent structure of that data.

Deep learning:

The basis for most image interpretation machine learning that most closely resembles learning by the human brain. The computer learns based on multiple layers of interconnected algorithms categorized into a hierarchy of importance. Deep learning can be supervised, unsupervised, or partially supervised. It is responsible for providing practical applications of machine learning.

Neural network:

A neural network is a layered set of algorithms that is modeled to resemble the human brain. The neural network looks for patterns through labeling or clustering of raw data.

Recursion:

One of 2 common ways of solving complex problems. In iteration, a problem is converted into a series of steps that occurs in a set order. In recursion, the steps are piled on one another and replicate themselves at smaller scales until they combine to solve the

problem.

Follow me for daily news and updates from the world of AI, machine learning, and data science.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

素数之恋

素数之恋

(美)约翰·德比希尔 / 陈为蓬 / 上海科技教育出版社 / 2008-12-01 / 34.00元

1859年8月,没什么名气的32岁数学家黎曼向柏林科学院提交了一篇论文,题为“论小于一个给定值的素数的个数”。在这篇论文的中间部分,黎曼作了一个附带的备注——一个猜测,一个假设。他向那天被召集来审查论文的数学家们抛出的这个问题,结果在随后的年代里给无数的学者产生了近乎残酷的压力。时至今日,在经历了150年的认真研究和极力探索后,这个问题仍然悬而未决。这个假设成立还是不成立? 已经越来越清楚,......一起来看看 《素数之恋》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试