Ai Terminologies
Ai Terminologies
Core AI Concepts
Artificial Intelligence (AI) The simulation of human intelligence in
machines.
Machine Learning A subset of AI that allows computers to
learn from data.
Deep Learning A subset of machine learning that uses
deep neural networks.
Neural Network A computational model inspired by the
human brain.
Algorithm A step-by-step procedure to solve a
problem.
Data Information used to train AI models.
Model A mathematical representation of a system.
Training The process of teaching an AI model to
perform a task.
Testing The process of evaluating an AI model's
performance.
Inference The process of using a trained model to
make predictions.
Machine Learning Algorithms
Supervised Learning Learning from labeled data.
Unsupervised Learning Learning from unlabeled data.
Reinforcement Learning Learning through trial and error.
Regression Predicting a continuous numerical value.
Classification Predicting a categorical value.
Clustering Grouping similar data points.
Decision Trees A tree-like model for making decisions.
Random Forests An ensemble of decision trees.
Support Vector Machines (SVM) A supervised learning model for
classification and regression.
Naive Bayes A probabilistic classifier.
Deep Learning Architectures
Artificial Neural Network (ANN) A network of interconnected nodes.
Convolutional Neural Network (CNN) A type of ANN used for image and video
processing.
Recurrent Neural Network (RNN) A type of ANN used for sequential data.
Long Short-Term Memory (LSTM) A type of RNN that can remember long-
term dependencies.
Generative Adversarial Networks (GAN) A type of deep learning model used for
generating new data.
1
AI Applications
Natural Language Processing (NLP) The ability of computers to understand and
generate human language.
Computer Vision The ability of computers to understand
images and videos.
Robotics The design and construction of robots.
Recommendation Systems Systems that suggest items to users.
Autonomous Vehicles Self-driving cars.
Game AI AI used in video games.
Medical AI AI used in healthcare.
Financial AI AI used in finance.
AI Ethics
Bias Unfairness in AI systems.
Fairness Ensuring AI systems are unbiased.
Transparency Understanding how AI systems work.
Accountability Holding AI developers responsible for their
creations.
Privacy Protecting user data.
Security Protecting AI systems from attacks.
AI Research Areas
Reinforcement Learning Learning through trial and error.
Generative Models Creating new data.
Explainable AI Understanding how AI systems make
decisions.
Neuro-Symbolic AI Combining neural networks with symbolic
reasoning.
AI Safety Ensuring AI systems are safe and beneficial.