SlideShare a Scribd company logo
1 of 11
Download to read offline
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 1/11
(mailto:?subject=What is Machine Learning?&body=https://www.techemergence.com/what-is-machine-learning/)
Typing “what is machine learning?” into a Google search opens up a pandora’s box of forums, academic
research, and here-say – and the purpose of this article is to simplify the definition and understanding of
machine learning thanks to the direct help from our panel of machine learning researchers.
In addition to an informed, working definition of machine learning (ML), we aim to provide a succinct overview
of the fundamentals of machine learning, the challenges and limitations of getting machine to ‘think’, some of
the issues being tackled today in deep learning (the ‘frontier’ of machine learning), and key takeaways for
developing machine learning applications.
This article will be broken up into the following sections:
What is machine learning?
How we arrived at our definition (IE: the perspective of expert researchers)
Machine learning basic concepts
Visual representation of ML models
How we get machines to learn
An overview of the challenges and limitations of ML
Brief introduction to deep learning
What is Machine Learning?
L A S T U P D A T E D O N S E P T E M B E R 2 , 2 0 1 7 B Y D A N I E L F A G G E L L A ( H T T P S : / / W W W . T E C H E M E R G E N C E . C O M / A U T H O R / D A N / )
Search Companies , Industries Use Cases & More ...
(https://www.techemergence.com)
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 2/11
Works cited
Related ML interviews on TechEmergence
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:
What is Machine Learning?
* “Machine Learning is the science of getting computers to learn and act like humans do,
and improve their learning over time in autonomous fashion, by feeding them data and
information in the form of observations and real-world interactions.”
The above definition encapsulates the ideal objective or ultimate aim of machine learning, as expressed by many
researchers in the field. The purpose of this article is to provide a business-minded reader with expert
perspective on how machine learning is defined, and how it works. References and related researcher interviews
are included at the end of this article for further digging.
* How We Arrived at Our Definition:
(Our aggregate machine learning definition can be found at the beginning of this article)
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:
“Machine Learning at its most basic is the practice of using algorithms to parse data, learn from it, and then
make a determination or prediction about something in the world.” – Nvidia 
(https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-
learning-ai/)
“Machine learning is the science of getting computers to act without being explicitly programmed.” –
 Stanford (https://www.coursera.org/learn/machine-learning)
“Machine learning is based on algorithms that can learn from data without relying on rules-based
programming.”- McKinsey & Co. (http://www.mckinsey.com/industries/high-tech/our-insights/an-executives-
guide-to-machine-learning)
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 3/11
“Machine learning algorithms can figure out how to perform important tasks by generalizing from examples.”
– University of Washington (http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf)
“The field of Machine Learning seeks to answer the question “How can we build computer systems that
automatically improve with experience, and what are the fundamental laws that govern all learning processes?”
– Carnegie Mellon University (http://www.cs.cmu.edu/~tom/pubs/MachineLearning.pdf)
We sent these definitions to experts whom we’ve interviewed and/or included in one of our past research
consensuses, and asked them to respond with their favorite definition or to provide their own. Our introductory
definition is meant to reflect the varied responses. Below are some of their responses:
Dr. Yoshua Bengio (https://www.techemergence.com/the-rise-of-neural-networks-and-deep-learning-in-
our-everyday-lives-a-conversation-with-yoshua-bengio/), Université de Montréal:
ML should not be defined by negatives (thus ruling 2 and 3). Here is my definition:
Machine learning research is part of research on artificial intelligence, seeking to provide knowledge to
computers through data, observations and interacting with the world. That acquired knowledge allows
computers to correctly generalize to new settings.
Dr. Danko Nikolic (https://www.techemergence.com/welcome-to-ai-kindergarten-a-path-to-machine-
genomes/), CSC and Max-Planck Institute:
(edit of number 2 above): “Machine learning is the science of getting computers to act without being explicitly
programmed, but instead letting them learn a few tricks on their own.”
Dr. Roman Yampolskiy (https://www.techemergence.com/artificial-intelligences-double-edged-role-in-
cyber-security-with-dr-roman-v-yampolskiy/), University of Louisville:
Machine Learning is the science of getting computers to learn as well as humans do or better.
Dr. Emily Fox (https://www.stat.washington.edu/~ebfox/index.html), University of Washington: 
My favorite definition is #5.
Machine Learning Basic Concepts
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 4/11
There are many different types of machine learning algorithms, with hundreds published each day, and
they’re typically grouped by either learning style (i.e. supervised learning, unsupervised learning, semi-
supervised learning) or by similarity in form or function (i.e. classification, regression, decision tree,
clustering, deep learning, etc.). Regardless of learning style or function, all combinations of machine learning
algorithms consist of (http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) the following:
Representation (a set of classifiers or the language that a computer understands)
Evaluation (aka objective/scoring function)
Optimization (search method; often the highest-scoring classifier, for example; there are both off-the-shelf
and custom optimization methods used)
( )
Image credit: Dr. Pedro Domingo, University of Washington
The fundamental goal of machine learning algorithms is to generalize beyond the training samples i.e.
successfully interpret data that it has never ‘seen’ before.
Visual Representations of Machine Learning Models
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 5/11
Concepts and bullet points can only take one so far in understanding. When people ask “What is machine
learning?”, they often want to see what it is and what it does. Below are some visual representations of machine
learning models, with accompanying links for further information. Even more resources can be found at the
bottom of this article.
Decision tree model (http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)
Gaussian mixture model (http://mirlab.org/jang/matlab/toolbox/machineLearning/)
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 6/11
Dropout neural network
(http://www2.warwick.ac.uk/fac/cross_fac/complexity/people/students/dtc/students2013/eyre/statsreadinggroup/)
Merging chrominance and luminance using Convolutional Neural Networks
(https://users.ics.aalto.fi/perellm1/thesis.shtml)
How We Get Machines to Learn
There are different approaches to getting machines to learn, from using basic decision trees to clustering to
layers of artificial neural networks (the latter of which has given way to deep learning), depending on what task
you’re trying to accomplish and the type and amount of data that you have available.
While emphasis is often placed on choosing the best learning algorithm, researchers have found that some of
the most interesting questions arise out of none of the available machine learning algorithms performing to par.
Most of the time this is a problem with training data, but this also occurs when working with machine learning
in new domains (http://www.aaai.org/ojs/index.php/aimagazine/article/view/2367/2272).
Research done when working on real applications often drives progress in the field, and reasons are twofold: 1.
Tendency to discover boundaries and limitations of existing methods 2. Researchers and developers working
with domain experts and leveraging time and expertise to improve system performance.
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 7/11
Sometimes this also occurs by “accident.” We might consider model ensembles, or combinations of many
learning algorithms to improve accuracy, to be one example. Teams competing for the 2009 Netflix Price found
that they got their best results when combining their learners with other team’s learners, resulting in an
improved recommendation algorithm (read Netflix’s blog (http://techblog.netflix.com/2012/04/netflix-
recommendations-beyond-5-stars.html) for more on why they didn’t end up using this ensemble).
One important point (based on interviews and conversations with experts in the field), in terms of application
within business and elsewhere, is that machine learning is not just, or even about, automation, an often
misunderstood concept. If you think this way, you’re bound to miss the valuable insights that machines can
provide and the resulting opportunities (rethinking an entire business model, for example, as has been in
industries like manufacturing and agriculture).
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.
Challenges and Limitations
“Machine learning can’t get something from nothing…what it does is get more from less.” – Dr. Pedro Domingo,
University of Washington
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.
One of the most common mistakes among machine learning beginners is testing training data successfully and
having the illusion of success; Domingo (and others) emphasize the importance of keeping some of the data set
separate when testing models, and only using that reserved data to test a chosen model, followed by learning
learning on the whole data set.
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.
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 8/11
In terms of purpose, machine learning is not an end or a solution in and of itself. Furthermore, attempting to
use it as a blanket solution i.e. “BLANK” is not a useful exercise; instead, coming to the table with a problem or
objective is often best driven by a more specific question – “BLANK”.
Deep Learning and Modern Developments in Neural
Networks
Deep learning involves the study and design of machine algorithms for learning good representation of data
(http://www.cl.uni-heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf) at multiple levels of abstraction
(ways of arranging computer systems). Recent publicity of deep learning through DeepMind, Facebook, and
other institutions has highlighted it as the “next frontier” of machine learning.
The International Conference on Machine Learning (ICML) (https://sites.google.com/site/dataefficientml/) is
widely regarded as one of the most important in the world. This year’s took place in June in New York City, and
it brought together researchers from all over the world who are working on addressing the current challenges in
deep learning (https://research.facebook.com/blog/facebook-researchers-focus-on-the-most-challenging-
machine-learning-questions-at-icml-2016/):
Unsupervised learning in small data sets
Simulation-based learning and transferability to the real world
Deep-learning systems have made great gains over the past decade in domains like bject detection and
recognition, text-to-speech, information retrieval and others. Research is now focused on developing data-
efficient machine learning i.e. deep learning systems that can learn more efficiently, with the same performance
in less time and with less data, in cutting-edge domains like personalized healthcare, robot reinforcement
learning, sentiment analysis, and others.
Key Takeaways in Applying Machine Learning
Below is a selection of best-practices and concepts of applying machine learning that we’ve collated from our
interviews for out podcast series, and from select sources cited at the end of this article. We hope that some of
these principles will clarify how ML is used, and how to avoid some of the common pitfalls that companies and
researchers might be vulnerable to in starting off on an ML-related project.
Arguably the most important factor in successful machine learning projects is the features used to describe
the data (which are domain-specific), and having adequate data to train your models in the first place
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 9/11
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
“Simplicity does not imply accuracy” – there is (according to Domingo) no given connection between number
of parameters of a model and tendency to overfit
Obtaining experimental data (as opposed to observational data, over which we have no control) should be
done if possible (for example, data gleaned from sending different variations of an email to a random audience
sampling)
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
(http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf)
2 – http://videolectures.net/deeplearning2016_precup_machine_learning/
(http://videolectures.net/deeplearning2016_precup_machine_learning/)
3 – http://www.aaai.org/ojs/index.php/aimagazine/article/view/2367/2272
(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/ (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/ (https://sites.google.com/site/dataefficientml/)
6 – http://www.cl.uni-heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf (http://www.cl.uni-
heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf)
Related Machine Learning Interviews on TechEmergence
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 10/11
GUIDES (HTTPS://WWW.TECHEMERGENCE.COM/CATEGORY/PRIMARY-CONTENT-TYPE/GUIDES/)
One of the best ways to learn about artificial intelligence concepts is to learn from the research and applications
of the smartest minds in the field. Below is a brief list of some of our interviews with machine learning
researchers, many of which may be of interest for readers who want to explore these topics further:
The Science of Machine Learning with Dr. Yoshua Bengio (https://www.techemergence.com/the-rise-of-
neural-networks-and-deep-learning-in-our-everyday-lives-a-conversation-with-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
(https://www.techemergence.com/how-machine-learning-builds-meaning-from-our-chats-tweets-and-likes-a-
conversation-with-dr-lyle-ungar/)
Silicon Valley AI Consultant Lorien Pratt on the Business Use Cases of Machine Learning
(https://www.techemergence.com/pulling-back-the-curtain-on-machine-learning-apps-in-business-lorien-pratt/)
(mailto:?subject=What is Machine Learning?&body=https://www.techemergence.com/what-is-machine-learning/)
TechEmergence conducts direct interviews and consensus analysis with leading experts in machine learning and arti cial intelligence. Stay ahead with of the industry
with charts, gures, and insights from our unparalleled network, including executives from Facebook, Google, Baidu, Yahoo!, MIT, Stanford and beyond:
REL ATED POSTS
View Research on the Risks of AI
MARKET RESEARCH x INDUSTRY TRENDS
Type your email
Subscribe
Top Machine Learning Podcast Interviews of All Time (https://www.techemergence.com/top-machine-
learning-podcast-interviews-of-all-time/)
L A S T U P D A T E D O N J U N E 2 3 , 2 0 1 7 B Y D A N I E L F A G G E L L A
( H T T P S : // W W W . T E C H E M E R G E N C E . C O M / A U T H O R / D A N / )
Over the past few years, we've sought out and spoken to some of the top researchers, entrepreneurs, and
executives involved in the machine learning ... READ MORE... (https://www.techemergence.com/top-
machine-learning-podcast-interviews-of-all-time/)
(https://www techemergence com/top machinelearning podcast interviews of all time/)
6/11/2018 What is Machine Learning? - An Informed Definition
https://www.techemergence.com/what-is-machine-learning/ 11/11
We asked dozens of AI researchers to tell us the #1 risk of AI within 20 years – and we compiled the responses into one interactive research graphic:
View Interactive Research
(https://www.techemergence.com/arti cial-intelligence-risk/)
Follow
(https://www.linkedin.com/company/techemergence) (https://twitter.com/techemergence) (https://www.slideshare.net/techemergence)
(https://www.facebook.com/TechEmergence/) (https://itunes.apple.com/in/podcast/techemergence-podcast-innovation/id670771965?mt=2)
(https://soundcloud.com/techemergence)
Trending
Machine Learning Healthcare Applications – 2017 and Beyond (https://www.techemergence.com/machine-learning-healthcare-applications/)
Everyday Examples of Arti cial Intelligence and Machine Learning (https://www.techemergence.com/everyday-examples-of-arti cial-intelligence-and-machine-learning/)
Machine Learning in Finance - Present and Future Applications (https://www.techemergence.com/machine-learning-in- nance-applications/)
Subscribe
Research and headlines delivered weekly
© 2018 TechEmergence. All rights reserved. About Us (https://www.techemergence.com/about/) Terms of Service
(https://www.techemergence.com/terms-and-conditions/) Advertising and Partnerships (https://www.techemergence.com/partnerships/)
  
 

Type your email Subscribe

More Related Content

Similar to An informed definition

Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Ankit Gupta
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationAnkit Gupta
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningSujith Jayaprakash
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxShubhamBishnoi14
 
Odsc machine-learning-guide-v1
Odsc machine-learning-guide-v1Odsc machine-learning-guide-v1
Odsc machine-learning-guide-v1Harsh Khatke
 
PWL Seattle #23 - A Few Useful Things to Know About Machine Learning
PWL Seattle #23 - A Few Useful Things to Know About Machine LearningPWL Seattle #23 - A Few Useful Things to Know About Machine Learning
PWL Seattle #23 - A Few Useful Things to Know About Machine LearningTristan Penman
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine LearningVedaj Padman
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginnersgrinu
 
Creating a Use Case
Creating a Use Case                                               Creating a Use Case
Creating a Use Case CruzIbarra161
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docxJadhavArjun2
 
Machine Learning
Machine Learning Machine Learning
Machine Learning AyanGain
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseMLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseBigML, Inc
 
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...Brocade
 
Guy Riese Literature Review
Guy Riese Literature ReviewGuy Riese Literature Review
Guy Riese Literature Reviewguyrie
 
Екатерина Гордиенко (Serpstat)
Екатерина Гордиенко (Serpstat)Екатерина Гордиенко (Serpstat)
Екатерина Гордиенко (Serpstat)Octopus Events
 

Similar to An informed definition (20)

Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
 
Machine learning
Machine learningMachine learning
Machine learning
 
Odsc machine-learning-guide-v1
Odsc machine-learning-guide-v1Odsc machine-learning-guide-v1
Odsc machine-learning-guide-v1
 
PWL Seattle #23 - A Few Useful Things to Know About Machine Learning
PWL Seattle #23 - A Few Useful Things to Know About Machine LearningPWL Seattle #23 - A Few Useful Things to Know About Machine Learning
PWL Seattle #23 - A Few Useful Things to Know About Machine Learning
 
Satellid - Pitch Deck
Satellid - Pitch DeckSatellid - Pitch Deck
Satellid - Pitch Deck
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginners
 
Creating a Use Case
Creating a Use Case                                               Creating a Use Case
Creating a Use Case
 
Technovision
TechnovisionTechnovision
Technovision
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docx
 
Machine Learning
Machine Learning Machine Learning
Machine Learning
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseMLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
 
Guy Riese Literature Review
Guy Riese Literature ReviewGuy Riese Literature Review
Guy Riese Literature Review
 
Екатерина Гордиенко (Serpstat)
Екатерина Гордиенко (Serpstat)Екатерина Гордиенко (Serpstat)
Екатерина Гордиенко (Serpstat)
 

More from Anju Vallabhaneni

Anju Vallabhaneni Inspires Students!
Anju Vallabhaneni Inspires Students!Anju Vallabhaneni Inspires Students!
Anju Vallabhaneni Inspires Students!Anju Vallabhaneni
 
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!USG's CEO, Anju Vallabhaneni, enhancing business in Europe!
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!Anju Vallabhaneni
 
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!Empowering P&C Insurance Advancements with USG's Guidewire Expertise!
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!Anju Vallabhaneni
 
Anju Vallabhaneni at APCO picnic
Anju Vallabhaneni at APCO picnicAnju Vallabhaneni at APCO picnic
Anju Vallabhaneni at APCO picnicAnju Vallabhaneni
 
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...Anju Vallabhaneni
 
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...Anju Vallabhaneni
 
Empowering employees to master new technology
Empowering employees to master new technologyEmpowering employees to master new technology
Empowering employees to master new technologyAnju Vallabhaneni
 
What is machine learning and why does it matter
What is machine learning and why does it matter What is machine learning and why does it matter
What is machine learning and why does it matter Anju Vallabhaneni
 
Making information technology work for your business
Making information technology work for your businessMaking information technology work for your business
Making information technology work for your businessAnju Vallabhaneni
 
Anju vallabhaneni - ohio - about.me
Anju vallabhaneni - ohio - about.meAnju vallabhaneni - ohio - about.me
Anju vallabhaneni - ohio - about.meAnju Vallabhaneni
 
Anju vallabhaneni ohio about.me
Anju vallabhaneni   ohio   about.meAnju vallabhaneni   ohio   about.me
Anju vallabhaneni ohio about.meAnju Vallabhaneni
 
What is machine learning and why does it matter
What is machine learning and why does it matter What is machine learning and why does it matter
What is machine learning and why does it matter Anju Vallabhaneni
 

More from Anju Vallabhaneni (18)

Anju Vallabhaneni Inspires Students!
Anju Vallabhaneni Inspires Students!Anju Vallabhaneni Inspires Students!
Anju Vallabhaneni Inspires Students!
 
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!USG's CEO, Anju Vallabhaneni, enhancing business in Europe!
USG's CEO, Anju Vallabhaneni, enhancing business in Europe!
 
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!Empowering P&C Insurance Advancements with USG's Guidewire Expertise!
Empowering P&C Insurance Advancements with USG's Guidewire Expertise!
 
Anju Vallabhaneni at APCO picnic
Anju Vallabhaneni at APCO picnicAnju Vallabhaneni at APCO picnic
Anju Vallabhaneni at APCO picnic
 
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...
Anju Vallabhaneni at Visa Camp by Consulate General of India organized by FIA...
 
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...
Capitol Hill Day organized by the ITSERVE Alliance & Anju Vallabhaneni in Was...
 
Empowering employees to master new technology
Empowering employees to master new technologyEmpowering employees to master new technology
Empowering employees to master new technology
 
Mechanical engineering
Mechanical engineeringMechanical engineering
Mechanical engineering
 
Anju vallabhaneni - quora
Anju vallabhaneni - quoraAnju vallabhaneni - quora
Anju vallabhaneni - quora
 
What is machine learning and why does it matter
What is machine learning and why does it matter What is machine learning and why does it matter
What is machine learning and why does it matter
 
Anju vallabhaneni
Anju vallabhaneniAnju vallabhaneni
Anju vallabhaneni
 
Making information technology work for your business
Making information technology work for your businessMaking information technology work for your business
Making information technology work for your business
 
Anju vallabhaneni
Anju vallabhaneniAnju vallabhaneni
Anju vallabhaneni
 
Anju vallabhaneni - ohio - about.me
Anju vallabhaneni - ohio - about.meAnju vallabhaneni - ohio - about.me
Anju vallabhaneni - ohio - about.me
 
Anju vallabhaneni
Anju vallabhaneniAnju vallabhaneni
Anju vallabhaneni
 
Anju vallabhaneni ohio about.me
Anju vallabhaneni   ohio   about.meAnju vallabhaneni   ohio   about.me
Anju vallabhaneni ohio about.me
 
What is machine learning and why does it matter
What is machine learning and why does it matter What is machine learning and why does it matter
What is machine learning and why does it matter
 
Anju vallabhaneni quora
Anju vallabhaneni   quoraAnju vallabhaneni   quora
Anju vallabhaneni quora
 

Recently uploaded

A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxAbhayThakur200703
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 

Recently uploaded (20)

A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptx
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 

An informed definition

  • 1. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 1/11 (mailto:?subject=What is Machine Learning?&body=https://www.techemergence.com/what-is-machine-learning/) Typing “what is machine learning?” into a Google search opens up a pandora’s box of forums, academic research, and here-say – and the purpose of this article is to simplify the definition and understanding of machine learning thanks to the direct help from our panel of machine learning researchers. In addition to an informed, working definition of machine learning (ML), we aim to provide a succinct overview of the fundamentals of machine learning, the challenges and limitations of getting machine to ‘think’, some of the issues being tackled today in deep learning (the ‘frontier’ of machine learning), and key takeaways for developing machine learning applications. This article will be broken up into the following sections: What is machine learning? How we arrived at our definition (IE: the perspective of expert researchers) Machine learning basic concepts Visual representation of ML models How we get machines to learn An overview of the challenges and limitations of ML Brief introduction to deep learning What is Machine Learning? L A S T U P D A T E D O N S E P T E M B E R 2 , 2 0 1 7 B Y D A N I E L F A G G E L L A ( H T T P S : / / W W W . T E C H E M E R G E N C E . C O M / A U T H O R / D A N / ) Search Companies , Industries Use Cases & More ... (https://www.techemergence.com)
  • 2. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 2/11 Works cited Related ML interviews on TechEmergence 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: What is Machine Learning? * “Machine Learning is the science of getting computers to learn and act like humans do, and improve their learning over time in autonomous fashion, by feeding them data and information in the form of observations and real-world interactions.” The above definition encapsulates the ideal objective or ultimate aim of machine learning, as expressed by many researchers in the field. The purpose of this article is to provide a business-minded reader with expert perspective on how machine learning is defined, and how it works. References and related researcher interviews are included at the end of this article for further digging. * How We Arrived at Our Definition: (Our aggregate machine learning definition can be found at the beginning of this article) 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: “Machine Learning at its most basic is the practice of using algorithms to parse data, learn from it, and then make a determination or prediction about something in the world.” – Nvidia  (https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep- learning-ai/) “Machine learning is the science of getting computers to act without being explicitly programmed.” –  Stanford (https://www.coursera.org/learn/machine-learning) “Machine learning is based on algorithms that can learn from data without relying on rules-based programming.”- McKinsey & Co. (http://www.mckinsey.com/industries/high-tech/our-insights/an-executives- guide-to-machine-learning)
  • 3. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 3/11 “Machine learning algorithms can figure out how to perform important tasks by generalizing from examples.” – University of Washington (http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) “The field of Machine Learning seeks to answer the question “How can we build computer systems that automatically improve with experience, and what are the fundamental laws that govern all learning processes?” – Carnegie Mellon University (http://www.cs.cmu.edu/~tom/pubs/MachineLearning.pdf) We sent these definitions to experts whom we’ve interviewed and/or included in one of our past research consensuses, and asked them to respond with their favorite definition or to provide their own. Our introductory definition is meant to reflect the varied responses. Below are some of their responses: Dr. Yoshua Bengio (https://www.techemergence.com/the-rise-of-neural-networks-and-deep-learning-in- our-everyday-lives-a-conversation-with-yoshua-bengio/), Université de Montréal: ML should not be defined by negatives (thus ruling 2 and 3). Here is my definition: Machine learning research is part of research on artificial intelligence, seeking to provide knowledge to computers through data, observations and interacting with the world. That acquired knowledge allows computers to correctly generalize to new settings. Dr. Danko Nikolic (https://www.techemergence.com/welcome-to-ai-kindergarten-a-path-to-machine- genomes/), CSC and Max-Planck Institute: (edit of number 2 above): “Machine learning is the science of getting computers to act without being explicitly programmed, but instead letting them learn a few tricks on their own.” Dr. Roman Yampolskiy (https://www.techemergence.com/artificial-intelligences-double-edged-role-in- cyber-security-with-dr-roman-v-yampolskiy/), University of Louisville: Machine Learning is the science of getting computers to learn as well as humans do or better. Dr. Emily Fox (https://www.stat.washington.edu/~ebfox/index.html), University of Washington:  My favorite definition is #5. Machine Learning Basic Concepts
  • 4. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 4/11 There are many different types of machine learning algorithms, with hundreds published each day, and they’re typically grouped by either learning style (i.e. supervised learning, unsupervised learning, semi- supervised learning) or by similarity in form or function (i.e. classification, regression, decision tree, clustering, deep learning, etc.). Regardless of learning style or function, all combinations of machine learning algorithms consist of (http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) the following: Representation (a set of classifiers or the language that a computer understands) Evaluation (aka objective/scoring function) Optimization (search method; often the highest-scoring classifier, for example; there are both off-the-shelf and custom optimization methods used) ( ) Image credit: Dr. Pedro Domingo, University of Washington The fundamental goal of machine learning algorithms is to generalize beyond the training samples i.e. successfully interpret data that it has never ‘seen’ before. Visual Representations of Machine Learning Models
  • 5. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 5/11 Concepts and bullet points can only take one so far in understanding. When people ask “What is machine learning?”, they often want to see what it is and what it does. Below are some visual representations of machine learning models, with accompanying links for further information. Even more resources can be found at the bottom of this article. Decision tree model (http://www.r2d3.us/visual-intro-to-machine-learning-part-1/) Gaussian mixture model (http://mirlab.org/jang/matlab/toolbox/machineLearning/)
  • 6. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 6/11 Dropout neural network (http://www2.warwick.ac.uk/fac/cross_fac/complexity/people/students/dtc/students2013/eyre/statsreadinggroup/) Merging chrominance and luminance using Convolutional Neural Networks (https://users.ics.aalto.fi/perellm1/thesis.shtml) How We Get Machines to Learn There are different approaches to getting machines to learn, from using basic decision trees to clustering to layers of artificial neural networks (the latter of which has given way to deep learning), depending on what task you’re trying to accomplish and the type and amount of data that you have available. While emphasis is often placed on choosing the best learning algorithm, researchers have found that some of the most interesting questions arise out of none of the available machine learning algorithms performing to par. Most of the time this is a problem with training data, but this also occurs when working with machine learning in new domains (http://www.aaai.org/ojs/index.php/aimagazine/article/view/2367/2272). Research done when working on real applications often drives progress in the field, and reasons are twofold: 1. Tendency to discover boundaries and limitations of existing methods 2. Researchers and developers working with domain experts and leveraging time and expertise to improve system performance.
  • 7. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 7/11 Sometimes this also occurs by “accident.” We might consider model ensembles, or combinations of many learning algorithms to improve accuracy, to be one example. Teams competing for the 2009 Netflix Price found that they got their best results when combining their learners with other team’s learners, resulting in an improved recommendation algorithm (read Netflix’s blog (http://techblog.netflix.com/2012/04/netflix- recommendations-beyond-5-stars.html) for more on why they didn’t end up using this ensemble). One important point (based on interviews and conversations with experts in the field), in terms of application within business and elsewhere, is that machine learning is not just, or even about, automation, an often misunderstood concept. If you think this way, you’re bound to miss the valuable insights that machines can provide and the resulting opportunities (rethinking an entire business model, for example, as has been in industries like manufacturing and agriculture). 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. Challenges and Limitations “Machine learning can’t get something from nothing…what it does is get more from less.” – Dr. Pedro Domingo, University of Washington 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. One of the most common mistakes among machine learning beginners is testing training data successfully and having the illusion of success; Domingo (and others) emphasize the importance of keeping some of the data set separate when testing models, and only using that reserved data to test a chosen model, followed by learning learning on the whole data set. 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.
  • 8. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 8/11 In terms of purpose, machine learning is not an end or a solution in and of itself. Furthermore, attempting to use it as a blanket solution i.e. “BLANK” is not a useful exercise; instead, coming to the table with a problem or objective is often best driven by a more specific question – “BLANK”. Deep Learning and Modern Developments in Neural Networks Deep learning involves the study and design of machine algorithms for learning good representation of data (http://www.cl.uni-heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf) at multiple levels of abstraction (ways of arranging computer systems). Recent publicity of deep learning through DeepMind, Facebook, and other institutions has highlighted it as the “next frontier” of machine learning. The International Conference on Machine Learning (ICML) (https://sites.google.com/site/dataefficientml/) is widely regarded as one of the most important in the world. This year’s took place in June in New York City, and it brought together researchers from all over the world who are working on addressing the current challenges in deep learning (https://research.facebook.com/blog/facebook-researchers-focus-on-the-most-challenging- machine-learning-questions-at-icml-2016/): Unsupervised learning in small data sets Simulation-based learning and transferability to the real world Deep-learning systems have made great gains over the past decade in domains like bject detection and recognition, text-to-speech, information retrieval and others. Research is now focused on developing data- efficient machine learning i.e. deep learning systems that can learn more efficiently, with the same performance in less time and with less data, in cutting-edge domains like personalized healthcare, robot reinforcement learning, sentiment analysis, and others. Key Takeaways in Applying Machine Learning Below is a selection of best-practices and concepts of applying machine learning that we’ve collated from our interviews for out podcast series, and from select sources cited at the end of this article. We hope that some of these principles will clarify how ML is used, and how to avoid some of the common pitfalls that companies and researchers might be vulnerable to in starting off on an ML-related project. Arguably the most important factor in successful machine learning projects is the features used to describe the data (which are domain-specific), and having adequate data to train your models in the first place
  • 9. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 9/11 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 “Simplicity does not imply accuracy” – there is (according to Domingo) no given connection between number of parameters of a model and tendency to overfit Obtaining experimental data (as opposed to observational data, over which we have no control) should be done if possible (for example, data gleaned from sending different variations of an email to a random audience sampling) 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 (http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf) 2 – http://videolectures.net/deeplearning2016_precup_machine_learning/ (http://videolectures.net/deeplearning2016_precup_machine_learning/) 3 – http://www.aaai.org/ojs/index.php/aimagazine/article/view/2367/2272 (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/ (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/ (https://sites.google.com/site/dataefficientml/) 6 – http://www.cl.uni-heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf (http://www.cl.uni- heidelberg.de/courses/ws14/deepl/BengioETAL12.pdf) Related Machine Learning Interviews on TechEmergence
  • 10. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 10/11 GUIDES (HTTPS://WWW.TECHEMERGENCE.COM/CATEGORY/PRIMARY-CONTENT-TYPE/GUIDES/) One of the best ways to learn about artificial intelligence concepts is to learn from the research and applications of the smartest minds in the field. Below is a brief list of some of our interviews with machine learning researchers, many of which may be of interest for readers who want to explore these topics further: The Science of Machine Learning with Dr. Yoshua Bengio (https://www.techemergence.com/the-rise-of- neural-networks-and-deep-learning-in-our-everyday-lives-a-conversation-with-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 (https://www.techemergence.com/how-machine-learning-builds-meaning-from-our-chats-tweets-and-likes-a- conversation-with-dr-lyle-ungar/) Silicon Valley AI Consultant Lorien Pratt on the Business Use Cases of Machine Learning (https://www.techemergence.com/pulling-back-the-curtain-on-machine-learning-apps-in-business-lorien-pratt/) (mailto:?subject=What is Machine Learning?&body=https://www.techemergence.com/what-is-machine-learning/) TechEmergence conducts direct interviews and consensus analysis with leading experts in machine learning and arti cial intelligence. Stay ahead with of the industry with charts, gures, and insights from our unparalleled network, including executives from Facebook, Google, Baidu, Yahoo!, MIT, Stanford and beyond: REL ATED POSTS View Research on the Risks of AI MARKET RESEARCH x INDUSTRY TRENDS Type your email Subscribe Top Machine Learning Podcast Interviews of All Time (https://www.techemergence.com/top-machine- learning-podcast-interviews-of-all-time/) L A S T U P D A T E D O N J U N E 2 3 , 2 0 1 7 B Y D A N I E L F A G G E L L A ( H T T P S : // W W W . T E C H E M E R G E N C E . C O M / A U T H O R / D A N / ) Over the past few years, we've sought out and spoken to some of the top researchers, entrepreneurs, and executives involved in the machine learning ... READ MORE... (https://www.techemergence.com/top- machine-learning-podcast-interviews-of-all-time/) (https://www techemergence com/top machinelearning podcast interviews of all time/)
  • 11. 6/11/2018 What is Machine Learning? - An Informed Definition https://www.techemergence.com/what-is-machine-learning/ 11/11 We asked dozens of AI researchers to tell us the #1 risk of AI within 20 years – and we compiled the responses into one interactive research graphic: View Interactive Research (https://www.techemergence.com/arti cial-intelligence-risk/) Follow (https://www.linkedin.com/company/techemergence) (https://twitter.com/techemergence) (https://www.slideshare.net/techemergence) (https://www.facebook.com/TechEmergence/) (https://itunes.apple.com/in/podcast/techemergence-podcast-innovation/id670771965?mt=2) (https://soundcloud.com/techemergence) Trending Machine Learning Healthcare Applications – 2017 and Beyond (https://www.techemergence.com/machine-learning-healthcare-applications/) Everyday Examples of Arti cial Intelligence and Machine Learning (https://www.techemergence.com/everyday-examples-of-arti cial-intelligence-and-machine-learning/) Machine Learning in Finance - Present and Future Applications (https://www.techemergence.com/machine-learning-in- nance-applications/) Subscribe Research and headlines delivered weekly © 2018 TechEmergence. All rights reserved. About Us (https://www.techemergence.com/about/) Terms of Service (https://www.techemergence.com/terms-and-conditions/) Advertising and Partnerships (https://www.techemergence.com/partnerships/)       Type your email Subscribe