Exam Questions: AI, ML, and Deep Learning — Top 10 Questions with Answers
AI, ML, and Deep Learning — Top 10 Questions with Answers 1. What is the difference between Artificial Intelligence, Machine Learning, and Deep Learning? Answer: Concept Definition Example Artificial Intelligence (AI) The broad field that enables machines to mimic human intelligence and decision-making. Chatbots, game-playing agents Machine Learning (ML) A subset of AI that enables systems to learn from data and improve without explicit programming. Spam email classification Deep Learning (DL) A subset of ML that uses neural networks with many layers to learn complex patterns. Image recognition, speech translation Relation: Deep Learning ⊂ Machine Learning ⊂ Artificial Intelligence 2. What are the types of Machine Learning? Give examples. Answer: Type Description Example Supervised Learning Model learns from labeled data (input → output). Email spam detection Unsupervised Learning Model finds patterns in unlabeled ...