















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
This is an artificial intelligence pdf for class 8th to class 10 th students
Typology: Schemes and Mind Maps
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















Unit 1: AI Reflection, Project Cycle and Ethics LEARNING OUTCOMES: Learners will be able to
tools(e.g., ChatGPT , Deepseek, Grok,AI art) ,Health Care (AI driven medical imaging ),Social media(personalized recommendations, content moderations, content creation),Banking(Fraud and Risk detection) ,Agriculture( AI powered tools to optimize resources use and crop management),Space explorer( safe landing of Chandrayan-III on lunar south pole). How to make machine Intelligent? When a machine can learn, reason and adapt. DATA+ALGORITHM=AI MACHINE Domains of AI specialized areas within artificial intelligence that deal with specific problems, techniques, and applications. Statistical Data: Statistical Data refers to statistical techniques to analyze, interpret and draw insights from numerical/tabular data
Statistical Data
2. Data Acquisition : (Acquiring Data from reliable sources) In this stage, you collect the relevant data that will be used to train and evaluate your AI model. Types of Data: Training Data : collecting and preparing the data needed to train the AI model. Testing Data : Testing data is a separate dataset used to evaluate the performance of attained model after it has been developed. Various sources for data acquisition: o Data can be acquired from a wide range of sources, including physical sensors, online databases, social media platforms, and even by purchasing datasets from external vendors. o These sources can be categorized into physical sensors, online databases, and data warehouses. o Physical Sensors and Transducers : These directly measure physical phenomena like temperature, pressure, and movement. o Online Databases : This includes structured data stored in relational databases, APIs (Application Program Interface), and flat files. o Data Warehouses : These are centralized repositories that store data from various operational systems, databases, and external sources like partner systems, IoT devices, weather apps, and social media. Sharing/Exchanging Data : Data can be shared or exchanged with other organizations or entities. Public Datasets : Free datasets from government or research
Data Visualization : Using graphs, charts, and other visuals to explore patterns and relationships. Statistical Analysis : Applying statistical techniques to analyze the data. Feature Selection : Identifying relevant features for modeling. Documentation : Documenting the data exploration process and findings
4. Modeling: In this module, progress from data exploration to AI modeling, learning about key distinctions between Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL). The module introduces two approaches to AI modeling: Rule-Based and Learning-Based This is the core stage where you develop and train the AI model to learn patterns from the data and make predictions or decisions using algorithms and mathematical frameworks to solve a defined problem AI, ML & DL AI (Artificial Intelligence) - refers to any technique that enables computers to mimic human intelligence. An artificially intelligent machine works on algorithms and data fed to it and gives the desired output. ML (Machine Learning) - Enables machines to improve at tasks with experience. The machine here learns from the new data fed to it while testing and uses it for the next iteration. It also takes into account the times when it went wrong and considers the exceptions too. DL (Deep Learning)- Enables software to train itself to perform tasks with vast amounts of data. Since the system has got huge set of data, it is able to train itself with the help of multiple machine learning algorithms working altogether to perform a specific task. “Artificial Intelligence is the umbrella term which holds both Deep Learning as well as Machine Learning. Deep Learning, on the other hand, is the very specific learning approach which is a subset of Machine Learning as it comprises of multiple Machine Learning algorithms.”
Rule Based Approach Refers to the Al modeling where the rules are defined by the developer. The machine follows the rules or instructions mentioned by the developer and performs its task accordingly. For example, we have a dataset which tells us about the conditions on the basis of which we can decide if child can go out to play golf or not. The parameters are: Outlook, Temperature, Humidity and Wind
5. Evaluation : This final stage assesses the performance of the trained model by comparing its predictions to actual results and evaluating its reliability. Evaluation is the process of understanding the reliability of any AI model, based on outputs by feeding test dataset into the model and comparing with actual answers. There can be different Evaluation techniques, depending of the type and purpose of the model. Purpose of Evaluation Understanding Model Performance : Evaluation helps determine how well the AI model can solve the problem it was designed for. Identifying Strengths and Weaknesses : By analyzing the model's performance, you can identify areas where it excels and areas where it needs improvement. Guiding Model Refinement : The evaluation results can inform further adjustments to the model, such as retraining with different algorithms or adjusting parameters. Key Evaluation Metrics: Accuracy : Measures the overall correctness of the model's predictions, encompassing both true positives and true negatives. Precision: Measures how well the model avoids false positives (incorrectly identifying something as positive when it's not). Recall (Sensitivity): Measures how well the model correctly identifies all positive cases, avoiding false negatives (missing positive cases).
F1-score: Combines precision and recall, providing a balanced view of the model's performance, especially useful when dealing with imbalanced datasets. Model Evaluation Terminologies Imagine that you have come up with an AI based prediction model which has been deployed in a forest which is prone to forest fires. Now, the objective of the model is to predict whether a forest fire has broken out in the forest or not Here we have two conditions (Prediction and Reality) Prediction ( output which is given by the machine) and Reality ( real scenario in the forest when the prediction has been made)
Refers to the principles that guide the development and use of AI systems to ensure they are beneficial, safe, and responsible. These principles consider fairness, transparency, accountability, privacy, security, and potential societal impacts of AI. Difference between ethics and morals:
Principles in AI Ethics To make AI better, we need to identify the factors responsible for it. The following principles in AI Ethics affect the quality of AI solutions Here are a few things that you should take care of : Human Rights
Q1. What is one purpose of AI in healthcare? a) To replace doctors b) To assist in the interpretation of medical images c) To automate physical therapy d) To develop new medications Q2. What is the function of smart assistants like Alexa and Siri? a) To answer all mathematical questions b) To recognize speech patterns and provide responses c) To function as a calculator d) To guide physical robots Q3. In AI, what does the term “modelling” refer to? a) Designing a physical model b) Creating algorithms that can predict outcomes c) Drawing pictures d) Painting a model Q4. What is the purpose of the AI Project Cycle? a) To predict future trends in technology b) To guide AI development from problem scoping to deployment c) To monitor AI performance after deployment d) To collect data from the internet Q5. Which stage in the AI Project Cycle involves gathering data? a) Problem Scoping b) Data Acquisition c) Modelling d) Evaluation Q6. What is problem scoping in AI? a) Defining the problem that AI is supposed to solve b) Testing the AI model c) Training data collection d) Evaluating AI performance Q7. Which type of AI approach adapts its algorithms based on new data? a) Rule-Based AI b) Learning-Based AI c) Fixed AI d) Reactive AI Q8. What does the term “evaluation” mean in AI?
a) Writing new algorithms b) Testing AI models against a dataset to check accuracy c) Creating data features d) Monitoring users Q9. What is the final stage of the AI Project Cycle? a) Problem Scoping b) Data Acquisition c) Evaluation d) Deployment Q10.Spam filter is an application of ____________. a) Natural Language Processing b) Data Science c) Computer Vision d) Segmentation Q11.Searching for a Chef’s photo in the web browser mostly give men’s images. This is an instance of ____________. a) AI Access b) AI Bias c) AI Domain d) AI Ethics Q12.Choose the five stages of AI project cycle in correct order: a) Evaluation - > Problem Scoping - > Data Exploration - > Data Acquisition - > Modelling->Deployment b) Problem Scoping - > Data Exploration - > Data Acquisition - > Evaluation - > Modelling->Deployment c) Data Acquisition - > Problem Scoping - > Data Exploration - > Modelling - >Evaluation->Deployment d) Problem Scoping - > Data Acquisition - > Data Exploration - > Modelling - >Evaluation->Deployment Q13.Which of the following is not a correct method of Data Collection? a) Survey b) Prediction c) Observation d) API Q14.Which one of these is a game that uses AI to understand language?
Answers: 1 - b 2 - b 3 - b 4 - b 5 - b 6 - a 7 - b 8 - b 9 - d 10 - a 11 - b 12 - d 13 - b 14 - b 15 - b 16 - b 17 - b 18 - b 19 - c 20 - b SHORT ANSWER QUESTIONS Q1. How can AI be used as a tool to transform the world into a better place? Ans: AI can be used to make the world better by improving productivity, healthcare, education, and accessibility. AI systems can predict and solve critical problems like climate change, help optimize resource use, enhance medical diagnosis with Computer Vision and NLP, improve personalized education, and increase efficiency in various industries. AI can also aid in monitoring environmental changes and managing large-scale social challenges like poverty and food security. Q2. Applications in smartphones that widely use Computer Vision:
Q5. Name various methods for collecting data.