Intelligence People define intelligence in many different ways. It’s the ability to acquire and apply knowledge and skills. However, you can say that intelligence involves certain mental activities composed of the following activities: » Learning: Having the ability to obtain and process new…
Intelligence
People define intelligence in many different ways. It's the ability to acquire and apply knowledge and skills. However, you can say that intelligence involves certain mental activities composed of the following activities: » Learning: Having the ability to obtain and process new information. » Reasoning: Being able to manipulate information in various ways. » Understanding: Considering the result of information manipulation. » Grasping truths: Determining the validity of the manipulated information. » Seeing relationships: Divining how validated data interacts with other data. » Considering meanings: Applying truths to particular situations in a manner consistent with their relationship. » Separating fact from belief: Determining whether the data is adequately supported by provable sources that can be demonstrated to be consistently valid.Intelligence often follows a process that a computer system can mimic as part of a simulation:
1. Set a goal based on needs or wants. 2. Assess the value of any currently known information in support of the goal. 3. Gather additional information that could support the goal.Artificial intelligence (AI)
Artificial intelligence (AI) is truly a revolutionary feat of computer science, set to become a core component of all modern software over the coming years and decades. It is the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings. The term is frequently applied to the project of developing systems endowed with the intellectual processes characteristic of humans, such as the ability to reason, discover meaning, generalize, or learn from past experience.
Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to perform a specific task without using explicit instructions, relying on patterns and inference instead. It is seen as a subset of artificial intelligence. Machine learning algorithms build a mathematical model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to perform the task. Machine learning is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. Machine learning is so pervasive today that you probably use it dozens of times a day without knowing it. Many researchers also think it is the best way to make progress towards human-level AI.
Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention.
Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or infeasible to develop a conventional algorithm for effectively performing the task.
Machine learning is closely related to computational statistics, which focuses on making predictions using computers. The study of mathematical optimization delivers methods, theory and application domains to the field of machine learning. Data mining is a field of study within machine learning, and focuses on exploratory data analysis through unsupervised learning. In its application across business problems, machine learning is also referred to as predictive analytics. As it is evident from the name, it gives the computer that makes it more similar to humans: The ability to learn. Machine learning is actively being used today, perhaps in many more places than one would expect.
» Acting humanly: When a computer acts like a human, it best reflects the Turing
test, in which the computer succeeds when differentiation between the computer
and a human isn’t possible. This category also reflects what the media would have you
believe AI is all about. You see it employed for technologies such as natural
language processing, knowledge representation, automated reasoning, and
machine learning (all four of which must be present to pass the test).
The original Turing Test didn’t include any physical contact. The newer, Total
Turing Test does include physical contact in the form of perceptual ability
interrogation, which means that the computer must also employ both
computer vision and robotics to succeed. Modern techniques include the idea
of achieving the goal rather than mimicking humans completely. For example,
the Wright Brothers didn’t succeed in creating an airplane by precisely copying
the flight of birds; rather, the birds provided ideas that led to aerodynamics
that eventually led to human flight. The goal is to fly. Both birds and humans
achieve this goal, but they use different approaches.
Thinking humanly: When a computer thinks as a human, it performs tasks
that require intelligence (as contrasted with rote procedures) from a human
to succeed, such as driving a car. To determine whether a program thinks like
a human, you must have some method of determining how humans think,
which the cognitive modeling approach defines. This model relies on three
techniques:
• Introspection: Detecting and documenting the techniques used to achieve
goals by monitoring one’s own thought processes.
• Psychological testing: Observing a person’s behavior and adding it to a
database of similar behaviors from other persons given a similar set of
circumstances, goals, resources, and environmental conditions (among
other things).
• Brain imaging: Monitoring brain activity directly through various mechanical means, such as Computerized Axial Tomography (CAT), Positron
Emission Tomography (PET), Magnetic Resonance Imaging (MRI), and
Magnetoencephalography (MEG).
After creating a model, you can write a program that simulates the model.
Given the amount of variability among human thought processes and the
difficulty of accurately representing these thought processes as part of a
program, the results are experimental at best. This category of thinking
humanly is often used in psychology and other fields in which modeling the
human thought process to create realistic simulations is essential.
» Thinking rationally: Studying how humans think using some standard
enables the creation of guidelines that describe typical human behaviors. A
person is considered rational when following these behaviors within certain
levels of deviation. A computer that thinks rationally relies on the recorded
behaviors to create a guide as to how to interact with an environment based
on the data at hand. The goal of this approach is to solve problems logically,
when possible. In many cases, this approach would enable the creation of a
baseline technique for solving a problem, which would then be modified to
actually solve the problem. In other words, the solving of a problem in
principle is often different from solving it in practice, but you still need a
starting point.
» Acting rationally: Studying how humans act in given situations under specific
constraints enables you to determine which techniques are both efficient and
effective. A computer that acts rationally relies on the recorded actions to
interact with an environment based on conditions, environmental factors, and
existing data. As with rational thought, rational acts depend on a solution in
principle, which may not prove useful in practice. However, rational acts do
provide a baseline upon which a computer can begin negotiating the successful completion of a goal.
HUMAN VERSUS RATIONAL PROCESSES
Human processes differ from rational processes in their outcome. A process is rational
if it always does the right thing based on the current information, given an ideal
performance measure. In short, rational processes go by the book and assume that the
book is actually correct. Human processes involve instinct, intuition, and other variables
that don’t necessarily reflect the book and may not even consider the existing data. As
an example, the rational way to drive a car is to always follow the laws. However, traffic
isn’t rational. If you follow the laws precisely, you end up stuck somewhere because
other drivers aren’t following the laws precisely. To be successful, a self-driving car must
therefore act humanly, rather than rationally.
» Reactive machines: The machines you see beating humans at chess or playing
on game shows are examples of reactive machines. A reactive machine has no
memory or experience upon which to base a decision. Instead, it relies on pure
computational power and smart algorithms to recreate every decision every
time. This is an example of a weak AI used for a specific purpose.
» Limited memory: A self-driving car or autonomous robot can’t afford the time
to make every decision from scratch. These machines rely on a small amount of
memory to provide experiential knowledge of various situations. When the
machine sees the same situation, it can rely on experience to reduce reaction
time and to provide more resources for making new decisions that haven’t yet
been made. This is an example of the current level of strong AI.
» Theory of mind: A machine that can assess both its required goals and the
potential goals of other entities in the same environment has a kind of
understanding that is feasible to some extent today, but not in any commercial form. However, for self-driving cars to become truly autonomous, this
level of AI must be fully developed. A self-driving car would not only need to
know that it must go from one point to another, but also intuit the potentially
conflicting goals of drivers around it and react accordingly.
» Self-awareness: This is the sort of AI that you see in movies. However, it
requires technologies that aren’t even remotely possible now because such a
machine would have a sense of both self and consciousness. In addition,
instead of merely intuiting the goals of others based on environment and
other entity reactions, this type of machine would be able to infer the intent of
others based on experiential knowledge.