[full_width]
Glossary
of 275 useful terms
in AI ML DL Robotics and much more
1. AI Foundations
- Artificial Intelligence: Artificial Intelligence is the ability of machines to perform tasks that normally need human intelligence; for example, a chatbot answering customer questions.
- Machine Learning: Machine Learning is a branch of AI where systems learn patterns from data; for example, predicting house prices from past sales data.
- Deep Learning: Deep Learning is machine learning using many-layered neural networks; for example, recognizing faces in photos.
- Data Science: Data Science is the practice of using data, statistics, and computing to find insights; for example, analyzing why sales increased last month.
- Algorithm: An algorithm is a step-by-step method for solving a problem; for example, sorting search results by relevance.
- Model: A model is a trained system that makes predictions or decisions; for example, a spam email detector.
- Training: Training is the process of teaching a model using data; for example, showing many labeled images to an image classifier.
- Inference: Inference is using a trained model to produce an answer; for example, asking a model whether a photo contains a dog.
- Prediction: A prediction is the output estimated by a model; for example, forecasting tomorrow’s demand for a product.
- Classification: Classification means assigning data to a category; for example, labeling an email as spam or not spam.
- Regression: Regression means predicting a numerical value; for example, estimating the price of a used car.
- Clustering: Clustering means grouping similar items without predefined labels; for example, grouping customers by shopping behavior.
- Optimization: Optimization means improving a system to get the best result; for example, reducing the error of a prediction model.
- Pattern Recognition: Pattern recognition is finding repeated structures in data; for example, recognizing handwritten digits.
- Automation: Automation means using technology to perform tasks with little human effort; for example, automatically generating invoices.
- Cognitive Computing: Cognitive computing refers to systems designed to mimic aspects of human thinking; for example, a medical assistant suggesting possible diagnoses.
- Expert System: An expert system uses rules and expert knowledge to solve problems; for example, a tax advisory tool.
- Knowledge Base: A knowledge base is a stored collection of facts, rules, or information; for example, a company FAQ database.
- Reasoning: Reasoning is the process of drawing conclusions from information; for example, identifying a machine fault from symptoms.
- Agent: An agent is an AI system that observes, decides, and acts toward a goal; for example, a travel booking assistant.
- Environment: The environment is the world or situation in which an AI agent operates; for example, a chessboard for a chess-playing AI.
- State: A state is the current situation of a system; for example, a robot’s present position and battery level.
- Action: An action is a move chosen by an agent; for example, a robot turning left.
- Reward: A reward is feedback that tells an agent whether an action was good or bad; for example, gaining points in a game.
- Intelligence Augmentation: Intelligence augmentation means using AI to support human thinking rather than replace it; for example, AI summarizing research papers for a teacher. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
2. Data Basics
- Data: Data is raw facts, measurements, or observations; for example, age, price, temperature, or location.
- Dataset: A dataset is a collection of related data; for example, a table of students and their marks.
- Feature: A feature is an input variable used by a model; for example, customer age in a loan approval model.
- Label: A label is the correct answer used during supervised learning; for example, “fraud” or “not fraud.”
- Row: A row is one record in a dataset; for example, one customer’s full entry in a table.
- Column: A column is one type of information in a dataset; for example, a salary column.
- Structured Data: Structured data is organized in a fixed format like tables; for example, an Excel sales sheet.
- Unstructured Data: Unstructured data does not follow a fixed table format; for example, emails, images, audio, or videos.
- Semi-structured Data: Semi-structured data has some organization but is not a traditional table; for example, JSON files.
- Metadata: Metadata is data that describes other data; for example, the date and size of an image file.
- Data Cleaning: Data cleaning means fixing errors, duplicates, and inconsistencies in data; for example, correcting misspelled city names.
- Missing Values: Missing values are blank or unknown data points; for example, an empty age field in a customer record.
- Outlier: An outlier is an unusual data point that is very different from others; for example, a daily expense of ₹10 lakh in a small shop’s data.
- Noise: Noise is random or irrelevant variation in data; for example, blurry pixels in an image.
- Data Quality: Data quality means how accurate, complete, and useful data is; for example, clean customer records with correct phone numbers.
- Data Collection: Data collection is the process of gathering data; for example, collecting customer feedback through a survey.
- Data Annotation: Data annotation means adding explanatory tags or labels to data; for example, drawing boxes around cars in road images.
- Data Labeling: Data labeling means assigning correct answers to data examples; for example, marking emails as spam or not spam.
- Data Preprocessing: Data preprocessing means preparing raw data before modeling; for example, removing duplicates and scaling numbers.
- Normalization: Normalization means rescaling values into a common range; for example, changing exam scores to a 0 to 1 scale.
- Standardization: Standardization means transforming values around a mean and standard deviation; for example, using z-scores for height data.
- Data Pipeline: A data pipeline is a sequence of steps for moving and processing data; for example, collect, clean, train, and report.
- Data Warehouse: A data warehouse is a central store for organized business data; for example, a company database for sales analytics.
- Data Lake: A data lake stores large amounts of raw data in many formats; for example, logs, images, documents, and sensor data together.
- Big Data: Big data refers to extremely large and complex data; for example, millions of social media posts per hour. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
3. Statistics and Analytics
- Mean: The mean is the average of values; for example, the average sales per day.
- Median: The median is the middle value when data is arranged in order; for example, the median income of a group.
- Mode: The mode is the most frequent value; for example, the most commonly purchased product size.
- Variance: Variance measures how spread out values are; for example, how much employee salaries differ.
- Standard Deviation: Standard deviation shows the typical distance from the average; for example, variation in daily website visitors.
- Correlation: Correlation shows how two variables move together; for example, ad spending and sales may rise together.
- Causation: Causation means one factor directly affects another; for example, a discount causing more purchases.
- Probability: Probability is the chance that something will happen; for example, a 70% chance of rain.
- Distribution: A distribution shows how values are spread; for example, the age distribution of customers.
- Sampling: Sampling means selecting a smaller group from a larger population; for example, surveying 1,000 customers instead of all customers.
- Population: A population is the complete group being studied; for example, all users of an app.
- Sample: A sample is a selected part of a population; for example, 500 users chosen for a survey.
- Hypothesis: A hypothesis is a testable assumption; for example, “a new button design will increase clicks.”
- Hypothesis Testing: Hypothesis testing uses data to check an assumption; for example, testing whether a new website layout improves sales.
- P-value: A p-value helps judge whether a result may be due to chance; for example, a very small p-value may support an A/B test result.
- Confidence Interval: A confidence interval gives a likely range for a true value; for example, conversion rate may be between 8% and 10%.
- Bias: Bias is systematic error in data or decisions; for example, surveying only urban customers for a national product.
- Variability: Variability means natural differences in data; for example, changing daily footfall in a shop.
- Trend: A trend is a long-term direction in data; for example, monthly sales increasing over a year.
- Seasonality: Seasonality is a repeating pattern over time; for example, higher shopping during Diwali.
- Time Series: A time series is data recorded over time; for example, daily stock prices.
- Forecasting: Forecasting means predicting future values; for example, estimating next month’s demand.
- Descriptive Analytics: Descriptive analytics explains what happened in the past; for example, last quarter’s revenue report.
- Predictive Analytics: Predictive analytics estimates what may happen next; for example, predicting customer churn.
- Prescriptive Analytics: Prescriptive analytics suggests what action to take; for example, recommending the best price for a product. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
4. Machine Learning Core
- Supervised Learning: Supervised learning trains models using labeled data; for example, learning from images marked as cat or dog.
- Unsupervised Learning: Unsupervised learning finds patterns without labels; for example, grouping customers by behavior.
- Semi-supervised Learning: Semi-supervised learning uses a small amount of labeled data and a large amount of unlabeled data; for example, training with a few labeled medical scans.
- Self-supervised Learning: Self-supervised learning creates learning signals from the data itself; for example, predicting missing words in a sentence.
- Reinforcement Learning: Reinforcement learning trains agents through rewards and penalties; for example, AI learning to play a game.
- Training Set: A training set is the data used to teach a model; for example, 70% of a dataset used for learning.
- Validation Set: A validation set is used to tune and compare models; for example, choosing the best learning rate.
- Test Set: A test set is used for final model evaluation; for example, unseen exam data for a model.
- Overfitting: Overfitting happens when a model memorizes training data but performs poorly on new data; for example, perfect training accuracy but poor test accuracy.
- Underfitting: Underfitting happens when a model is too simple to learn patterns well; for example, poor results on both training and test data.
- Generalization: Generalization is the ability to perform well on new data; for example, a fraud model working on future transactions.
- Feature Engineering: Feature engineering means creating useful input variables; for example, creating age from date of birth.
- Feature Selection: Feature selection means choosing the most useful input variables; for example, keeping income but removing customer ID.
- Hyperparameter: A hyperparameter is a model setting chosen before training; for example, learning rate or tree depth.
- Parameter: A parameter is a value learned by the model during training; for example, a weight in linear regression.
- Loss Function: A loss function measures how wrong a model’s prediction is; for example, mean squared error.
- Cost Function: A cost function measures overall model error; for example, average loss across all examples.
- Gradient Descent: Gradient descent is a method for reducing model error step by step; for example, updating neural network weights.
- Learning Rate: Learning rate controls how big each training update is; for example, a small value like 0.001.
- Epoch: An epoch is one complete pass through the training data; for example, training for 20 epochs.
- Batch: A batch is a small group of examples processed together; for example, 32 images at a time.
- Cross-validation: Cross-validation tests a model on different splits of data; for example, five-fold validation.
- Regularization: Regularization helps reduce overfitting; for example, adding an L2 penalty.
- Ensemble Learning: Ensemble learning combines multiple models for better results; for example, a random forest.
- Baseline Model: A baseline model is a simple model used for comparison; for example, predicting average sales every day. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
5. ML Algorithms
- Linear Regression: Linear regression predicts a number using a straight-line relationship; for example, predicting house price from area.
- Logistic Regression: Logistic regression predicts the probability of a class; for example, estimating whether a customer will default.
- Decision Tree: A decision tree uses a tree of if-then rules; for example, approving or rejecting a loan.
- Random Forest: A random forest combines many decision trees; for example, detecting fraud in transactions.
- Gradient Boosting: Gradient boosting builds models one after another to improve errors; for example, improving credit risk prediction.
- XGBoost: XGBoost is a fast and powerful gradient boosting algorithm; for example, winning tabular data competitions.
- LightGBM: LightGBM is an efficient boosting algorithm for large datasets; for example, predicting customer churn at scale.
- CatBoost: CatBoost is a boosting algorithm that handles categorical data well; for example, predicting retail purchases.
- Naive Bayes: Naive Bayes is a probability-based classifier; for example, filtering spam emails.
- K-Nearest Neighbors: K-Nearest Neighbors predicts using nearby examples; for example, recommending a product based on similar customers.
- Support Vector Machine: A Support Vector Machine finds a boundary between classes; for example, classifying documents.
- K-Means: K-Means groups data into a chosen number of clusters; for example, segmenting customers into five groups.
- Hierarchical Clustering: Hierarchical clustering builds nested groups of similar items; for example, grouping products by similarity.
- DBSCAN: DBSCAN finds clusters based on dense regions; for example, finding location hotspots from GPS data.
- Principal Component Analysis: Principal Component Analysis reduces many variables into fewer important dimensions; for example, compressing image features.
- Association Rules: Association rules find items that often appear together; for example, bread and butter in shopping baskets.
- Apriori Algorithm: The Apriori algorithm finds frequent item combinations; for example, market basket analysis in supermarkets.
- Collaborative Filtering: Collaborative filtering recommends items using user behavior; for example, movie recommendations based on similar viewers.
- Content-based Filtering: Content-based filtering recommends items similar to what a user liked; for example, suggesting similar articles.
- Matrix Factorization: Matrix factorization discovers hidden patterns in user-item data; for example, Netflix-style recommendations.
- Anomaly Detection: Anomaly detection finds unusual cases; for example, identifying a suspicious banking transaction.
- Isolation Forest: Isolation Forest detects anomalies using random trees; for example, finding abnormal network activity.
- One-class SVM: One-class SVM learns what normal data looks like; for example, detecting defective products.
- Bayesian Model: A Bayesian model uses probability and prior knowledge; for example, estimating medical risk.
- Genetic Algorithm: A genetic algorithm searches for good solutions using evolution-like steps; for example, optimizing delivery routes. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
6. Deep Learning and Neural Networks
- Neural Network: A neural network is a model made of connected computing units; for example, an image classifier.
- Neuron: A neuron is a basic computation unit in a neural network; for example, one node processing inputs.
- Layer: A layer is a group of neurons in a network; for example, a hidden layer between input and output.
- Input Layer: The input layer receives the original data; for example, image pixels entering a model.
- Hidden Layer: A hidden layer learns internal patterns; for example, detecting edges in images.
- Output Layer: The output layer produces the final result; for example, the probability that an image shows a dog.
- Weight: A weight is a learned connection strength; for example, the importance of one input pixel.
- Bias Term: A bias term is an adjustable offset in a model; for example, shifting a neuron’s output.
- Activation Function: An activation function helps a network learn complex patterns; for example, ReLU in deep learning.
- ReLU: ReLU is an activation function that keeps positive values and turns negative values into zero; for example, max(0, x).
- Sigmoid: Sigmoid converts a value into a number between 0 and 1; for example, predicting a probability.
- Softmax: Softmax converts scores into class probabilities; for example, cat 80%, dog 15%, bird 5%.
- Backpropagation: Backpropagation updates neural network weights using errors; for example, improving an image model after wrong predictions.
- Tensor: A tensor is a multi-dimensional array of numbers; for example, a color image represented as height, width, and channels.
- Embedding: An embedding is a dense numerical representation of meaning; for example, representing a word as a vector.
- Convolutional Neural Network: A convolutional neural network is designed for images and grid-like data; for example, detecting objects in photos.
- Convolution: Convolution applies a small filter across data to find patterns; for example, detecting edges in an image.
- Pooling: Pooling reduces the size of features while keeping important information; for example, max pooling in image models.
- Recurrent Neural Network: A recurrent neural network handles sequence data; for example, processing text one word at a time.
- LSTM: LSTM is a recurrent network designed to remember longer patterns; for example, speech recognition.
- GRU: GRU is a simpler recurrent network for sequence learning; for example, time series prediction.
- Transformer: A transformer is a deep learning architecture based on attention; for example, modern chatbots and translation systems.
- Attention Mechanism: Attention helps a model focus on important parts of input; for example, focusing on key words in a sentence.
- Dropout: Dropout randomly disables neurons during training to reduce overfitting; for example, making a neural network more robust.
- Batch Normalization: Batch normalization stabilizes and speeds up neural network training; for example, improving deep image models. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
7. NLP, Generative AI, and LLMs
- Natural Language Processing: Natural Language Processing is AI for understanding and generating human language; for example, sentiment analysis.
- Token: A token is a small unit of text used by a model; for example, a word or part of a word.
- Tokenization: Tokenization splits text into tokens; for example, splitting “unhappy” into smaller pieces.
- Corpus: A corpus is a large collection of text; for example, a news article archive.
- Vocabulary: Vocabulary is the set of tokens known to a language model; for example, 50,000 possible tokens.
- Language Model: A language model predicts or generates text; for example, autocomplete on a phone.
- Large Language Model: A large language model is a very large AI model trained on massive text data; for example, a GPT-style assistant.
- Prompt: A prompt is the instruction or input given to an AI model; for example, “Summarize this article.”
- Prompt Engineering: Prompt engineering means designing better instructions for AI; for example, giving role, task, context, and format.
- Completion: A completion is the response generated by a language model; for example, the answer to a user’s question.
- Context Window: A context window is the amount of text a model can consider at once; for example, a long document plus a question.
- Fine-tuning: Fine-tuning means further training a model for a specific task; for example, adapting a model for legal documents.
- Instruction Tuning: Instruction tuning trains a model to follow human instructions better; for example, making an assistant more helpful.
- RLHF: RLHF uses human feedback to improve model behavior; for example, training a chatbot to give safer answers.
- Hallucination: Hallucination is when AI gives a confident but false answer; for example, inventing a fake citation.
- Grounding: Grounding means connecting AI answers to reliable sources; for example, answering from uploaded company documents.
- RAG: Retrieval-Augmented Generation combines document search with text generation; for example, chatting with PDFs.
- Vector Database: A vector database stores embeddings for fast meaning-based search; for example, searching company documents semantically.
- Semantic Search: Semantic search finds results by meaning rather than exact words; for example, searching “vehicle” and finding “car.”
- Named Entity Recognition: Named Entity Recognition finds names, places, organizations, and similar items in text; for example, identifying “Delhi” as a location.
- Sentiment Analysis: Sentiment analysis detects emotional tone in text; for example, classifying a review as positive or negative.
- Text Summarization: Text summarization shortens long text while keeping main ideas; for example, summarizing a report in five points.
- Machine Translation: Machine translation converts text from one language to another; for example, translating English to Hindi.
- Text Classification: Text classification assigns text to categories; for example, labeling support tickets by topic.
- Chatbot: A chatbot is a conversational software system; for example, a customer support assistant on a website. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
8. Computer Vision, Speech, and Generative Media
- Computer Vision: Computer vision is AI for understanding images and videos; for example, detecting traffic signs.
- Image Classification: Image classification assigns a label to an image; for example, identifying an image as a cat.
- Object Detection: Object detection finds and locates objects in an image; for example, detecting cars and people on a road.
- Image Segmentation: Image segmentation divides an image into meaningful regions; for example, separating a tumor from a scan.
- Facial Recognition: Facial recognition identifies or verifies a person using face features; for example, unlocking a phone.
- Optical Character Recognition: Optical Character Recognition converts images of text into digital text; for example, reading scanned invoices.
- Pose Estimation: Pose estimation detects body positions and joints; for example, tracking yoga posture.
- Image Captioning: Image captioning generates text descriptions of images; for example, “a dog running in a park.”
- Generative AI: Generative AI creates new content such as text, images, music, or code; for example, generating a blog image.
- Diffusion Model: A diffusion model generates data by gradually removing noise; for example, creating images from text prompts.
- GAN: A Generative Adversarial Network uses two competing networks to create realistic data; for example, generating realistic faces.
- Autoencoder: An autoencoder learns to compress and reconstruct data; for example, removing noise from images.
- Variational Autoencoder: A variational autoencoder generates new samples from learned patterns; for example, creating new handwritten digits.
- Multimodal AI: Multimodal AI works with multiple data types; for example, understanding text and images together.
- Speech Recognition: Speech recognition converts spoken words into text; for example, voice typing on a phone.
- Text-to-Speech: Text-to-speech converts written text into spoken audio; for example, an audiobook reader.
- Speaker Recognition: Speaker recognition identifies who is speaking; for example, voice-based authentication.
- Audio Classification: Audio classification assigns labels to sounds; for example, detecting a siren.
- Voice Assistant: A voice assistant responds to spoken commands; for example, setting an alarm by voice.
- Image Generation: Image generation creates new images using AI; for example, generating a product mockup.
- Video Analytics: Video analytics extracts insights from video; for example, counting people in a store.
- Visual Search: Visual search finds items using images instead of text; for example, searching for a dress by uploading a photo.
- Style Transfer: Style transfer applies one image’s artistic style to another; for example, turning a photo into a painting style.
- Deepfake: A deepfake is synthetic media that imitates a real person; for example, a fake video of someone speaking.
- Synthetic Data: Synthetic data is artificially generated data used for training or testing; for example, simulated road images for autonomous driving. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
9. Robotics and Autonomous Systems
- Robotics: Robotics is the field of designing and using robots; for example, a factory robot assembling cars.
- Robot: A robot is a machine that senses, decides, and acts in the physical world; for example, a warehouse picking robot.
- Sensor: A sensor measures information from the environment; for example, a temperature sensor.
- Actuator: An actuator converts control signals into physical movement; for example, a motor moving a robotic arm.
- Control System: A control system manages how a machine behaves; for example, keeping a drone stable.
- Feedback Loop: A feedback loop adjusts actions based on results; for example, a thermostat maintaining room temperature.
- Autonomous Robot: An autonomous robot operates with little or no human control; for example, a robotic vacuum cleaner.
- Industrial Robot: An industrial robot performs manufacturing tasks; for example, welding parts in an automobile factory.
- Service Robot: A service robot helps people outside manufacturing; for example, a hotel delivery robot.
- Humanoid Robot: A humanoid robot has a human-like shape; for example, a robot with arms, legs, and a head.
- Collaborative Robot: A collaborative robot is designed to work safely with humans; for example, a cobot helping in assembly.
- Drone: A drone is an unmanned flying robot; for example, a drone inspecting farmland.
- SLAM: SLAM means Simultaneous Localization and Mapping, where a robot maps an area while locating itself; for example, a robot navigating a new warehouse.
- Path Planning: Path planning finds a safe route from one point to another; for example, a delivery robot avoiding obstacles.
- Motion Planning: Motion planning decides how a robot should move; for example, a robotic arm picking a fragile object.
- Localization: Localization means finding a robot’s position; for example, a drone knowing where it is on a farm.
- Mapping: Mapping means creating a representation of an environment; for example, a robot building a map of a room.
- Computer-aided Manufacturing: Computer-aided manufacturing uses computers to control production; for example, CNC machining.
- Robot Operating System: Robot Operating System is a framework for building robot software; for example, controlling sensors and motors in a research robot.
- Gripper: A gripper is the part of a robot that holds objects; for example, a robotic hand picking a box.
- Manipulator: A manipulator is a robotic arm or mechanism used to move objects; for example, a factory arm placing components.
- End Effector: An end effector is the tool at the end of a robotic arm; for example, a welding tool or suction cup.
- Swarm Robotics: Swarm robotics uses many simple robots working together; for example, small robots searching an area.
- Human-Robot Interaction: Human-robot interaction studies how people and robots communicate and work together; for example, voice commands to a home robot.
- Autonomous Vehicle: An autonomous vehicle can drive or navigate itself; for example, a self-driving car. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
10. AI Applications, Ethics, Governance, and MLOps
- Business Intelligence: Business intelligence uses data to support business decisions; for example, a dashboard showing monthly revenue.
- Recommendation System: A recommendation system suggests items to users; for example, recommending products on an e-commerce site.
- Fraud Detection: Fraud detection identifies suspicious activity; for example, flagging an unusual credit card transaction.
- Customer Churn Prediction: Customer churn prediction estimates which customers may leave; for example, identifying users likely to cancel a subscription.
- Lead Scoring: Lead scoring ranks potential customers by likelihood to buy; for example, prioritizing sales calls.
- Dynamic Pricing: Dynamic pricing changes prices based on demand and conditions; for example, ride fares increasing during peak hours.
- Demand Forecasting: Demand forecasting predicts future product demand; for example, estimating next week’s grocery sales.
- Inventory Optimization: Inventory optimization decides how much stock to keep; for example, avoiding overstock and stockouts.
- Predictive Maintenance: Predictive maintenance predicts machine failure before it happens; for example, servicing a motor before breakdown.
- Quality Inspection: Quality inspection uses AI to find defects; for example, detecting cracks in manufactured parts.
- Healthcare AI: Healthcare AI supports medical tasks; for example, analyzing X-rays for possible disease.
- Medical Imaging AI: Medical imaging AI analyzes scans and images; for example, detecting tumors in MRI images.
- Drug Discovery AI: Drug discovery AI helps find new medicines; for example, screening molecules for potential treatment.
- EdTech AI: EdTech AI improves learning and teaching; for example, personalized practice questions for students.
- Adaptive Learning: Adaptive learning adjusts content to each learner; for example, giving harder questions after correct answers.
- AI Tutor: An AI tutor helps learners understand topics; for example, explaining algebra step by step.
- Legal AI: Legal AI assists with legal research and documents; for example, summarizing contracts.
- FinTech AI: FinTech AI supports financial services; for example, credit risk scoring.
- AgriTech AI: AgriTech AI supports farming and agriculture; for example, detecting crop disease from leaf images.
- Smart City: A smart city uses data and AI to improve urban services; for example, optimizing traffic lights.
- Cybersecurity AI: Cybersecurity AI detects and responds to digital threats; for example, spotting unusual login behavior.
- Personalization: Personalization customizes experiences for each user; for example, showing different homepage content to different users.
- Marketing Automation: Marketing automation uses software and AI to manage campaigns; for example, sending targeted emails automatically.
- AI in HR: AI in HR supports hiring and employee management; for example, screening resumes for required skills.
- AI in Supply Chain: AI in supply chain improves planning and logistics; for example, predicting delivery delays. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme
11. Responsible AI, Risk, and Deployment
- AI Ethics: AI ethics studies responsible and fair use of AI; for example, avoiding harmful automated decisions.
- Fairness: Fairness means AI should not unfairly disadvantage groups; for example, equal treatment in loan approval.
- Transparency: Transparency means making AI processes understandable; for example, explaining why a loan was rejected.
- Explainable AI: Explainable AI helps humans understand model decisions; for example, showing which factors affected a prediction.
- Accountability: Accountability means people or organizations remain responsible for AI outcomes; for example, a bank reviewing automated decisions.
- Privacy: Privacy means protecting personal information; for example, hiding customer identity in analytics data.
- Data Protection: Data protection means securing data from misuse or unauthorized access; for example, encrypting user records.
- Consent: Consent means users agree to how their data is used; for example, approving data use for personalization.
- Algorithmic Bias: Algorithmic bias occurs when an AI system produces unfair results; for example, lower accuracy for one demographic group.
- Model Drift: Model drift happens when a model becomes less accurate as real-world data changes; for example, shopping habits changing after a pandemic.
- Data Drift: Data drift means input data patterns change over time; for example, new customer behavior during a festival season.
- Concept Drift: Concept drift means the relationship between inputs and outputs changes; for example, fraud patterns changing over time.
- Robustness: Robustness means a system works reliably under different conditions; for example, recognizing speech despite background noise.
- Reliability: Reliability means a system consistently performs correctly; for example, an AI alert system working daily.
- Safety: Safety means preventing harm from AI systems; for example, stopping a robot when a human is nearby.
- Security: Security means protecting AI systems from attacks; for example, preventing model tampering.
- Adversarial Attack: An adversarial attack uses tricky inputs to fool AI; for example, altering an image slightly to mislead a classifier.
- Human-in-the-loop: Human-in-the-loop means humans review or guide AI decisions; for example, a doctor checking AI diagnosis suggestions.
- Governance: Governance means rules and processes for responsible AI use; for example, an AI approval committee in a company.
- Compliance: Compliance means following laws, rules, and standards; for example, meeting data privacy regulations.
- Audit Trail: An audit trail records actions and decisions for review; for example, logging who approved an AI-generated report.
- Model Monitoring: Model monitoring tracks model performance after deployment; for example, checking weekly prediction accuracy.
- MLOps: MLOps manages the full machine learning lifecycle; for example, training, deploying, and monitoring models.
- Deployment: Deployment means putting a model into real use; for example, adding a recommendation model to a shopping app.
- Responsible AI: Responsible AI means building and using AI in a safe, fair, transparent, and human-centered way; for example, testing a hiring model for bias before launch. Do check our wonderful AI TURBOCHARGER one-day LIVE AI learning programme