Вы находитесь на странице: 1из 4

AI (Artificial Intelligence)

Artificial intelligence (AI) is the Microsoft Cognitive Services and


simulation of human intelligence Google AI services.
processes by machines, especially
computer systems. These processes While AI tools present a range of
include learning (the acquisition of new functionality for businesses,the
information and rules for using the use of artificial intelligence raises
information), reasoning (using rules ethical questions. This is because
to reach approximate or definite deep learning algorithms, which
conclusions) and self-correction. underpin many of the most advanced
Particular applications of AI include AI tools, are only as smart as the
expert systems, speech recognition data they are given in training.
and machine vision.AI can be Because a human selects what data
categorized as either weak or strong. should be used for training an AI
Weak AI, also known as narrow AI, program, the potential for human
is an AI system that is designed and bias is inherent and must be
trained for a particular task. Virtual monitored closely.
personal assistants, such as Apple's
Siri, are a form of weak AI. Strong Some industry experts believe that
AI, also known as artificial general the term artificial intelligence is too
intelligence, is an AI system with closely linked to popular culture,
generalized human cognitive causing the general public to have
abilities. When presented with an unrealistic fears about artificial
unfamiliar task, a strong AI system intelligence and improbable
is able to find a solution without expectations about how it will
human intervention. change the workplace and life in
general. Researchers and marketers
Because hardware, software and hope the label augmented
staffing costs for AI can be intelligence, which has a more
expensive, many vendors are neutral connotation, will help people
including AI components in their understand that AI will simply
standard offerings, as well as access improve products and services, not
to Artificial Intelligence as a Service replace the humans that use them.
(AIaaS) platforms. AI as a Service
allows individuals and companies to
experiment with AI for various
business purposes and sample
multiple platforms before making a
commitment. Popular AI cloud
offerings include Amazon AI
services, IBM Watson Assistant,
sets are labeled
so that patterns
can be detected
and used to label
new data sets
○ Unsupervised
learning: Data
sets aren't
labeled and are
Examples of AI technology sorted according
to similarities or
AI is incorporated into a variety of differences
different types of technology. Here ○ Reinforcement
are seven examples. learning: Data
sets aren't
● Automation: What makes labeled but, after
a system or process performing an
function automatically. action or several
For example, robotic actions, the AI
process automation (RPA) system is given
can be programmed to feedback
perform high-volume, ● Machine vision: The
repeatable tasks that science of allowing
humans normally computers to see. This
performed. RPA is technology captures and
different from IT analyzes visual
automation in that it can information using a
adapt to changing camera, analog-to-digital
circumstances. conversion and digital
● Machine learning: The signal processing. It is
science of getting a often compared to human
computer to act without eyesight, but machine
programming.Deep vision isn't bound by
learning is a subset of biology and can be
machine learning that, in programmed to see
very simple terms, can be through walls, for
thought of as the example. It is used in a
automation of predictive range of applications from
analytics. There are three signature identification to
types of machine learning medical image analysis.
algorithms: Computer vision, which is
○ Supervised focused on machine-based
learning: Data image processing, is often
conflated with machine unexpected obstructions,
vision. such as pedestrians.
● Natural language
processing (NLP): The
processing of human --
and not computer --
language by a computer
program. One of the older
and best known examples
of NLP is spam detection,
which looks at the subject
line and the text of an
email and decides if it's
junk. Current approaches
to NLP are based on
machine learning. NLP
tasks include text
translation, sentiment
analysis and speech
recognition.
● Robotics: A field of
engineering focused on the Machine Learning: Signs of
design and manufacturing Cognition
of robots. Robots are often
used to perform tasks that Arthur Samuel coined the phrase
are difficult for humans to “Machine Learning”in 1959,
perform or perform defining it as “the ability to learn
consistently. They are used without being explicitly
in assembly lines for car programmed.” Machine Learning, at
production or by NASA to its most basic form, is the practice of
move large objects in using algorithms to parse data, learn
space. Researchers are also from it, and then make a
using machine learning to determination or prediction about
build robots that can something in the world. The most
interact in social settings. common example for beginners is
● Self-driving cars: These house prices. How does a site like
use a combination of Redfin or Zillow predict what the
computer vision, image price of a currently-owned house is?
recognition and deep
learning to build It’s not that complicated. Machine
automated skill at piloting Learning, at its core, is really just
a vehicle while staying in making a line of best fit, except in
a given lane and avoiding
many dimensions. A house price Deep learning was inspired by the
prediction model looks at a ton of structure and function of the brain,
data, with each data point having namely the interconnecting of many
several dimensions like size, neurons. Neural Networks are
bedroom count, bathroom count, algorithms that mimic the biological
yard space, etc. It creates a function structure of the brain.
out of these input parameters, and
then just shifts the coefficients to Modeled loosely on the human
each of these parameters as it looks brain, a neural net consists of
at more and more data. thousands or even millions of simple
processing nodes that are densely
This method of Machine Learning is interconnected. Most of today’s
called “Supervised Learning,” where neural nets are organized into layers
the data given to the model includes of nodes, and they’re “feed-
the answer to the problem for each forward,” meaning that data moves
input set. It’s basically giving the through them in only one direction.
input parameters, called features, An individual node might be
and the outputs for each set of connected to several nodes in the
features, from which the model layer beneath it, from which it
adjusts its function to match data. receives data, and several nodes in
Then, when given any other input the layer above it, to which it sends
data, the model can execute the data.
same function and come up with an
accurate output. To each of its incoming connections,
a node will assign a number known
as a “weight.” When the network is
Other factions of Machine Learning active, the node receives a different
are Unsupervised Learning and data item — a different number —
Reinforcement Learning. Concisely,  over each of its connections and
Unsupervised Learning just finds multiplies it by the associated
similarities in data — in our house weight. It then adds the resulting
example, the data wouldn’t include products together, yielding a single
house prices (the data would only be number. If that number is below a
input, it would have no output) and threshold value, the node passes no
the model would be able to say data to the next layer.
“Hmm, well based on these
parameters, House 1 is most similar
to House 3” or something of the
sort, but wouldn’t be able to predict
the price of a given house.

Deep Learning: The Connection


to Humans

Вам также может понравиться