M1 Session 1
M1 Session 1
BY:
Prof. Neethi M V
Assistant Professor
Dept. of CSE-DS
ATMECE, Mysuru
1
Department of Computer Science and Engineering - DS
Module 1 – Introduction
2
Department of Computer Science and Engineering - DS
Introduction
• Today, artificial intelligence (AI) is a thriving field with many practical
applications and active research topics.
• We look to intelligent software to automate routine labor, understand speech or
images, make diagnoses in medicine and support basic scientific research
• The true challenge to artificial intelligence proved to be solving the tasks that are
easy for people to perform but hard for people to describe formally—problems
that we solve intuitively, that feel automatic, like recognizing spoken words or
faces in images
3
Department of Computer Science and Engineering - DS
Introduction
• A computer can reason about statements in these formal languages automatically
using logical inference rules. This is known as the knowledge base approach to
artificial intelligenc
• A simple machine learning algorithm called logistic regression can determine
whether to recommend cesarean delivery
• The performance of these simple machine learning algorithms depends heavily
on the representation of the data they are given
• The quintessential example of a representation learning algorithm is the auto
encoder.
• An autoencoder is the combination of an encoder function that converts the input
data into a different representation, and a decoder function that converts the new
representation back into the original format.
4
Department of Computer Science and Engineering - DS
Introduction
• Deep learning solves this
central problem in
representation learning by
introducing representations
that are expressed in terms of
other, simpler
representations.
• The quintessential example of
a deep learning model is the
feedforward deep network or
multilayer perceptron
(MLP).
5
Department of Computer Science and Engineering - DS
Introduction
• The input is presented at the visible layer, so
named because it contains the variables that we
are able to observe..
• Then a series of hidden layers extracts
increasingly abstract features from the image.
• Deep learning has had a long and rich history, but has gone reflecting different
philosophical view points, and has waxed and waned in popularity.
• Deep learning has become more useful as the amount of available training data has
incresed
• Deep learning models have grown in size over time as computer infrastructure for
deep learning has improved.
• Deep accuracy learning has solved increasingly complicated applications with
increasing over time.
8
Department of Computer Science and Engineering - DS
The Many Names and Changing Fortunes of Neural Networks
• Broadly speaking, there have been three
waves of development of deep learning:
• Deep learning known as cybernetics in the
1940s–1960s,
• Deep learning known as connectionism in the
1980s–1990s, and the current resurgence
under the name
• Deep learning beginning in 2006.
• As a result, one of the names that deep
learning has gone by is artificial neural
networks (ANNs).
12
Department of Computer Science and Engineering - DS
13
Department of Computer Science and Engineering - AIML