Exploring Artificial Intelligence Use Cases and Applications Flashcards
What is AI?
Artificial Intelligence I is a broad field that encompasses the development of intelligent systems capable of performing tasks that typically require human intelligence, such as perception, reasoning, learning, problem-solving, and decision-making. AI serves as an umbrella term for various techniques and approaches, including machine learning, deep learning, and generative AI.
What is ML?
Machine Learning is subset of AI for understanding and building methods that make it possible for machines to learn. These methods use data to improve computer performance on a set of tasks.
What is DL?
Deep learning uses the concept of neurons and synapses similar to how our brain is wired.
What is Generative AI?
Generative AI is a subset of deep learning because it can adapt models built using deep learning, but without retraining or fine tuning. It can create new content.
Computer vision
Computer vision is a field of artificial intelligence that allows computers to interpret and understand digital images and videos.
Intelligent document processing
IDP is an application that extracts and classifies information from unstructured data, generates summaries, and provides actionable insights. (use cases included identifying incomplete load info in underwriting, processing court docs & claims and doctors notes)
Supervised learning
In supervised learning, the algorithms are trained on labeled data. The goal is to learn a mapping function that can predict the output for new, unseen input data.
Unsupervised Learning
Unsupervised learning refers to algorithms that learn from unlabeled data. The goal is to discover inherent patterns, structures, or relationships within the input data.
Reinforcement learning
Machine Learning Technique: the machine is given only a performance score as guidance and semi-supervised learning, where only a portion of training data is labeled. Feedback is provided in the form of rewards or penalties for its actions and the machine learns from this feedback to improve it decision-making over time.
Regression learning
Machine Learning Technique - supervised learning technique used for predicting numerical values based on one input variables. Use cases include weather forecasting, marketing forecasting, etc.
Classification Learning
Classification is a supervised learning technique used to assign labels or categories to new, unseen data instances based on a trained model. The model is trained on a labeled dataset, where each instance is already assigned to a known class or category. (use cases include fraud deduction, image classification, customer retention, etc.)
Clustering
(unsupervised learning) This kind of algorithm groups data into different clusters based on similar features or distances between the data point to better understand the attributes of a specific cluster. Use cases: customer segmentation, targeted marketing
Dimensionality reduction
Dimensionality reduction is an unsupervised learning technique used to reduce the number of features or dimensions in a dataset while preserving the most important information or patterns. use cases: big data visualization,
Reinforcement learning
Unlike supervised and unsupervised learning, reinforcement learning improves its model by mining feedback from previous iterations. In reinforcement learning, an agent continuously learns through trial and error as it interacts in an environment.
Nondeterminism
challenge where the model produces different outputs each time it runs with the same input data