Artificial Intelligence (AI) Syllabus Class 11

Currently School Connect Online is helping students in India and Abroad with their learning for Artificial Intelligence at school level. It is available for students of classes between 6th to 11th Standard.Artificial Intelligence (AI) Syllabus Class 11

School Connect Online registering schools and students to promote Artificial Intelligence Program.

And helping students with Online course completion with learning materials, linked free videos and practice question.

The Participating students will get course completion certificates and merit students rewarded with certificate of merit and medals.

Artificial Intelligence (AI) Syllabus Class 11

Around 2000 students participated in the year of 2019-20,with 75 schools India and Abroad

Artificial Intelligence (AI) Syllabus Class 11

Artificial Intelligence Syllabus Class 11 – School Connect Online

Introduction to Artificial Intelligence, Machine learning and Deep learning.

Artificial Intelligence (AI) Syllabus Class 11

1. Application of Artificial Intelligence : A look at real life AI implications

  • Introduction to AI Domains
  • Data Sciences
  • Computer Visions
  • Natural Language Processing 
  • Smart Assistants

2. Ethics of Artificial Intelligence

  • Moral Issues : Self driving cars
  • Data Privacy
  • Artificial Intelligence Bias
  • Artificial Intelligence Access

3. Computer Vision

  • Introduction of Computer Vision
  • Applications of Computer Vision
  • Computer Vision : Getting started
  • Computer Vision Tasks
  • Classification
  • Classification + Localisation
  • Object detection
  • Instance segmentation
  • Basics of images
  • Basics of Pixels

4. Image features

5. Introduction to OpenCV

6. Convolution

  • Task
  • Convolution : Explained 

7. Convolution Neural Networks (CNN)

  • Introduction
  • What is a Convolutional Neural Network?
  • Convolution Layer
  • Rectified Linear Unit Function
  • Pooling Layer
  • Fully Connected Layer

8. Natural Language Processing

  • Introduction
  • Applications of Natural Language Processing
  • Natural language processing : Getting started
  • Revisiting the AI project cycle

9. Chatbots

  • Human Language VS Computer language 
  • Arrangement of the words and meaning
  • Multiple meanings of a word
  • Perfect syntax, no meaning

10. Data Processing

  • Text Normalisation
  • Bag of words

11. Evaluation

  • Introduction
  • What is Evaluation?
  • Model Evaluation Terminologies
  • The Scenario
  • Confusion matrix
  • Evaluation Methods
  • Accuracy
  • Precision
  • Recall
  • Which Metric is important?
  • F1 Score

12. Advance Python

13. Chat Bots

Class 11 Syllabus Python

Advance Python Class 11 Syllabus

Chapter 1: Algorithms and Flowcharts

  • What is an Algorithm?
    • Activity
    • Challenge Time
    • What is a flowchart?
    • How to Use Flowcharts to Represent Algorithms
    • Test Your Knowledge

Chapter 2: Introduction to Python

  • What is a program?
    • What is Python?
    • Why Python for AI?
    • Applications of Python
    • Getting started with Python
      • Downloading and Setting up Python for use
      • Python IDLE installation
    • Run in the Integrated Development Environment (IDE)
      • Interactive Mode
      • Script Mode
    • Python Statement and Comments
      • Python Statement
      • Python Comments
      • Python Keywords and Identifiers
      • Variables and Datatypes
    • Python Operators I
      • Arithmetic Operators
    • Python Input and Output
      • Python Output Using print() function
      • User input
    • Type Conversion
      • Implicit Type Conversion
      • Explicit Type Conversion
    • Python Operators II
      • Comparison operators
      • Logical operators
      • Assignment operators
    • Let’s Practice
    • Test Your Knowledge

Chapter 3 – Introduction to tools for AI

  • Introduction to Anaconda
    • How to install Anaconda?
  • Jupyter Notebook
    • Introduction
    • What is a Notebook?
    • Installing Jupyter Notebook
    • Working with Jupyter Notebook
    • Notebook Interface – Explained!
  • Test Your Knowledge

