11 Ai Level 1 Notes
11 Ai Level 1 Notes
11 AI level 1 notes
What is AI?
According to JOHN MC CARTHY [Father of AI]
“The Science and Engineering of making intelligent machines, especially intelligent Computer programs is
Artificial intelligence.”
It refers to;
o the ability of a computer or machine to mimic the capabilities of the human mind-
o learning from examples and experience, recognizing objects,
o understanding and responding to language,
o making decisions,
o solving problems and combining these and other capabilities to perform functions a human might
perform, such as greeting a hotel guest or driving a car
World Famous AI Machines:
• IBM Watson, Google’s Driverless car, Sophia, the humanoid Robot, The assistant / Chabot - Alexa, Siri,
Google’s Home, Honda Asimo, Boston Dynamics I Robot
A programmer accepts the input, gives the instruction (through Code / Computer language) to the computer
to produce an output/destination.
Example. Below are the steps to convert Celcius scale to Fahrenheit scale
• Step -1: Take input (Celcius)
• Step-2: Apply the conversion formula:
Fahrenheit =Celcius * 1.8 + 32
• Step -3: Print the Output (Fahrenheit)
Here , we are telling the computer what to do on the input data i.e. multiply Celcius with 1.8 and
then add 32 to obtain the value in Fahrenheit
• For example, if the same Python program above is to be written using the Machine Learning
approach, the code will look like this:
• Step 1: Feed lot many values in Celcius
(i.e. -40, -10, 0, 8, 15, 22, 38)
• Step -2: Feed corresponding Fahrenheit values (i.e. -40, 14, 32, 46, 59, 72, 100)
• Step -3: Pass these 2 sets of values to Machine Learning (ML) algorithm
• Step- 4: Now you ask the ML program to predict (convert) any other celcius value to Fahrenheit, and
program will tell you the answer.
Downloaded by Rishika (rishika000162@gmail.com)
lOMoARcPSD|44389997
In short, Deep Learning consists of artificial neural networks designed on similar networks present in the
human brain. The idea of ANN in Deep Learning is based on the belief that human brain works by making
the right connections, and this pattern can be imitated using silicon and wires in place of living neurons.
6. Product recommendations –
You often receive emails from similar merchandizers after you have
shopped online for a product. The products are either similar or matches your taste, it definitely refines the
shopping experience. Did you know that it is Machine Learning working its magic in the back?
7. Online Fraud Detection
Machine learning is lending its potential to make cyberspace a secure place by tracking monetary frauds
online. Take for example PayPal is using ML for protection against money laundering. Even with the
advancements we have made in ML over the years, there are instances where a Grade 2 student has
been able to beat a computer by solving a problem faster.
Explain some jobs Jobs which will grow with the help of AI .
1) Creative Jobs
Professionals like artists, doctors, scientists are only a few which can be labelled creative. Such category of
jobs is only going to get refined and advance by use of AI. The number of such professionals required will
not increase. But AI will make certain parts of these jobs less complex for humans, so it will become easier
in the future to learn the skill in lesser time and flourish.
2) Management Jobs
Management jobs cannot be replaced by artificial managers. Human managers have to manage artificial
managers. Managing is a very complex task which involves deep understanding of people and
communication. There are already few smart tools which help managers become more effective at their job.
3) Tech Jobs
Programmers, data scientists, people who work on the creation and maintenance of AI systems are the
jobs of the future and they will be very important for humanity to make the next large step of its
evolution. They too should undergo certain changes. Few of the tech jobs which are in demand today
may become less common, while others may become more vital.