What Is Artificial Intelligence
What Is Artificial Intelligence
An
Informed Definition
Last updated on December 21, 2018, published by Daniel Faggella
Daniel Faggella is the founder and CEO at Emerj. Called upon by the United Nations, World Bank,
INTERPOL, and many global enterprises, Daniel is a sought-after expert on the competitive strategy
implications of AI for business and government leaders.
Share to:
LinkedIn Twitter Facebook Email
What is artificial intelligence (AI)? We take the term for granted, but how might
we phrase a formal definition? And are the technologies that we have today
really reflective of all that this term implies?
But, in the end, mastering a game (like Go) is very different from sealing a
successful business deal in the real world, then driving home to have a meal
with your family and reading and reflecting on a bit of Plutarch before bed. In
any case, researchers Shane Legg and Marcus Hutter have made the case
that intelligence includes the following features:
Intelligence is a property of some entity or agent that interacts with some form of
environment
I like them all, except for #3, in that no exact definition is needed to work on a
problem. We still don’t fully understand gravity, and can measure it only to one
part in ten thousand (most other physical phenomena we can now measure to
one part in a billion or even better), yet it would be silly to say “it’s impossible
to define gravity”.
#1, #2, and #5 are right in emphasizing that A(G)I is primarily about creating
algorithms that show intelligent behavior, and is not to be confused with
cognitive science or brain modeling which aim at explaining how a particular
hardware, the human brain, gets there. We may, or may not, be able to steal
ideas from nature, this remains to be seen.
(In response to definition 5) – Better than the others, though still uses
“intelligent”.
Any definition of Artificial Intelligence will have to be vague enough due to our
inability to define Human Intelligence. But I would say that this is the scientific
field that attempts to understand the foundations of intelligent behavior from a
computational perspective. It focuses on developing theories and systems
pertaining to intelligent behavior, at the heart of which is the idea that learning,
abstraction and inference have a central role in intelligence.
AI Semantics:
Strong AI versus Weak AI
Strong AI – Also known as deep AI or what some might deep AGI; the idea
that a computer can be made or raised to intelligence levels that match
human beings’.
Weak AI – Otherwise known as narrow AI; the idea that computers can be
endowed with features that mirror or mimic thought or thinking processes,
making them useful tools for figuring out how our own mind works. Narrow AI
systems also enhance or augments human “intelligence” by delivering
calculations, patterns and analyses more efficiently than can be done by a
human brain.
The field of artificial life branches out further from traditional AI to include the
study and mimicry of various biological forms and organisms that exhibit a
range of “intelligent” behaviors.
AI Solutions:
One way to categorize AI solutions for commercial and scientific needs is by
level of complexity of the application: simple, complex, or very complex
(though these are, clearly, also open to interpretation). This is an idea
borrowed from the Schloer Consulting Group:
AI Continuum:
In similar fashion to types of AI solutions organized by capability, there exists
a continuum of AI in regards to level of autonomy:
Assisted Intelligence – Involves the taking over of monotonous, mundane tasks
that machines can do more efficiently.
Autonomous Intelligence – System that can both adapt over time (learn on its
own) and take over whole processes within a particular system or entity.
The methods taken toward achieving a “true AI” or AGI are wide and varied,
but some are closer in line achieving an adaptive, flexible and autonomous
intelligence that is more characteristic of human beings (and likely
intelligences that do/will exist beyond our own).
Approaches that have evolved and continue to receive wide recognition in the
media include (though are not isolated in approach or limited to) the following:
Reinforcement learning
Self-supervised learning
Multi-agent learning
Machine learning
While it’s science’s aim to discover truth and knowledge at the heart of every
system and process in the universe, we should recognize that we may not be
able to understand the workings of an artificial intelligence that we one day
create – in fact, that’s already the case with deep learning and neural networks,
similar to our current complete lack in understanding how the human brain works. At
some point, we may not be able to keep up with an AI’s processing powers
and ways of literally seeing and conceiving of reality as we know it.
NOTE: It’s beyond the scope of this article to give a cohesive, historical
overview of AI, or of today’s landscape. Instead, our intent is to provide a
jumping off point for understanding and further exploring the history, workings,
and consequences of AI in today’s increasingly automated and
augmented landscape.
References Cited:
http://www.schloerconsulting.com/understanding-artificial-intelligence
http://www.recode.net/sponsored/11895802/what-artificial-intelligence-really-
means-to-business
http://www.vetta.org/documents/universal_intelligence_abstract_ai50.pdf
http://aima.cs.berkeley.edu
http://www.nature.com/news/can-we-open-the-black-box-of-ai-1.20731
What is the difference between data mining, statistics, machine learning and
AI?
http://www.coneural.org/reports/Coneural-03-01.pdf
Popular Interview: Dr. Yoshua Bengio – The Influence of Neural Networks in Our
Everyday Lives
Popular Interview: Dr. Nando de Freitas – Deep Learning is Like Building with
Lego
About
Works cited
We put together this resource to help with whatever your area of curiosity
about machine learning – so scroll along to your section of interest, or feel
free to read the article in order, starting with our machine learning definition
below:
As with any concept, machine learning may have a slightly different definition,
depending on whom you ask. We combed the Internet to find five
practical definitions from reputable sources:
Machines that learn are useful to humans because, with all of their processing
power, they’re able to more quickly highlight or find patterns in big (or other)
data that would have otherwise been missed by human beings. Machine
learning is a tool that can be used to enhance humans’ abilities to solve
problems and make informed inferences on a wide range of problems, from
helping diagnose diseases to coming up with solutions for global climate
change.
The two biggest, historical (and ongoing) problems in machine learning have
involved overfitting (in which the model exhibits bias towards the training data
and does not generalize to new data, and/or variance i.e. learns random
things when trained on new data) and dimensionality (algorithms with more
features work in higher/multiple dimensions, making understanding the data
more difficult). Having access to a large enough data set has in some cases
also been a primary problem.
When a learning algorithm (i.e. learner) is not working, often the quicker path
to success is to feed the machine more data, the availability of which is by
now well-known as a primary driver of progress in machine and deep learning
algorithms in recent years; however, this can lead to issues with scalability, in
which we have more data but time to learn that data remains an issue.
Most of the time when algorithms don’t perform well, it’s due a to a problem with
the training data (i.e. insufficient amounts/skewed data; noisy data; or
insufficient features describing the data for making decisions
Whether or not we label data causal or correlative, the more important point is
to predict the effects of our actions
Always set aside a portion of your training data set for cross validation; you want
your chosen classifier or learning algorithm to perform well on fresh data
Works Cited
1 – http://homes.cs.washington.edu/~pedrod/papers/cacm12.pd
2 – http://videolectures.net/deeplearning2016_precup_machine_learning/
3 – http://www.aaai.org/ojs/index.php/aimagazine/article/view/2367/2272
4 – https://research.facebook.com/blog/facebook-researchers-focus-on-the-
most-challenging-machine-learning-questions-at-icml-2016/
5 – https://sites.google.com/site/dataefficientml/
6 – http://www.cl.uni-heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf
The Science of Machine Learning with Dr. Yoshua Bengio (one of the world’s
foremost ML experts)
UPENN’s Dr. Lyle Ungar on Using Machine Learning to See Patterns and
Meaning on Social Media
Silicon Valley AI Consultant Lorien Pratt on the Business Use Cases of Machine
Learning