Chapter 4 – More About Lists and Tuples

  • Introduction to Lists
  • How to create a list ?
  • How to access elements of a list ?
    • List Index
    • Negative Indexing
  • Adding Element to a List
    • Using append() method
    • Using insert() Method
    • Using extend() method
  • Removing Elements from a List
    • Using remove() method
    • Using pop() method
  • Slicing of a List
    • List Methods
  • Let’s Practice
  • Introduction to Tuples
  • How to Create a tuple ?
  • Accessing of Tuples
  • Deleting a Tuple
  • Test Your Knowledge

Chapter 5 – Flow of Control and Conditions

  • If Statement
    • If Statement
    • Python if…else Statement
    • Python if…elif…else Statement
    • Syntax of if…elif…else
  • Python Nested if statements
  • Let’s Practice
  • The For Loop
    • Syntax of for Loop
    • Flowchart of for Loop
    • Example: Python for Loop
  • The while Statement
    • Syntax of while Loop in Python
  • Flowchart of while Loop
  • Example: Python while Loop
  • Let’s Practice
  • Test Your Knowledge

Chapter 6 : Introduction to Packages

  • Recap
  • Introduction
  • What is a package?
    • Package Installation
    • Working with a package
    • What is NumPy?
    • Exploring NumPy!
  • Let’s Practice!
  • TASK 1
  • TASK 2
  • Test Your Knowledge

Artificial Intelligence Olympiad Syllabus for Class 11 – School Connect Online

Introduction to Artificial Intelligence, Machine learning and Deep learning.

Artificial Intelligence (AI) Syllabus Class 11

1. Application of Artificial Intelligence: A look at real life AI implications – With all the excitement and hype about AI that’s “just around the corner” like self-driving cars, instant machine translation,adaptive technology,facial recognition,Optimize Agriculture etc.

It can be difficult to see how AI is affecting the lives of regular people from moment to moment. What are examples of artificial intelligence that you’re already using—right now?

  • Introduction to AI Domains
  • Data Sciences
  • Computer Visions
  • Natural Language Processing 
  • Smart Assistants

2. Ethics of Artificial Intelligence – A robot vacuum is one thing, but ethical questions around AI in medicine, law enforcement, military defense, data privacy, quantum computing, and other areas are profound and important to consider. One of the primary concerns people have with AI is future loss of job.

Artificial Intelligence – Issues

  • Threat to Privacy. An AI program that recognizes speech and understands natural language is theoretically capable of understanding each conversation on e-mails and telephones.
  • Threat to Human Dignity. AI systems have already started replacing the human beings in few industries. …
  • Threat to Safety.

More to the ethical issues can be described by following –

  • Moral Issues : Self driving cars
  • Data Privacy
  • Artificial Intelligence Bias
  • Artificial Intelligence Access

3. Computer Vision – Optimize your journey to AI from experimentation to production. This comprehensive, proven solution for AI and deep learning simplifies complex operations and reduces your risk.

Assisting humans in identification tasks (to identify object/species using their properties), e.g., a species identification system. Controlling processes (in a way of monitoring robots), e.g., an industrial robot. Detecting events, e.g., for visual surveillance or people counting

  • Introduction of Computer Vision
  • Applications of Computer Vision
  • Computer Vision : Getting started
  • Computer Vision Tasks
  • Classification
  • Classification + Localisation
  • Object detection
  • Instance segmentation
  • Basics of images
  • Basics of Pixels

4. Image features – Artificial Intelligence system that processes visual/tangible/pictorial information which usually relies on computer vision, and those capable of identifying specific objects or categorizing images based on their content are performing image recognition.

5. Introduction to OpenCV Python – OpenCV has a modular structure, which means that the package includes several shared or static libraries

6. Convolution

  • Task
  • Convolution : Explained 

