What Is AI: Ex 1 Self Driving Car
What Is AI: Ex 1 Self Driving Car
What Is AI: Ex 1 Self Driving Car
For some Ai is about artificial life, forms that can surpass human intelligence, for other, Ai is just data
processing.
These cars require a combinations of Ai techniques like: search and planning the most convenient route,
computer vision to identify obstacles, and decision making.
These must work with almost flawless precision, and are used in other autonomous system such as flying
drones, delivery robot, etc..
Implications
Road safety could improve as the reliability of the systems surpasses human level, the efficiency of logistic
should improve, and humans will move into a supervisory role, keeping an eye on what’s going on while the
machine drives.
EX 2 Content Recommendation
While the frontpage of the printed version of the New York Times or China Daily is the same for all readers,
the frontpage of the online version is different for each user. The algorithms that determine the content
that you see are based on AI.
Implications
While many companies don’t reveal the details of their algorithms, being aware of the principles helps you
these involve so called filter bubbles, echo-chambers,
understand the potential implications:
troll factories, fake news, and new forms of propaganda.
Ex 3 image and video processing
Face recognition is already a commodity that is used every day in business, government, for organizing
photos, automatic tagging on social media, and passport control.
Some techniques are used in automatic car for recognizing other cars or objects, or to estimate wildlife
population
Implications
When such techniques advance they become widely available, and creating things such as fake videos will
be easier
Key terminology
Autonomy
The ability to perform tasks in complex environments without constant guidance by a user.
Adaptivity
You may say, that a system is intelligent, because it delivers accurate instructions or detect signs of
melanoma in photos…
A word like this (intelligent) can suggest that the system is capable of performing any task that a smart
person is able to perform: cooking, washing…
Likewise, when we say that a computer can distinguish an object, such as a road, because it is able to
segment an image into distinct objects, but it doesn’t mean that a AI is able to recognize if a person is
wearing a t-shirt with a photo of a road printed on it
Note
Watch out for ‘suitcase words’
Marvin Minsky, a cognitive scientist and one of the greatest pioneers in AI, coined the
term suitcase word for terms that carry a whole bunch of different meanings that come
along even if we intend only one of them. Using such terms increases the risk of
misinterpretations such as the ones above.
Why you can say “a pinch of AI” but not “an AI”
The classification of AI is not yes-no dichotomy, while some methods are clearly AI and other are clearly not
AI, there are also methods that involve a pinch of AI.
Thus it would be more appropriate to talk about the “Ainess” rather than discussing about AI
Deep learning is a subfield of machine learning, which itself is a subfield of AI, which
itself is a subfield of computer science.
“depth” of deep learning refers to the complexity of a mathematical model, and that
the increased computing power of modern computers has allowed researchers to
increase this complexity to reach levels that appear not only quantitatively but also
qualitatively different from before.
As you notice, science often involves a number of progressively more special subfields,
subfields of subfields, and so on. This enables researchers to zoom into a particular
topic they increase amount of knowledge accrued over the years, and produce new
knowledge or sometimes, correct earlier knowledge to be more accurate.
Data science is a recent umbrella term (term that covers several subdisciplines) that
includes machine learning and statistics, certain aspects of computer science
including algorithms, data storage, and web application development.
Data science is also a practical discipline that requires understanding of the domain in
which it is applied in, for example, business or science: its purpose (what "added value"
means), basic assumptions, and constraints. Data science solutions often involve at
least a pinch of AI
Robotics means building and programming robots so that they can operate in complex,
real-world scenarios. In a way, robotics is the ultimate challenge of AI since it requires a
combination of virtually all areas of AI. For example:
Note
What is a robot?
In brief, a robot is a machine comprising sensors (which sense the environment) and
actuators (which act on the environment) that can be programmed to perform actions.
People used to science-fictional depictions of robots will usually think of humanoid
machines but most real-world robots currently in use look very different as they are
designed according to the application.
Most applications would not benefit from the robot having human shape, just like we don’t
have humanoid robots to do our dishwashing but machines in which we place the dishes
to be washed by jets of water
It may not be obvious at first sight, but any kind of vehicles that have at least some level of
autonomy and include sensors and actuators are also counted as robotics. On the other
hand, software-based solutions such as a customer service chatbot, even if they are
sometimes called “software robots”, aren’t counted as (real) robotics.
III Philosophy of AI
The word AI bring up philosophical questions about the need of a mind, or If computing
can replicate a consciousness.
Alan turing was an English mathematician and logician, he is considered the father of
computer science.
He was fascinate by the possibility of simulating intelligence and thinking, Turing created
an imitation game, that later became known as the Turing test, it determinate if a machine
can show an intelligent behavior.
In this test , a human interrogator interacts by writing messages with two people, A and B.
If the interrogator cannot determinate which player is a computer, it pass the test.
The topic of the discussion is that if a computer is indistinguishable from a human, in a
natural language conversation.
The test has indeed been “passed” by computer programs that keep changing
the subject, make plenty of spelling errors, and sometimes refuse to respond at
all. A famous example is Eugene Goostman, a 13-year-old robot Ukrainian boy
who constantly tries to avoid answering questions by making jokes and changing
the subject to his pet guineapig. Here is a short segment of an example
conversation with Eugene Goostman from the blog of Scott Aaronson:
Eugene: Something between 2 and 4. Maybe, three? :-))) By the way, I still don’t know
your specialty - or, possibly, I’ve missed it?
Eugene: Just two, but Chernobyl mutants may have them up to five. I know you are
supposed to trick me.
Interrogator: No, I need to know that you’re not a chatbot. Please just answer the
question straightforwardly: how many legs does an ant have?
Interrogator: Do you understand why I’m asking such basic questions? Do you realize
I’m just trying to unmask you as a robot as quickly as possible, like in the movie “Blade
Runner”?
Eugene: ...wait
Eugene Goostman, who in reality is a computer program, fooled 10 out of 30 judges into
thinking he is a real person.
According to Searle this means that the intelligent behavior of the system is
fundamentally different from actually being intelligent.
Key terminology
General vs narrow AI
When reading the news, you might see the terms “general” and “narrow” AI. So
what do these mean? Narrow AI refers to AI that handles one task. General AI,
or Artificial General Intelligence (AGI) refers to a machine that can handle any
intellectual task. All the AI methods we use today fall under narrow AI, with
general AI being in the realm of science fiction. In fact, the ideal of AGI has been
all but abandoned by the AI researchers because of lack of progress towards it
in more than 50 years despite all the effort. In contrast, narrow AI makes
progress in leaps and bounds.
Strong vs weak AI
A related dichotomy is “strong” and “weak” AI. This boils down to the
philosophical distinction between being intelligent and acting intelligently.
Strong AI would amount to a “mind” that is genuinely intelligent and self-
conscious.
Weak AI is what we actually have, namely systems that exhibit intelligent
behaviors despite being “mere“ computers.