Exploring Artificial Intelligence Use Cases and Applications Flashcards
In this course, you will explore real-world use cases in artificial intelligence (AI), machine learning (ML), and generative artificial intelligence (generative AI) across a range of industries.
What is AI?
AI 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 Machine Learning?
ML 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 Deep Learning?
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.
- Generative AI is capable of generating new data based on the patterns and structures learned from training data.
- It can create new content, including conversations, stories, images, videos, music, and code.
How can AI contribute to entertainment and media?
- Content generation: AI can create scripts, dialogues, or even complete stories for films, TV shows, and games.
- Virtual reality: AI can create immersive and interactive virtual environments for games or simulations.
- New generation: AI can generate articles or summaries based on raw data or events.
How can AI contribute to retail?
- Product review summaries: AI can generate review summaries for products so consumers can quickly find pertinent information.
- Pricing optimization: AI can model different pricing scenarios to determine optimal pricing strategies that maximize profits.
- Virtual try-ons: AI can generate virtual models of customers for virtual try-ons, which can improve the online shopping experience.
- Store layout optimization: AI can generate the most efficient store layouts to improve the customer shopping experience and boost sales.
How can AI contribute to healthcare?
- AWS HealthScribe: This AWS service empowers healthcare software vendors to build clinical applications that automatically generate clinical notes by analyzing patient-clinician conversations.
- Personalize medicine: By generating treatment plans based on a patient’s specific genetic makeup, lifestyle, and disease progression, AI can contribute to more effective, personalized care.
- Improve medical imaging: AI can enhance, reconstruct, or even generate medical images, like X-rays, MRIs, or CT scans, which can aid in better diagnosis.
How can AI contribute to life sciences?
- Drug discovery: AI can generate new potential molecular structures for drugs and accelerate the process of drug discovery and reducing costs.
- Protein folding prediction: AI can predict the 3D structures of proteins based on their amino acid sequence, which is crucial for understanding diseases and developing new therapies.
- Synthetic biology: AI can generate designs for synthetic biological systems, such as engineered organisms or biological circuits.
How can AI contribute to financial services?
- Fraud detection mechanisms: AI can help create synthetic datasets to improve AI and ML systems by simulating various money-laundering patterns.
- Portfolio management: AI can simulate various market scenarios and help in the creation and management of robust investment portfolios.
- Debt collection: AI can generate the most effective communication and negotiation strategies for debt collection to increase the rate of successful collections.
How can AI contribute to manufacturing?
- Predictive maintenance: By analyzing historical production data, AI can predict maintenance schedules that will provide the most efficient machine outputs and reduce downtimes.
- Process optimization: AI can generate the most efficient production processes by modeling different scenarios and optimizing for variables such as cost, time, resource usage, and so forth.
- Product design: AI can be used to create new product designs based on set parameters and constraints. It can generate multiple design options and optimize for factors like cost, materials, performance, and so forth.
- Material science: AI can help generate new material compositions with desired properties.
What is Computer Vision? Provide examples of AI applications that use CV and describe their business value.
Computer vision is a field of artificial intelligence that allows computers to interpret and understand digital images and videos. Deep learning has revolutionized computer vision by providing powerful techniques for tasks such as image classification, object detection, and image segmentation:
_Examples:_
- Auto manufactures can use computer vision technology to make self-driving cars safer and more reliable. Business value: Enhance customer experience
- Using computer vision in healthcare can improve the accuracy and speed of medical diagnoses, which leads to better treatment outcomes and increased life expectancy for patients. Business value: Improve business operations
- Computer vision image and facial recognition can swiftly identify unlawful entries or persons of interest, which fosters safer communities and works as a crime deterrent. Business value: Enhance customer experience
What is Natural Language Processing (NLP) Provide examples of AI applications that use CV and describe their business value.
NLP is a branch of artificial intelligence that deals with the interaction between computers and human languages. Deep learning has made significant strides in NLP. It can perform tasks such as text classification, sentiment analysis, machine translation, and language generation:
_Examples:_
- Insurance companies can use NLP to extract policy numbers, expiration dates, and other personal information. Business value: Sensitive data redaction
- Telecommunication companies use NLP to analyze customer text messages and suggest personalized recommendations. Business value: Customer engagement
- In the education industry, students use Q&A chatbots to address questions. Business value: Enhance student experience and engagement
What is Intelligent Document Processing (IDP) Provide examples of AI applications that use CV and describe their business value.
IDP is an application that extracts and classifies information from unstructured data, generates summaries, and provides actionable insights:
_Examples:_
- Financial services use IDP to extract important information from mortgage applications to accelerate customer response time. It also helps with the underwriting process by identifying incomplete loan packages, tax forms, pay stubs, and other missing data. Business value: Improve business operations, automation
- IDP, along with other applications such as optical character recognition (OCR) and NLP, helps eliminate the manual effort of processing documents such as contractual documents, agreements, court filings, and legal dockets. Business value: Improve business operations
- Using IDP in healthcare can help expedite business quickly and accurately by processing various document types, such as claims and doctor’s notes. Business value: Improve business operations
What is Fraud Detection? Provide examples of AI applications that use CV and describe their business value.
Fraud detection refers to the process of identifying and preventing fraudulent activities or unauthorized behavior with a system, process, or transaction:
_Examples:_
- Financial services use fraud detection for identity verification, payment fraud detection, transaction surveillance, and anti-money laundering (AML) sanctions. Business value: Improve business operations
- Fraud detection systems in the retail industry protect businesses from financial losses, safeguard customer accounts and data, and maintain trust and confidence in online transactions. Business value: Improve business operations
- The telecommunication industry uses fraud detection to identify any fraudulent activities in any of the following areas:
- Telecom
Roaming, premium rate service, and subscription fraud - Online
New account fraud, claims processing fraud, and promotion abuse - Retail
Credit card and online retail fraud
Business value: Improve business operations
When should ML and AI be used and for what kinds of problems?
- Coding the rules is challenging: Many human tasks cannot be solved properly using simple, rule-based solutions. Take spam filtering for instance. Determining whether an incoming email is legitimate or spam is a complex task that cannot always be effectively tackled through a set of predefined rules. There are many variables at play. When rules rely on too many factors, have overlaps, or need to be finely tuned, it becomes difficult for humans to code them accurately. ML can be used to effectively solve this kind of problem.
- Scale of the project is challenging: In the spam filtering example, a human might be able to look at a few hundred emails and decide if they are spam or not. However, scaling this task to scan through millions of emails would be tedious and inefficient. ML solutions are appropriate for large-scale problems like this.