Introduction Toartificial Intelligence
Introduction Toartificial Intelligence
Text
NAMED-ENTITY RESOLUTION
One use of deep-learning networks is named-entity
recognition, which is a way to extract from unstructured,
unlabeled data certain types of information like people,
places, companies or things. That information can then be
stored in a structured schema to build, say, a list of
addresses or serve as a benchmark for an identity
validation engine.
SPEECH-TO-TEXT
With the proper data transforms, a deep network is
capable of understanding audio signals. This can be used
to identify snippets of sound in larger audio files, and
transcribe the spoken word as text.
You can think of deep learning, machine learning and AI can be a pile of if-then statements, or a complex
artificial intelligence as a set of Russian dolls nested within statistical model mapping raw sensory data to symbolic
each other, beginning with the smallest and working out. categories. The if-then statements are simply rules
Deep learning is a subset of machine learning, and explicitly programmed by a human hand. Taken together,
machine learning is a subset of AI, which is an umbrella these if-then statements are sometimes called rules
term for any computer program that does something engines, expert systems, knowledge graphs or symbolic AI.
smart. In other words, all machine learning is AI, but not all Collectively, these are known as Good, Old-Fashioned AI
AI is machine learning, and so forth. (GOFAI).
Deep is a technical term. It refers to the number of layers Those who believe that AI progress will continue apace
in a neural network. A shallow network has one so- tend to think a lot about strong AI, and whether or not it is
called hidden layer, and a deep network has more than one. good for humanity. Among those who forecast continued
Multiple hidden layers allow deep neural networks to learn progress, one camp emphasizes the benefits of more
features of the data in a so-called feature hierarchy, intelligent software, which may save humanity from its
because simple features (e.g. two pixels) recombine from current stupidities; the other camp worries about the
one layer to the next, to form more complex features (e.g. a existential risk of a superintelligence.
line). Nets with many layers pass input data (features)
through more mathematical operations than nets with few Given that the power of AI progresses hand in hand with
layers, and are therefore more computationally intensive to the power of computational hardware, advances in
train. Computational intensivity is one of the hallmarks of computational capacity, such as better chips or quantum
deep learning, and it is one reason why a new kind of chip computing, will set the stage for advances in AI. On a
call GPUs are in demand to train deep-learning models. purely algorithmic level, most of the astonishing results
produced by labs such as DeepMind come from combining
So you could apply the same definition to deep learning different approaches to AI, much as AlphaGo combines
that Arthur Samuel did to machine learning – a “field of deep learning and reinforcement learning. Combining deep
study that gives computers the ability to learn without learning with symbolic reasoning, analogical reasoning,
being explicitly programmed” – while adding that it tends Bayesian and evolutionary methods all show promise.
to result in higher accuracy, require more hardware or
training time, and perform exceptionally well on machine Those who do not believe that AI is making that much
perception tasks that involved unstructured data such as progress relative to human intelligence are forecasting
blobs of pixels or text. another AI winter, during which funding will dry up due to
generally disappointing results, as has happened in the
past. Many of those people have a pet algorithm or
approach that competes with deep learning.
Footnotes