Artificial Intelligence Unit 5
Artificial Intelligence Unit 5
ALIGARH
Unit: 5
APPLICATIONS:
AI applications – Language Models – Information Retrieval- Information Extraction – Natural
Language Processing – Machine Translation – Speech Recognition – Robot – Hardware – Perception
– Planning – Moving
AI Applications: Overview
• Applications: Chatbots, Virtual Assistants (e.g., Siri, Alexa), Sentiment Analysis, Machine
Translation, Text Summarization, Speech Recognition
• Examples: OpenAI's GPT, Google's BERT, IBM Watson
2. Language Models
• Definition: AI systems trained on vast amounts of text data to understand, generate, and
process human language.
• Applications:
o Content Generation (e.g., articles, poetry)
o Conversational AI (e.g., customer support chatbots)
o Code Assistance (e.g., GitHub Copilot)
• Examples: GPT (Generative Pre-trained Transformer), LLaMA (Large Language Model Meta
AI), Claude (Anthropic)
• Definition: The process of obtaining relevant information from large datasets based on user
queries.
• Applications:
o Search Engines (e.g., Google, Bing)
o Recommendation Systems (e.g., Netflix, Amazon)
o Enterprise Search Tools (e.g., ElasticSearch)
• AI Techniques Used: Natural Language Understanding (NLU), Semantic Search, Vector
Embeddings
Unit: 5
4. Information Extraction (IE)
5. Computer Vision
7. Healthcare
8. Finance
9. Autonomous Vehicles
Unit: 5
10. Gaming and Entertainment
11. Education
12. Cybersecurity
Language Models (LMs) are a type of Artificial Intelligence (AI) system designed to
understand, generate, and process human language. They are built using large datasets and
advanced machine-learning algorithms, primarily based on Natural Language Processing
(NLP) techniques.
Unit: 5
b. Neural Language Models
• Developer: OpenAI
• Purpose: Text generation, summarization, chatbot interactions
• Strength: Generates human-like text, understands context deeply
• Developer: Google AI
• Purpose: Question answering, text classification, sentiment analysis
• Strength: Processes text in both directions (left-to-right and right-to-left)
• Developer: Google
• Purpose: Text summarization, question answering, classification
• Strength: Treats all NLP tasks as text-to-text problems
Unit: 5
c. Information Retrieval
d. Machine Translation
e. Sentiment Analysis
f. Code Generation
b. Fine-tuning Phase:
• Model is adjusted for specific tasks or domains (e.g., medical, legal language).
• Multimodal Models: Combining text, image, and audio (e.g., GPT-4, Gemini).
• Efficiency Improvements: Reducing energy and computational requirements.
Unit: 5
• Domain-Specific Models: Tailored models for healthcare, finance, etc.
• Robot: This is the physical embodiment, the actual machine or system, often consisting of
hardware components like actuators, sensors, processors, and power sources.
• Perception: This is the robot’s ability to sense and interpret its environment. It includes:
• Planning: The robot needs to make decisions on what actions to take based on its
perceptions. This includes:
• Path planning: Deciding how to move from one location to another while avoiding
obstacles.
• Task planning: Determining the sequence of actions to achieve a goal (e.g., pick-
and-place tasks, navigation).
• Decision-making algorithms (e.g., reinforcement learning, planning under
uncertainty).
• Moving: This is the execution phase, where the robot carries out planned actions. It
involves:
• Movement control: Translating plans into motor commands to move the robot.
• Feedback systems: Adjusting motion in real-time based on sensory feedback (e.g.,
adjusting speed, avoiding obstacles).
• Motion planning: Managing smooth, efficient movement trajectories.