Back to Course

Class 6 - Coding, AI & Robotics Course

0% Complete
0/0 Steps
  1. Coding

    Session 1: Introduction to Coding
    3 Topics
  2. Session 2: Backdrop, Costume, and Animation
    3 Topics
    |
    1 Quiz
  3. Session 3: Basics of Algorithm and Flowchart
    3 Topics
    |
    1 Quiz
  4. Session 4: Basics of Pseudocode
    3 Topics
    |
    1 Quiz
  5. Session 5: Getting Started with Quarky
    3 Topics
    |
    1 Quiz
  6. Session 6: Variables: The Multitaskers
    4 Topics
    |
    1 Quiz
  7. Session 7: Arithmetic Operators
    4 Topics
    |
    1 Quiz
  8. Session 8: Conditional Statements
    3 Topics
    |
    1 Quiz
  9. Session 9: Logical Operators
    4 Topics
    |
    1 Quiz
  10. Session 10: Nested Conditional Statements
    2 Topics
    |
    1 Quiz
  11. Session 11: Loops
    3 Topics
    |
    1 Quiz
  12. Session 12: Touch Based Piano
    2 Topics
  13. Session 13: Criterial in Loops
    5 Topics
    |
    1 Quiz
  14. Session 14: Catch the Fruit Game - Part 1
    2 Topics
  15. Session 15: Catch the Fruit Game - Part 2
    2 Topics
    |
    1 Quiz
  16. Artificial Intelligence
    Section 16: Introduction to Artificial Intelligence
    3 Topics
    |
    1 Quiz
  17. Session 17: Basics of Face Detection
    2 Topics
    |
    1 Quiz
  18. Session 18: Face Expression Detection
    2 Topics
    |
    1 Quiz
  19. Session 19: Mimic Face with Quarky
    1 Topic
  20. Session 20: Face Filter - Part 1
    2 Topics
  21. Session 21: Face Filter - Part 2
    2 Topics
  22. Robotics
    Session 22: Basics of Robotics
    2 Topics
    |
    1 Quiz
  23. Session 23: Wirelessly Controlled Robot
    2 Topics
  24. Session 24: Introduction to Sensors
    3 Topics
    |
    1 Quiz
  25. Session 25: Introduction to Actuators
    3 Topics
    |
    1 Quiz
  26. Session 26: Face Tracking with Robot
    2 Topics
  27. Session 27: Obstacle Avoidance Robot - Part 1
    3 Topics
  28. Session 28: Obstacle Avoidance Robot - Part 2
    2 Topics
    |
    1 Quiz
  29. Session 29: Edge Detector Robot - Part 1
    3 Topics
  30. Session 30: Edge Detector Robot - Part 2
    2 Topics
    |
    1 Quiz
  31. Capstone Project
    Capstone Project
Lesson Progress
0% Complete

Are Computers Intelligent?

After attempting the previous quiz, you would have realized the answer to this question. Let’s have a look at it again:

Computers are used to:

  1. Store information in their memory like documents, images, and videos, which you can access immediately.
  2. Run programs that interact with the user to help solve his problems like going calculations, etc.
  3. Play games.
  4. Watch movies and videos.
  5. Surf on the Internet.

In all the above examples, the task is defined and the computer runs programs to get the result. E.g., while watching movies, the computer reads the file from the hard disk and displays it on the screen using a video player.

This is not termed intelligence because there is no learning process involved in this. Computers are just following some set of predefined instructions.

But when computers are equipped with a program that learns and acts based on their environment, they can be termed as intelligent.

Let’s see some examples:

  1. Self Driving Cars: They can recognize their environment and act accordingly.
  2. Emotion Identifiers: They can identify the emotion of human using their knowledge.
  3. AI Bots In-Game: They can play the game as if a human is playing.
  4. Alexa or Homepod (Siri): It recognizes what you say and reacts accordingly.

In all of the above cases, the computer uses its knowledge to get information and act accordingly.

Artificial Intelligence – Definition

Artificial Intelligence is the study and design of intelligent agents (computers) which have the ability to analyze the environments and produce actions which maximize success.

A computer is termed as intelligent if it has the ability for gathering information, analyze it to make decisions, and act to complete a task automatically with very little to no human intervention.

Advantage of AI

There are many advantages that an AI machine has over humans. Some of them are:

  1. Speed of execution: Computers have better memories. They can be fed a large amount of information and can retrieve it almost instantaneously. While a doctor makes a diagnosis in ~10 minutes, an AI system can make a million in the same duration.
  2. They are not lazy: Computers don’t require sleep the way humans do. They can calculate, analyze, and perform tasks tirelessly and round the clock without wearing out.
  3. Accuracy: Computers have a very high accuracy in some tasks.
  4. Less Biased: Computers are not affected or influenced by emotions, feelings, wants, needs, and other factors that often cloud our judgment and intelligence.
ARTIFICIAL INTELLIGENCE HUMAN INTELLIGENCE
Created by human intelligence Evolutionary process
Process information faster Slower
Highly objective May be subjective
More Accurate Maybe less accurate
Cannot adapt to changes well Easily adapt to changes
Cannot multitask that well Easily multitask
Below average social skills Better social skills on average
Optimization Innovation
Cheap Expensive
Biased Biased

Conclusion

In this topic, we learned how to identify which computer is intelligent and which is not and what Artificial Intelligence is. We also saw what advantages AI and machines, in general, have over humans.

In the next topic, we will look at the various application of AI.