









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Course- Artificial intelligence Year-2025-26 Author- Rishabh verma Full guide of AI about- •What is Artificial intelligence? •History of AI •Types of Artificial intelligence •How Does AI work? •Key Technology Behind AI •Application of AI in daily life •Pros of AI •Cons of AI •AI vs Human Intelligence •Key Factor That Drive AI •Future of AI •How to Start Learning AI? •Common AI Terms •Summary and Final Thoughts
Typology: Study Guides, Projects, Research
1 / 15
This page cannot be seen from the preview
Don't miss anything!










Table of Contents
1. What is Artificial Intelligence?
When you ask Siri or Google Assistant a question and it answers you — that's AI! When Netflix recommends a movie you might like — that's also AI!
3. Types of Artificial Intelligence
3.1 Based on Capability
Examples: Google Search, Siri, spam filters, recommendation systems.
Examples: Does not exist yet — it's still a goal for researchers.
Examples: This is theoretical and does not exist. It's a concept for the future.
3.2 Based on Functionality
4. How Does AI Work?
Think of AI like a student: You show it thousands of pictures of cats and dogs. After studying them, it learns to tell the difference. Next time you show it a NEW picture, it can correctly say 'cat' or 'dog' — even though it never saw that exact picture before!
6. Applications of AI in Daily Life
7. Advantages (Pros) of AI
n Speed & Efficiency AI can process millions of data points in seconds — far faster than any human.
n 24/7 Availability AI doesn't need sleep, breaks, or vacations. It works round the clock.
n Reduces Human Error When properly trained, AI makes fewer mistakes than humans in repetitive tasks.
n Handles Dangerous Tasks
AI-powered robots can work in hazardous environments (deep sea, space, disaster zones).
n Personalization AI can tailor experiences to each individual — personalized learning, shopping, healthcare.
n Cost Savings Automating repetitive tasks reduces labor costs and increases productivity.
n Better Decision Making AI analyzes huge datasets to find insights humans might miss.
n Innovation AI enables new inventions — from drug discovery to creative art generation.
9. AI vs Human Intelligence
Speed Extremely fast — processes billions of calculations per second
Slower, but can think creatively
Learning Learns from data patterns; needs huge datasets
Learns from experience, few examples needed
Creativity Can generate new combinations but not truly 'imagine'
Can imagine, dream, and invent entirely new ideas
Emotions No emotions — purely logical Rich emotions that guide decisions and relationships
Adaptability Only works within its training domain
Can adapt to completely new, unfamiliar situations
Energy Requires massive electricity and computing power
Runs on about 20 watts (a light bulb!)
Endurance Works 24/7 without fatigue Needs rest, sleep, and breaks
Ethics Follows programmed rules — no moral compass
Has conscience, values, and ethical reasoning
10. Key Factors That Drive AI
12. How to Start Learning AI
Start with Python — it's the most popular language for AI. Free resources: Codecademy, freeCodeCamp, W3Schools.
You need basic knowledge of: Linear Algebra, Probability & Statistics, and Calculus. Khan Academy is a great free resource.
Take beginner courses: Andrew Ng's Machine Learning course (Coursera), Google's ML Crash Course (free).
Learn about neural networks: fast.ai (free, practical), Deep Learning Specialization (Coursera).
Practice by building real projects: image classifier, chatbot, recommendation system, sentiment analyzer.
Follow AI news, join forums (Reddit r/MachineLearning), attend meetups, and contribute to open-source projects.
13. Common AI Terms (Glossary)
Algorithm A set of step-by-step instructions that a computer follows to solve a problem.
Big Data Extremely large datasets that are too complex for traditional tools to handle.
Chatbot An AI program that can have conversations with humans (e.g., ChatGPT, Siri).
Dataset A collection of data used to train an AI model.
Deep Learning A type of machine learning using neural networks with many layers.
GPT Generative Pre-trained Transformer — the technology behind ChatGPT.
Machine Learning A way for computers to learn from data without being explicitly programmed.
Model The result of training an AI system — it's the 'brain' that makes predictions.
Neural Network A computing system inspired by the human brain's network of neurons.
NLP Natural Language Processing — AI that understands and generates human language.
Overfitting When an AI model memorizes training data instead of truly learning — it fails on new data.
Reinforcement Learning
AI learns by trial and error, receiving rewards for correct actions.
Supervised Learning
AI learns from labeled examples (e.g., photos labeled 'cat' or 'dog').
Training The process of feeding data to an AI model so it can learn patterns.
Unsupervised Learning
AI finds patterns in data without any labels or guidance.