AI Glossary

53 terms from AI Foundations for VetMed

AI Ethics
The principles and guidelines that ensure the development and use of AI is transparent, accountable, and aligned with human values and societal well-being.
Artificial Intelligence (AI)
The simulation of human intelligence in machines that are programmed to think, learn, and problem-solve like humans. AI systems can perform tasks that typically require human cognition, such as visual perception, speech recognition, and decision-making.
Artificial General Intelligence (AGI)
A theoretical form of AI that would possess the full breadth and depth of human cognitive capabilities, able to reason abstractly and apply intelligence across entirely different domains. AGI does not currently exist.
Augmented Intelligence
The combination of human intelligence and artificial intelligence, where AI enhances and supports human decision-making rather than replacing it. Emphasizes human-AI partnership and collaboration.
Bias in AI
The phenomenon where AI systems inherit and amplify biases present in the data they are trained on, leading to unfair or discriminatory outcomes. In veterinary AI, bias might occur if training data over-represents certain breeds or species.
Big Data
Extremely large and complex datasets that can be analyzed computationally to reveal patterns, trends, and associations. The foundation for training powerful AI systems.
Black Box
A term used to describe AI systems whose inner workings are not transparent or easily interpretable by humans. The model produces outputs, but the reasoning process is opaque.
Blockchain
A decentralized digital ledger that records transactions across many computers in such a way that the registered transactions cannot be altered retroactively. Potential applications in veterinary data sharing and provenance.
Chatbot
An AI program designed to simulate conversation with human users, especially over the internet. Used in veterinary practice for client communication and triage.
Classification
An AI task that involves assigning inputs to predefined categories. Example: determining whether a radiograph shows "normal," "abnormal - urgent," or "abnormal - non-urgent."
Computer Vision
A field of AI that trains computers to interpret and understand visual information from the world around them. Powers veterinary applications like radiograph analysis and pathology slide interpretation.
Convolutional Neural Network (CNN)
A class of deep neural networks most commonly applied to analyzing visual imagery. CNNs learn hierarchical representations of images, from simple edges to complex patterns.
Data Mining
The process of discovering patterns and extracting knowledge from large datasets using statistical and computational methods.
Data Quality
The condition of a set of values reflecting how well the data serves its intended purpose. High-quality data is accurate, complete, consistent, and representative.
Decision Trees
Transparent, rule-based machine learning models that learn hierarchies of if-then decisions to map inputs to outputs. Valued for their interpretability.
Deep Learning
A subfield of machine learning that uses artificial neural networks with many layers to learn complex patterns. Powers most modern AI image recognition and language models.
Electronic Health Records (EHR)
Digital versions of patients' paper charts that contain comprehensive health information and are maintained over time. A critical data source for veterinary AI applications.
Explainable AI (XAI)
Techniques and methods used in AI that make the decision-making process of models understandable and transparent to humans. Critical for clinical adoption and trust.
False Negative
When an AI system incorrectly classifies a positive case as negative. Example: an AI failing to detect a tumor that is present. Related to sensitivity.
False Positive
When an AI system incorrectly classifies a negative case as positive. Example: an AI flagging a normal structure as pathological. Related to specificity.
Fine-tuning
The process of taking a pre-trained AI model and further training it on a specific dataset to adapt it for a particular task or domain.
Foundation Model
Large-scale AI models trained on massive amounts of diverse data that can be adapted for a wide range of downstream tasks. Examples include GPT-4 and BERT.
Generative Adversarial Networks (GANs)
A class of machine learning frameworks where two neural networks contest with each other — one generates candidates and the other evaluates them. Used for image generation and augmentation.
Ground Truth
The correct answer or label used to train and evaluate AI systems. In veterinary AI, ground truth often comes from expert diagnosis or confirmed outcomes.
Hallucination
When a large language model generates plausible-sounding but factually incorrect information. A significant limitation for clinical applications requiring accuracy.
Hyperparameter Tuning
The process of adjusting the parameters of a machine learning model to optimize its performance. Hyperparameters control the learning process itself.
Image Segmentation
A computer vision task that involves classifying each pixel in an image, enabling precise delineation of structures like organs or tumors.
Internet of Things (IoT)
The network of physical devices embedded with electronics, software, sensors, and connectivity which enables these objects to connect and exchange data. Enables remote patient monitoring.
Large Language Model (LLM)
AI systems trained on vast amounts of text that can understand and generate human language. Examples include GPT-4 and Claude. Powers chatbots, scribes, and clinical decision support.
Machine Learning (ML)
A subset of AI that enables computers to learn from data and improve their performance without being explicitly programmed. The foundation of most modern AI applications.
Model Validation
The process of evaluating a model to determine its accuracy, reliability, and performance on data it hasn't seen during training. Critical for clinical AI deployment.
Multimodal Learning
AI approaches that combine and integrate different data types (text, images, audio) to enable richer understanding and reasoning.
Narrow AI
AI systems designed to excel at specific tasks but lacking general intelligence. All current AI systems are narrow AI, including those used in veterinary medicine.
Natural Language Processing (NLP)
A branch of AI that deals with the interaction between computers and humans using natural language, enabling machines to understand, interpret, and generate human language.
Neural Network
A set of algorithms modeled loosely after the human brain, designed to recognize patterns and relationships in data through layers of interconnected nodes.
Object Detection
A computer vision task that involves locating and identifying specific objects within an image, often drawing bounding boxes around them.
Overfitting
When an AI model learns the training data too precisely, including its noise and peculiarities, reducing performance on new, unseen data.
Predictive Analytics
The use of data, statistical algorithms, and machine learning techniques to identify the likelihood of future outcomes based on historical data.
Prompt Engineering
The practice of crafting effective instructions or queries to get desired outputs from large language models and foundation models.
Random Forest
An ensemble machine learning method that combines multiple decision trees to improve prediction accuracy and reduce overfitting.
Reinforcement Learning
A type of machine learning where the algorithm learns through trial and error, receiving rewards or penalties for its actions. Used in robotics and adaptive systems.
Robotics
The branch of AI focused on creating intelligent machines that can interact with and manipulate the physical world. Applications in surgery, monitoring, and care delivery.
Robotic Process Automation (RPA)
The use of software robots to automate repetitive and rule-based tasks, freeing up human workers for higher-value activities.
Sensitivity
The ability of an AI system to correctly identify positive cases. High sensitivity means few false negatives. Also called "recall." Critical for screening applications.
Specificity
The ability of an AI system to correctly identify negative cases. High specificity means few false positives. Important for avoiding unnecessary interventions.
Supervised Learning
A type of machine learning where the algorithm learns from labeled data — input-output pairs where the correct answer is provided. Powers most diagnostic AI.
Support Vector Machine (SVM)
A powerful machine learning model for classification and regression that learns optimal boundaries between data categories in high-dimensional space.
Synthetic Data
Artificially generated data that mimics the characteristics of real-world data, often used to train machine learning models when real data is scarce or sensitive.
Transfer Learning
A machine learning method where a model developed for one task is reused as the starting point for a model on a second task. Enables adaptation with less data.
Transformer Model
A deep learning architecture that uses attention mechanisms to process sequential data. The foundation of modern language models like GPT and BERT.
Unsupervised Learning
A type of machine learning where the algorithm learns from unlabeled data to discover hidden patterns and relationships, such as patient clustering.
Wearable Sensors
Devices worn on the body that collect and transmit data about physical activity, biometrics, and health status. Enable continuous remote monitoring.
YOLO (You Only Look Once)
A state-of-the-art, real-time object detection system that can identify and locate multiple objects in images quickly.