Class 12 Artificial Intelligence

Lessons

CBSE Class 12 AI Unit 1: Communication Skills Notes & Solved Questions

Preview

Length: 0 minutes

CBSE CLASS 12 AI COMMUNICATION SKILLS NOTES 1. What is active listening? Answer: Fully comprehending what the speaker is saying by engaging the mind and heart, not just hearing words. 2. Name two non-verbal cues that show engagement. Answer: Nodding head, maintaining eye contact. 3. What are the three characteristics of effective communication? Answer: Clear, …

Class 12 Artificial Intelligence: Data Science Methodology Notes & Guide

Preview

Length: 0 minutes

 Class 12 Artificial Intelligence – Data Science Methodology 1. What is data science methodology? It provides a structured way to collect, process and understand data. 2. Name different modules of Data Science methodology. There are five modules of Data Science methodology From Problem to Approach From Requirements to Collection From Understanding to Preparation From Modelling …

Making Machines See Notes Class 12 AI: Complete Computer Vision Notes for CBSE

Length: 0 minutes

1. What is Computer Vision? Computer Vision is a field of Artificial Intelligence that teaches computers to see, understand, and interpret images and videos like humans do. Example: Recognizing faces, reading signs, or detecting objects in a picture. 2. How does Computer Vision work? 1. Capturing images using cameras or sensors. 2. Preprocessing the images …

Project File Class 12 Artificial Intelligence – AI-Based School Inquiry Chatbot with Report & Code

Preview

Length: 0 minutes

Project File Class 12 Artificial Intelligence | AI-BASED SCHOOL INQUIRY CHATBOT Download Documentation Download Project Code [Copy code to python file]  Class 12 Artificial Intelligence Practical File import pandas as pd # ————————————————– # 1. Extended chatbot dataset # ————————————————– data = { “keywords”: [ “hello|hi|hey|greetings”, “name|school name|your name|about school”, “principal|head|headmaster|headmistress”, “where|location|situated|address|place|map”, “time|timing|hours|school hours|opening time|closing …

Class 12 AI Project: Movie & Book Recommender System with Full Report, Code & Implementation Guide

Preview

Length: 0 minutes

Class 12 Artificial Intelligence Project File | AI-BASED MOVIE/BOOK RECOMMENDER SYSTEM  Download Documentation (Project file) Download Project Code [Copy code to python file] Class 12 Artificial Intelligence Practical File import time # —————————————— # COMPLETE DATASET FOR ALL COMBINATIONS # —————————————— recommendations = { “movie”: { “action”: { “happy”: “Spider-Man: Homecoming”, “sad”: “Logan”, “excited”: “Mad …

CBSE Class 12 AI Project File – AI-Based Emotion Detection System with Report & Source Code

Preview

Length: 0 minutes

CBSE Class 12 AI Project File | AI-BASED EMOTION DETECTION SYSTEM Download Documentation (Project file) Download Project Code [Copy code to python file] Class 12 Artificial Intelligence Practical File import pandas as pd print(“🧠 Advanced Emotion Detection System (Without TextBlob)”) print(“———————————————————–“) print(“Press ‘q’ anytime to quit.\n”) # ———————————————————- # Emotion Dataset (Pandas DataFrame) # ———————————————————- …

Class 12 Artificial Intelligence Project File: AI-Based Career Advisor (Complete Guide & PDF)

Preview

Length: 0 minutes

Class XII Artificial Intelligence Project File | AI-Based Career Advisor Download Documentation (Project file) Download Documentation (Project file) Class 12 Artificial Intelligence Practical File import pandas as pd print(“AI-Based Career Advisor”) print(“Type ‘q’ anytime to quit.”) print(“——————————————\n”) # ————————————————————— # MASSIVELY EXPANDED CAREER DATABASE # ————————————————————— data = { “subject_keywords”: [ [“math”, “mathematics”, “applied math”, …