Lessons
CBSE CLASS 12 AI COMMUNICATION SKILLS NOTES
PreviewCBSE 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
PreviewClass 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 …
Class-12 AI Communication skills MCQs
PreviewClass-12 AI Communication skills MCQs Loading…
Class-12 AI Parts of speech MCQs
PreviewClass-12 AI Parts of speech MCQs
Class 12 Data Science Methodology MCQs-3
Loading…
Class 12 Data Science Methodology MCQs-1
Loading…
Class 12 Data Science Methodology MCQs-2
Loading…
Class 12 AI Making Machines See Notes || Class 12 Computer Vision Notes
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 …
Class 12 AI Practical File
PreviewClass 12 AI Practical File Q1. Numpy Arrays a) Write a statement to create a NumPy array named np1 from a list [10, 20, 30, 40] np1 = np.array([10, 20, 30, 40]) b) Write a statement to replace 20 with 15 np1[1] = 15 c) Write three statements to demonstrate slicing on np1 np1[1:3] # …
Project File Class 12 Artificial Intelligence | AI-BASED SCHOOL INQUIRY CHATBOT
PreviewProject 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 Artificial Intelligence Project File | AI-BASED MOVIE/BOOK RECOMMENDER SYSTEM
PreviewClass 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
PreviewCBSE 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 XII Artificial Intelligence Project File | AI-Based Career Advisor
PreviewClass 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”, …
CBSE class 12 AI sample papers 2026 | CBSE AI sample papers class 12 2025-2026
PreviewCBSE class 12 AI sample papers 2026 | CBSE AI sample papers class 12 2025-2026 Aritificial Intelligence Sample Paper Set-1 Download Aritificial Intelligence Sample Paper Set-2 Download Aritificial Intelligence Sample Paper Set-3 Download Aritificial Intelligence Sample Paper Set-4 Download