7. Convolutional Neural Networks (CNN) – In deep learning, a convolutional neural network (CNN, or ConvNet) is a class of deep neural networks, most commonly applied to analyzing visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN), based on their shared-weights architecture and translation invariance characteristics. They have applications in image and video recognition, recommender systems, image classification, medical image analysis, natural language processing,and financial time series.

  • Introduction
  • What is a Convolutional Neural Network?
  • Convolution Layer
  • Rectified Linear Unit Function
  • Pooling Layer
  • Fully Connected Layer

8. Natural Language Processing – Natural language processing (NLP) is a subfield of linguistics, computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data.

  • Introduction
  • Applications of Natural Language Processing
  • Natural language processing : Getting started
  • Revisiting the AI project cycle

9. Chatbots – A chatbot is a piece of software that conducts a conversation via auditory or textual methods. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner, although as of 2019, they are far short of being able to pass the Turing test. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. Some chatbots use sophisticated natural language processing systems, but many simpler ones scan for keywords within the input, then pull a reply with the most matching keywords, or the most similar wording pattern, from a database.

  • Human Language VS Computer language 
  • Arrangement of the words and meaning
  • Multiple meanings of a word
  • Perfect syntax, no meaning

10. Data Processing – The Artificial Intelligence and Data Processing program prepares students to work in the areas of design and development of intelligent systems and analysis of big data. These areas are currently undergoing very fast development and are becoming increasingly important. The program leads students to a thorough understanding of basic theoretical concepts and methods. During the study students also solve specific case studies to familiarize themselves with the currently used tools and technologies. Students will thus gain experience that will allow them to immediately use the current state of knowledge in practice, as well as solid foundations, which will enable them to continue to independently follow the developments in the field of Artificial Intelligence Artificial Intelligence (AI) Syllabus Class 11

  • Text Normalisation
  • Bag of words

11. Evaluation

  • Introduction
  • What is Evaluation?
  • Model Evaluation Terminologies
  • The Scenario
  • Confusion matrix
  • Evaluation Methods
  • Accuracy
  • Precision
  • Recall
  • Which Metric is important?
  • F1 Score

Reference Links –

CBSE Artificial Intelligence Syllabus Class 10

CBSE Artificial Intelligence Syllabus Class 9

CBSE Artificial Intelligence Syllabus Class 8

International Artificial Intelligence Olympiad Syllabus Class 6

International Artificial Intelligence Olympiad Syllabus Class 7

International Artificial Intelligence Olympiad Syllabus Class 8

International Artificial Intelligence Olympiad Syllabus Class 9

International Artificial Intelligence Olympiad Syllabus Class 10

Artificial Intelligence Olympiad School Connect Online

Introduction School Connect Online –

School connect is an online learning platform, the platform of education which is coming forth every single day to connect students with advanced learning at a low cost.

AI makes it a lot easier for teachers and school management to keep track of how well or poorly the students are performing. Such a system can be used to deal effectively with the vast volume of data and statistics that these schools and colleges normally have. They can use these to create definite reports that help them understand the progress being made by various students. The best part of all this is that such reports can be created as many times as needed. The quality of data can be enhanced well.

Coding and Computer Syllabus Class 1 to 12

ClassSyllabusClassSyllabus
Class 1Coding Syllabus Class 1Class 7Coding Syllabus Class 7
Class 2Coding Syllabus Class 2Class 8Coding Syllabus Class 8
Class 3Coding Syllabus Class 3Class 9Coding Syllabus Class 9
Class 4Coding Syllabus Class 4Class 10Coding Syllabus Class 10
Class 5Coding Syllabus Class 5Class 11Coding Syllabus Class 11
Class 6Coding Syllabus Class 6Class 12Coding Syllabus Class 12

Our Blog Site – https://bestlearns.in/

School Connect Online

By School Connect Online

School Connect Online is an Integrated Learning Program for Academic Institution,and supported and mentored by StartUp Oasis,an inititive of CIIE.CO Please visit school.schoolconnectonline.com

14 thoughts on “Artificial intelligence(AI) syllabus class 11”

Leave a Reply