Artificial Intelligence (AI)
The simulation of human intelligence processes by computer systems, including learning, reasoning, and self-correction.
In-depth explanation
AI encompasses a broad range of technologies that enable machines to sense, comprehend, act, and learn. Modern AI systems can perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation. AI can be categorized into narrow AI (designed for specific tasks) and general AI (hypothetical systems that could perform any intellectual task).
Examples
Related terms
More in AI Fundamentals
Accuracy
Accuracy is a metric used in machine learning to measure the percentage of correctly predicted instances in relation to the total number of instances evaluated. It is widely used to assess the performance of classification models.
Active Learning
Active learning is a machine learning approach where the algorithm selectively queries a human expert to label new data points with the goal of improving the model's performance with minimal labeled data.
Adam Optimizer
Adam (Adaptive Moment Estimation) is an optimization algorithm used in training machine learning models, particularly neural networks. It combines the advantages of two other extensions of stochastic gradient descent, specifically AdaGrad and RMSProp, to adaptively adjust the learning rate of each parameter.
Adversarial Attack
An adversarial attack is a deliberate attempt to manipulate the inputs to an AI model in order to cause it to make errors or incorrect predictions, often by introducing subtle perturbations that are imperceptible to humans.
Adversarial Example
An adversarial example is a specially crafted input designed to deceive a machine learning model, causing it to make an incorrect prediction or classification.
Agentic AI
Agentic AI refers to artificial intelligence systems designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals.
Master Artificial Intelligence (AI).
Learn how to apply this concept with hands-on projects in our comprehensive AI programs.