SlideShare a Scribd company logo
An Overview OF
MACHINE LEARNING
Power point
Presentation
BCE- C 560
Submitted By:
Ankit gupta
B.Tech, Cse, V Sem
Roll no:16
Submitted To:
Mr. Nishant munjal
Assistant Professor
CSE Department, Fet, Gkv
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
FACULTY OF ENGINEERING AND TECHNOLOGY
GURUKUL KANGRI UNIVERSITY
2017-2018
What is Machine Learning?
Machine learning is an application of artificial intelligence (AI) that
provides systems the ability to automatically learn and improve from
experience without being explicitly programmed. Machine learning
focuses on the development of computer programs that can
access data and use it learn for themselves.
The process of learning begins with observations or data, such as
examples, direct experience, or instruction, in order to look for
patterns in data and make better decisions in the future based on the
examples that we provide. The primary aim is to allow the
computers learn automatically without human intervention or
assistance and adjust actions accordingly.
Arthur Samuel in 1959:
“[Machine Learning is the] field of study that gives computers the
ability to learn without being explicitly programmed.”
And more recently, in 1997, Tom Mitchel :
“A computer program is said to learn from experience E with
respect to some task T and some performance measure P, if its
performance on T, as measured by P, improves with experience
E.” -- Tom Mitchell, Carnegie Mellon University :
Machine learning enables analysis of massive quantities of data. While
it generally delivers faster, more accurate results in order to identify
profitable opportunities or dangerous risks, it may also require
additional time and resources to train it properly. Combining machine
learning with AI and cognitive technologies can make it even more
effective in processing large volumes of information.
 Algorithm by learning Style:
There are different ways an algorithm can model a problem based on
its interaction with the experience or environment or whatever we
count to call the input data.
Three different styles in machine learning algorithm:
1.Semi-Supervised Learning
 Input data is a mixture of labeled and unlabelled examples.
 There is a desired prediction problem but the model must
learn the structures to organize the data as well as make
predictions.
 Example problems are classification and regression.
 Example algorithms are extensions to other flexible
methods that make assumptions about how to model the
unlabeled data.
2. Supervised Learning
 Input data is called training data and has a known label or
result such as spam/not-spam or a stock price at a time.
 A model is prepared through a training process in which it
is required to make predictions and is corrected when those
predictions are wrong. The training process continues until the
model achieves a desired level of accuracy on the training data.
 Example problems are classification and regression.
3.Unsupervised Learning
 Input data is not labeled and does not have a known result.
 A model is prepared by deducing structures present in the
input data. This may be to extract general rules. It may be
through a mathematical process to systematically reduce
redundancy, or it may be to organize data by similarity.
 Example problems are clustering, dimensionality reduction
and association rule learning.
 Example algorithms include: the Apriori algorithm and k-
Means.
 How will machine learning work with humans for
optimal marketing?
Machine learning will offer key insights into optimization, helping brands
understand what people want to read.
Humans will be in charge of creating high-quality content that speaks to
the needs of the customers, as detailed by the machine learning.
Machine learning will analyze customer behavior on websites to better
understand how people progress through the buyer’s journey.
Machine learning will take the content created by people and develop a
more personalized experience.
Machine learning will be an important part of marketing in the future, as
it will help brands better understand customer behavior and what people
want to see online. Humans will always be in charge of the creative
process, but this type of learning will make it easier to create a superior
user experience.
Learning system model:
Machine learning refers to a system capable of acquiring and
integrating the knowledge automatically. The capability of the systems
to learn from experience, training, analytical observation, and other
means, results in a system that can continuously self-improve and
thereby exhibit efficiency and effectiveness.
A machine learning system usually starts with some knowledge and a
corresponding knowledge organization so that it can interpret, analyze,
and test the knowledge acquired.
The figure shown besides
is a typical learning
system model.
It consists of the
following components.
1. Learning element
2. Knowledge base
3. Performance element
4. Feedback element
5. Standard system.
Machine learning refers to a system capable of acquiring and integrating
the knowledge automatically. The capability of the systems to learn from
experience, training, analytical observation, and other means, results in a
system that can continuously self-improve and thereby exhibit efficiency
and effectiveness.
A machine learning system usually starts with some knowledge and a
corresponding knowledge organization so that it can interpret, analyze,
and test the knowledge acquired.
Learning System Model
The figure shown above is a typical learning system model. It consists of the
following components.
1. Learning element
2. Knowledge base
3. Performance element
4. Feedback element
5. Standard system.
1. Learning element
It receives and processes the input obtained from a person ( i.e. a teacher),
from reference material like magazines, journals, etc, or from the environment
at large.
2. Knowledge base
This is somewhat similar to the database. Initially it may contain some basic
knowledge. Thereafter it receives more knowledge which may be new and so be
added as it is or it may replace the existing knowledge.
3. Performance element
It uses the updated knowledge base to perform some tasks or solves some
problems and produces the corresponding output.
4. Feedback element
It is receiving the two inputs, one from learning element and one from standard
(or idealized) system. This is to identify the differences between the two inputs.
The feedback is used to determine what should be done in order to produce the
correct output.
5. Standard system
It is a trained person or a computer program that is able to produce the
correct output. In order to check whether the machine learning system has
learned well, the same input is given to the standard system. The outputs of
standard system and that of performance element are given as inputs to the
feedback element for the comparison. Standard system is also called idealized
system. The sequence of operations described above may be repeated until
the system gets the desired perfection.
There are several factors affecting the performance are:
• Types of training provided
• The form and extent of any initial background knowledge
• The type of feedback provided
• The learning algorithms used.
Training is the process of making the system able to learn. It may consist of
randomly selected examples that include a variety of facts and details including
irrelevant data. The learning techniques can be characterized as a search
through a space of possible hypotheses or solutions. Background knowledge
can be used to make learning more efficient by reducing the search space. The
feedback may be a simple yes or no type of evaluation or it may contain useful
information describing why a particular action was good or bad. If the feedback
is always reliable and carries useful information, the learning process will be
faster and the resultant knowledge will be correct.
The success of machine learning system also depends on the algorithms. These
algorithms control the search to find and build the knowledge structures. The
algorithms should extract useful information from training examples. There are
several machine learning techniques available. I have explored some of the
important techniques.
A.I vs. Machine Learning vs. Deep Learning
AI and machine learning are often used interchangeably, especially in the realm
of big data. But these aren’t the same thing, and it is important to understand
how these can be applied differently.
Artificial intelligence is a broader concept than machine learning, which
addresses the use of computers to mimic the cognitive functions of humans.
When machines carry out tasks based on algorithms in an “intelligent”
manner, that is AI. Machine learning is a subset of AI and focuses on the ability
of machines to receive a set of data and learn for themselves, changing
algorithms as they learn more about the information they are processing.
Training computers to think like humans is achieved partly through the use of
neural networks. Neural networks are a series of algorithms modeled after the
human brain. Just as the brain can recognize patterns and help us categorize
and classify information, neural networks do the same for computers. The
brain is constantly trying to make sense of the information it is processing, and
to do this, it labels and assigns items to categories. When we encounter
something new, we try to compare it to a known item to help us understand and
make sense of it. Neural networks do the same for computers.
Benefits of neural networks:
• Extract meaning from complicated data
• Detect trends and identify patterns too complex for humans to notice
• Learn by example
• Speed advantages
Deep learning goes yet another level deeper and can be considered a subset of
machine learning. The concept of deep learning is sometimes just referred to
as "deep neural networks," referring to the many layers involved. A neural
network may only have a single layer of data, while a deep neural network has
two or more. The layers can be seen as a nested hierarchy of related concepts
or decision trees. The answer to one question leads to a set of deeper related
questions.
Deep learning networks need to see large quantities of items in order to be
trained. Instead of being programmed with the edges that define items, the
systems learn from exposure to millions of data points. An early example of
this is the Google Brain learning to recognize cats after being shown over ten
million images. Deep learning networks do not need to be programmed with
criteria that define items; they are able to identify edges through being
exposed to large amounts of data.
What is the Jupyter Notebook?
 The Jupyter Notebook is an interactive computing environment that
enables users to author notebook documents that include: - Live code -
Interactive widgets - Plots - Narrative text - Equations - Images - Video
 These documents provide a complete and self-contained record of a
computation that can be converted to various formats and shared with
others using email, Dropbox, version control systems (like git/GitHub)
or nbviewer.jupyter.org.
Components
The Jupyter Notebook combines three components:
 The notebook web application: An interactive web application for
writing and running code interactively and authoring notebook
documents.
 Kernels: Separate processes started by the notebook web application
that runs users’ code in a given language and returns output back to the
notebook web application. The kernel also handles things like
computations for interactive widgets, tab completion and introspection.
 Notebook documents: Self-contained documents that contain a
representation of all content visible in the notebook web application,
including inputs and outputs of the computations, narrative text,
equations, images, and rich media representations of objects. Each
notebook document has its own kernel.
Notebook web application
The notebook web application enables users to:
 Edit code in the browser, with automatic syntax highlighting,
indentation, and tab completion/introspection.
 Run code from the browser, with the results of computations attached
to the code which generated them.
 See the results of computations with rich media representations, such
as HTML, LaTeX, PNG, SVG, PDF, etc.
 Create and use interactive JavaScript widgets, which bind interactive
user interface controls and visualizations to reactive kernel side
computations.
Author narrative text using the Markdown markup language.
+++++++++ STARTUPS TRANSFORMING HEALTHCARE AI+++++++++
Important points are +++++ Taking care of human health is a quite
intricate job that requires broad and multiple aspects of the
healthcare industry to work together.
Healthcare industry is already overburdened with the exploding
population and lack of trained doctors. The ratio of doctor to patients
in India is 1:1700 which is far higher than the recommended ratio of 1 in
every 1000 patients by WHO.
The spontaneous increase in the count of efficient healthcare
providers is not possible. But the access to intelligent and smart
technologies can enhance the productivity and precision of existing
ones in serving more patients in a specific time, with the ease to
improve healthcare outcomes and in lowering the healthcare expense.
Artificial Intelligence (AI) has the ability to throttle the pace of
advancements in almost all industrial segments.
According to John McCarthy, the father of Artificial Intelligence;
“Artificial Intelligence is the science and engineering of making
intelligent machines, especially intelligent computer programs.”
AI helps humans to amalgamate human intelligence with computer
technology to enhance the potential of the healthcare industry to serve
better.
Know about some healthcare start-ups in India who are adopting AI to
accelerate the healthcare industry in a more efficient and cost-
effective way.
The some startups companies are in Healthcare in India :
Sigtuple –
CEO: Rohit Pandey Founded: 2015 Location: Bangalore
About: SigTuple is utilizing AI to build artificially intelligent pathologist for medical
diagnosis. AI is utilized to analyze medical images, scans, and videos to generate
information for diagnosis. Sigtuple’s product, Shonit automates the procedure of
medical diagnosis to reduce the time and effort.
Shonit can automatically detect diseases like anemia, malaria, leukemia and other
diseases. The waiting time of the patients to get pathology reports before treatment
would be reduced.
Shonit comprises of digitized slides for blood test attached to a mechanical
component and a smartphone to a regular microscope. The smartphone auto scans the
slides. SigTuple’s AI engine then learns to classify the result and tag the visual data.
The automation will help to avoid the more time-consuming methods for visual medical
diagnosis and make the process faster.
Qure. Ai
CEO: Prashant Warier
Founded: 2016
Location: Mumbai
About: Qure.ai is a decision support tool for diagnostic images. The startup uses deep
learning to diagnose diseases from radiology and pathology imaging and to develop
personalized cancer treatment plans from histopathology imaging and genome
sequences. AI contributes to combine various data sources from patient’s history to
create a personalized treatment plan.
The amount of medical data generated from various connected devices is growing
exponentially. Deep learning assists the machines to learn from various sources and
to interpret medical images quickly and accurately to generate useful data.
And some other also Startsup: QorQL , Touchkin, Predible Health,
Healthmir, Aindra, Niramai Health Analytix, Advenio Technosys
,Ten3T , Orbuculum,and manys.
Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2
Ad

More Related Content

What's hot (20)

Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
Megha Sharma
 
Machine learning
Machine learningMachine learning
Machine learning
Dr Geetha Mohan
 
Machine learning
Machine learningMachine learning
Machine learning
Rajesh Chittampally
 
Pattern Recognition.pptx
Pattern Recognition.pptxPattern Recognition.pptx
Pattern Recognition.pptx
hafeez504942
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Vivek Garg
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
Md. Main Uddin Rony
 
Introduction to Machine learning with Python
Introduction to Machine learning with PythonIntroduction to Machine learning with Python
Introduction to Machine learning with Python
Chariza Pladin
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Shrey Malik
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
Suresh Arora
 
Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.
Rohit Kumar
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Sujith Jayaprakash
 
Machine learning
Machine learningMachine learning
Machine learning
eonx_32
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini
 
Deep learning
Deep learningDeep learning
Deep learning
Mohamed Loey
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
AnweshaGarima
 
A brief history of machine learning
A brief history of  machine learningA brief history of  machine learning
A brief history of machine learning
Robert Colner
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Darshan Ambhaikar
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
MachinePulse
 
Machine Learning Algorithms
Machine Learning AlgorithmsMachine Learning Algorithms
Machine Learning Algorithms
DezyreAcademy
 
Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
Megha Sharma
 
Pattern Recognition.pptx
Pattern Recognition.pptxPattern Recognition.pptx
Pattern Recognition.pptx
hafeez504942
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Vivek Garg
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
Md. Main Uddin Rony
 
Introduction to Machine learning with Python
Introduction to Machine learning with PythonIntroduction to Machine learning with Python
Introduction to Machine learning with Python
Chariza Pladin
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Shrey Malik
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
Suresh Arora
 
Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.
Rohit Kumar
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Sujith Jayaprakash
 
Machine learning
Machine learningMachine learning
Machine learning
eonx_32
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini
 
ppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptxppt on machine learning to deep learning (1).pptx
ppt on machine learning to deep learning (1).pptx
AnweshaGarima
 
A brief history of machine learning
A brief history of  machine learningA brief history of  machine learning
A brief history of machine learning
Robert Colner
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
MachinePulse
 
Machine Learning Algorithms
Machine Learning AlgorithmsMachine Learning Algorithms
Machine Learning Algorithms
DezyreAcademy
 

Similar to Intro/Overview on Machine Learning Presentation -2 (20)

Introduction to Machine Learning for btech 7th sem
Introduction to Machine Learning for btech 7th semIntroduction to Machine Learning for btech 7th sem
Introduction to Machine Learning for btech 7th sem
cse21216
 
Machine Learning Landscape
Machine Learning LandscapeMachine Learning Landscape
Machine Learning Landscape
Eng Teong Cheah
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
Johnson Ubah
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
Vedaj Padman
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
Temok IT Services
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
ShubhamBishnoi14
 
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWARBEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
siddhantamohanty
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginners
grinu
 
Introduction to Machine Learning Techniques
Introduction to Machine Learning TechniquesIntroduction to Machine Learning Techniques
Introduction to Machine Learning Techniques
rahuljain582793
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
Knoldus Inc.
 
machine learning
machine learningmachine learning
machine learning
Mounisha A
 
Machine learning
Machine learningMachine learning
Machine learning
MaedehDelparish
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
Supervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its applicationSupervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its application
Tara ram Goyal
 
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlmMlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
akshithasamudrala951
 
Machine Learning_2025_First Module_1.pdf
Machine Learning_2025_First Module_1.pdfMachine Learning_2025_First Module_1.pdf
Machine Learning_2025_First Module_1.pdf
Dr. Shivashankar
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docx
JadhavArjun2
 
Day1-Introdtechhnology of techuction.pptx
Day1-Introdtechhnology of  techuction.pptxDay1-Introdtechhnology of  techuction.pptx
Day1-Introdtechhnology of techuction.pptx
RehanHussanCSE
 
Machine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptxMachine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptx
JohnWilliam111370
 
Machine Learning by Rj
Machine Learning by RjMachine Learning by Rj
Machine Learning by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
Introduction to Machine Learning for btech 7th sem
Introduction to Machine Learning for btech 7th semIntroduction to Machine Learning for btech 7th sem
Introduction to Machine Learning for btech 7th sem
cse21216
 
Machine Learning Landscape
Machine Learning LandscapeMachine Learning Landscape
Machine Learning Landscape
Eng Teong Cheah
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
Johnson Ubah
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
Vedaj Padman
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
Temok IT Services
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
ShubhamBishnoi14
 
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWARBEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
BEST MACHINE LEARNING TRAINING INSTITUTE IN BHUBANESWAR
siddhantamohanty
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginners
grinu
 
Introduction to Machine Learning Techniques
Introduction to Machine Learning TechniquesIntroduction to Machine Learning Techniques
Introduction to Machine Learning Techniques
rahuljain582793
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
Knoldus Inc.
 
machine learning
machine learningmachine learning
machine learning
Mounisha A
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
Supervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its applicationSupervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its application
Tara ram Goyal
 
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlmMlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
akshithasamudrala951
 
Machine Learning_2025_First Module_1.pdf
Machine Learning_2025_First Module_1.pdfMachine Learning_2025_First Module_1.pdf
Machine Learning_2025_First Module_1.pdf
Dr. Shivashankar
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docx
JadhavArjun2
 
Day1-Introdtechhnology of techuction.pptx
Day1-Introdtechhnology of  techuction.pptxDay1-Introdtechhnology of  techuction.pptx
Day1-Introdtechhnology of techuction.pptx
RehanHussanCSE
 
Machine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptxMachine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptx
JohnWilliam111370
 
Ad

More from Ankit Gupta (20)

Biometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learningBiometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learning
Ankit Gupta
 
Week2 cloud computing week2
Week2 cloud computing week2Week2 cloud computing week2
Week2 cloud computing week2
Ankit Gupta
 
Week 8 lecture material
Week 8 lecture materialWeek 8 lecture material
Week 8 lecture material
Ankit Gupta
 
Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Week 4 lecture material cc (1)
Week 4 lecture material cc (1)
Ankit Gupta
 
Week 3 lecture material cc
Week 3 lecture material ccWeek 3 lecture material cc
Week 3 lecture material cc
Ankit Gupta
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material cc
Ankit Gupta
 
Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)
Ankit Gupta
 
Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)
Ankit Gupta
 
Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)
Ankit Gupta
 
Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)
Ankit Gupta
 
Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)
Ankit Gupta
 
Lecture29 cc-security4
Lecture29 cc-security4Lecture29 cc-security4
Lecture29 cc-security4
Ankit Gupta
 
Lecture28 cc-security3
Lecture28 cc-security3Lecture28 cc-security3
Lecture28 cc-security3
Ankit Gupta
 
Lecture27 cc-security2
Lecture27 cc-security2Lecture27 cc-security2
Lecture27 cc-security2
Ankit Gupta
 
Lecture26 cc-security1
Lecture26 cc-security1Lecture26 cc-security1
Lecture26 cc-security1
Ankit Gupta
 
Lecture 30 cloud mktplace
Lecture 30 cloud mktplaceLecture 30 cloud mktplace
Lecture 30 cloud mktplace
Ankit Gupta
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
Ankit Gupta
 
Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16
Ankit Gupta
 
Microprocessor full hand made notes
Microprocessor full hand made notesMicroprocessor full hand made notes
Microprocessor full hand made notes
Ankit Gupta
 
Transfer Leaning Using Pytorch synopsis Minor project pptx
Transfer Leaning Using Pytorch  synopsis Minor project pptxTransfer Leaning Using Pytorch  synopsis Minor project pptx
Transfer Leaning Using Pytorch synopsis Minor project pptx
Ankit Gupta
 
Biometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learningBiometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learning
Ankit Gupta
 
Week2 cloud computing week2
Week2 cloud computing week2Week2 cloud computing week2
Week2 cloud computing week2
Ankit Gupta
 
Week 8 lecture material
Week 8 lecture materialWeek 8 lecture material
Week 8 lecture material
Ankit Gupta
 
Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Week 4 lecture material cc (1)
Week 4 lecture material cc (1)
Ankit Gupta
 
Week 3 lecture material cc
Week 3 lecture material ccWeek 3 lecture material cc
Week 3 lecture material cc
Ankit Gupta
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material cc
Ankit Gupta
 
Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)
Ankit Gupta
 
Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)
Ankit Gupta
 
Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)
Ankit Gupta
 
Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)
Ankit Gupta
 
Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)
Ankit Gupta
 
Lecture29 cc-security4
Lecture29 cc-security4Lecture29 cc-security4
Lecture29 cc-security4
Ankit Gupta
 
Lecture28 cc-security3
Lecture28 cc-security3Lecture28 cc-security3
Lecture28 cc-security3
Ankit Gupta
 
Lecture27 cc-security2
Lecture27 cc-security2Lecture27 cc-security2
Lecture27 cc-security2
Ankit Gupta
 
Lecture26 cc-security1
Lecture26 cc-security1Lecture26 cc-security1
Lecture26 cc-security1
Ankit Gupta
 
Lecture 30 cloud mktplace
Lecture 30 cloud mktplaceLecture 30 cloud mktplace
Lecture 30 cloud mktplace
Ankit Gupta
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
Ankit Gupta
 
Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16
Ankit Gupta
 
Microprocessor full hand made notes
Microprocessor full hand made notesMicroprocessor full hand made notes
Microprocessor full hand made notes
Ankit Gupta
 
Transfer Leaning Using Pytorch synopsis Minor project pptx
Transfer Leaning Using Pytorch  synopsis Minor project pptxTransfer Leaning Using Pytorch  synopsis Minor project pptx
Transfer Leaning Using Pytorch synopsis Minor project pptx
Ankit Gupta
 
Ad

Recently uploaded (20)

Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...
BookNet Canada
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Does Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should KnowDoes Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should Know
Pornify CC
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Slack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teamsSlack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teams
Nacho Cougil
 
Viam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdfViam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdf
camilalamoratta
 
AI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdfAI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdf
Precisely
 
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of ExchangesJignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah Innovator
 
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
Lorenzo Miniero
 
Agentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community MeetupAgentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community Meetup
Manoj Batra (1600 + Connections)
 
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier VroomAI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
UXPA Boston
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
UiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer OpportunitiesUiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer Opportunities
DianaGray10
 
IT484 Cyber Forensics_Information Technology
IT484 Cyber Forensics_Information TechnologyIT484 Cyber Forensics_Information Technology
IT484 Cyber Forensics_Information Technology
SHEHABALYAMANI
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...
BookNet Canada
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Does Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should KnowDoes Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should Know
Pornify CC
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Slack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teamsSlack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teams
Nacho Cougil
 
Viam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdfViam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdf
camilalamoratta
 
AI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdfAI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdf
Precisely
 
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of ExchangesJignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah Innovator
 
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
Lorenzo Miniero
 
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier VroomAI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
UXPA Boston
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
UiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer OpportunitiesUiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer Opportunities
DianaGray10
 
IT484 Cyber Forensics_Information Technology
IT484 Cyber Forensics_Information TechnologyIT484 Cyber Forensics_Information Technology
IT484 Cyber Forensics_Information Technology
SHEHABALYAMANI
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 

Intro/Overview on Machine Learning Presentation -2

  • 1. An Overview OF MACHINE LEARNING Power point Presentation BCE- C 560 Submitted By: Ankit gupta B.Tech, Cse, V Sem Roll no:16 Submitted To: Mr. Nishant munjal Assistant Professor CSE Department, Fet, Gkv DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING FACULTY OF ENGINEERING AND TECHNOLOGY GURUKUL KANGRI UNIVERSITY 2017-2018
  • 2. What is Machine Learning? Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves. The process of learning begins with observations or data, such as examples, direct experience, or instruction, in order to look for patterns in data and make better decisions in the future based on the examples that we provide. The primary aim is to allow the computers learn automatically without human intervention or assistance and adjust actions accordingly. Arthur Samuel in 1959: “[Machine Learning is the] field of study that gives computers the ability to learn without being explicitly programmed.” And more recently, in 1997, Tom Mitchel : “A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.” -- Tom Mitchell, Carnegie Mellon University : Machine learning enables analysis of massive quantities of data. While it generally delivers faster, more accurate results in order to identify profitable opportunities or dangerous risks, it may also require additional time and resources to train it properly. Combining machine
  • 3. learning with AI and cognitive technologies can make it even more effective in processing large volumes of information.  Algorithm by learning Style: There are different ways an algorithm can model a problem based on its interaction with the experience or environment or whatever we count to call the input data. Three different styles in machine learning algorithm: 1.Semi-Supervised Learning  Input data is a mixture of labeled and unlabelled examples.  There is a desired prediction problem but the model must learn the structures to organize the data as well as make predictions.  Example problems are classification and regression.  Example algorithms are extensions to other flexible methods that make assumptions about how to model the unlabeled data. 2. Supervised Learning  Input data is called training data and has a known label or result such as spam/not-spam or a stock price at a time.  A model is prepared through a training process in which it is required to make predictions and is corrected when those predictions are wrong. The training process continues until the model achieves a desired level of accuracy on the training data.
  • 4.  Example problems are classification and regression. 3.Unsupervised Learning  Input data is not labeled and does not have a known result.  A model is prepared by deducing structures present in the input data. This may be to extract general rules. It may be through a mathematical process to systematically reduce redundancy, or it may be to organize data by similarity.  Example problems are clustering, dimensionality reduction and association rule learning.  Example algorithms include: the Apriori algorithm and k- Means.  How will machine learning work with humans for optimal marketing? Machine learning will offer key insights into optimization, helping brands understand what people want to read. Humans will be in charge of creating high-quality content that speaks to the needs of the customers, as detailed by the machine learning. Machine learning will analyze customer behavior on websites to better understand how people progress through the buyer’s journey. Machine learning will take the content created by people and develop a more personalized experience.
  • 5. Machine learning will be an important part of marketing in the future, as it will help brands better understand customer behavior and what people want to see online. Humans will always be in charge of the creative process, but this type of learning will make it easier to create a superior user experience. Learning system model: Machine learning refers to a system capable of acquiring and integrating the knowledge automatically. The capability of the systems to learn from experience, training, analytical observation, and other means, results in a system that can continuously self-improve and thereby exhibit efficiency and effectiveness. A machine learning system usually starts with some knowledge and a corresponding knowledge organization so that it can interpret, analyze, and test the knowledge acquired. The figure shown besides is a typical learning system model. It consists of the following components. 1. Learning element 2. Knowledge base 3. Performance element 4. Feedback element 5. Standard system. Machine learning refers to a system capable of acquiring and integrating the knowledge automatically. The capability of the systems to learn from experience, training, analytical observation, and other means, results in a system that can continuously self-improve and thereby exhibit efficiency and effectiveness. A machine learning system usually starts with some knowledge and a corresponding knowledge organization so that it can interpret, analyze, and test the knowledge acquired.
  • 6. Learning System Model The figure shown above is a typical learning system model. It consists of the following components. 1. Learning element 2. Knowledge base 3. Performance element 4. Feedback element 5. Standard system. 1. Learning element It receives and processes the input obtained from a person ( i.e. a teacher), from reference material like magazines, journals, etc, or from the environment at large. 2. Knowledge base This is somewhat similar to the database. Initially it may contain some basic knowledge. Thereafter it receives more knowledge which may be new and so be added as it is or it may replace the existing knowledge.
  • 7. 3. Performance element It uses the updated knowledge base to perform some tasks or solves some problems and produces the corresponding output. 4. Feedback element It is receiving the two inputs, one from learning element and one from standard (or idealized) system. This is to identify the differences between the two inputs. The feedback is used to determine what should be done in order to produce the correct output. 5. Standard system It is a trained person or a computer program that is able to produce the correct output. In order to check whether the machine learning system has learned well, the same input is given to the standard system. The outputs of standard system and that of performance element are given as inputs to the feedback element for the comparison. Standard system is also called idealized system. The sequence of operations described above may be repeated until the system gets the desired perfection. There are several factors affecting the performance are: • Types of training provided • The form and extent of any initial background knowledge • The type of feedback provided • The learning algorithms used. Training is the process of making the system able to learn. It may consist of randomly selected examples that include a variety of facts and details including
  • 8. irrelevant data. The learning techniques can be characterized as a search through a space of possible hypotheses or solutions. Background knowledge can be used to make learning more efficient by reducing the search space. The feedback may be a simple yes or no type of evaluation or it may contain useful information describing why a particular action was good or bad. If the feedback is always reliable and carries useful information, the learning process will be faster and the resultant knowledge will be correct. The success of machine learning system also depends on the algorithms. These algorithms control the search to find and build the knowledge structures. The algorithms should extract useful information from training examples. There are several machine learning techniques available. I have explored some of the important techniques. A.I vs. Machine Learning vs. Deep Learning AI and machine learning are often used interchangeably, especially in the realm of big data. But these aren’t the same thing, and it is important to understand how these can be applied differently. Artificial intelligence is a broader concept than machine learning, which addresses the use of computers to mimic the cognitive functions of humans. When machines carry out tasks based on algorithms in an “intelligent” manner, that is AI. Machine learning is a subset of AI and focuses on the ability of machines to receive a set of data and learn for themselves, changing algorithms as they learn more about the information they are processing.
  • 9. Training computers to think like humans is achieved partly through the use of neural networks. Neural networks are a series of algorithms modeled after the human brain. Just as the brain can recognize patterns and help us categorize and classify information, neural networks do the same for computers. The brain is constantly trying to make sense of the information it is processing, and to do this, it labels and assigns items to categories. When we encounter something new, we try to compare it to a known item to help us understand and make sense of it. Neural networks do the same for computers. Benefits of neural networks: • Extract meaning from complicated data • Detect trends and identify patterns too complex for humans to notice • Learn by example • Speed advantages Deep learning goes yet another level deeper and can be considered a subset of machine learning. The concept of deep learning is sometimes just referred to as "deep neural networks," referring to the many layers involved. A neural
  • 10. network may only have a single layer of data, while a deep neural network has two or more. The layers can be seen as a nested hierarchy of related concepts or decision trees. The answer to one question leads to a set of deeper related questions. Deep learning networks need to see large quantities of items in order to be trained. Instead of being programmed with the edges that define items, the systems learn from exposure to millions of data points. An early example of this is the Google Brain learning to recognize cats after being shown over ten million images. Deep learning networks do not need to be programmed with criteria that define items; they are able to identify edges through being exposed to large amounts of data. What is the Jupyter Notebook?  The Jupyter Notebook is an interactive computing environment that enables users to author notebook documents that include: - Live code - Interactive widgets - Plots - Narrative text - Equations - Images - Video
  • 11.  These documents provide a complete and self-contained record of a computation that can be converted to various formats and shared with others using email, Dropbox, version control systems (like git/GitHub) or nbviewer.jupyter.org. Components The Jupyter Notebook combines three components:  The notebook web application: An interactive web application for writing and running code interactively and authoring notebook documents.  Kernels: Separate processes started by the notebook web application that runs users’ code in a given language and returns output back to the notebook web application. The kernel also handles things like computations for interactive widgets, tab completion and introspection.  Notebook documents: Self-contained documents that contain a representation of all content visible in the notebook web application, including inputs and outputs of the computations, narrative text, equations, images, and rich media representations of objects. Each notebook document has its own kernel. Notebook web application The notebook web application enables users to:  Edit code in the browser, with automatic syntax highlighting, indentation, and tab completion/introspection.  Run code from the browser, with the results of computations attached to the code which generated them.
  • 12.  See the results of computations with rich media representations, such as HTML, LaTeX, PNG, SVG, PDF, etc.  Create and use interactive JavaScript widgets, which bind interactive user interface controls and visualizations to reactive kernel side computations. Author narrative text using the Markdown markup language. +++++++++ STARTUPS TRANSFORMING HEALTHCARE AI+++++++++ Important points are +++++ Taking care of human health is a quite intricate job that requires broad and multiple aspects of the healthcare industry to work together. Healthcare industry is already overburdened with the exploding population and lack of trained doctors. The ratio of doctor to patients in India is 1:1700 which is far higher than the recommended ratio of 1 in every 1000 patients by WHO. The spontaneous increase in the count of efficient healthcare providers is not possible. But the access to intelligent and smart technologies can enhance the productivity and precision of existing
  • 13. ones in serving more patients in a specific time, with the ease to improve healthcare outcomes and in lowering the healthcare expense. Artificial Intelligence (AI) has the ability to throttle the pace of advancements in almost all industrial segments. According to John McCarthy, the father of Artificial Intelligence; “Artificial Intelligence is the science and engineering of making intelligent machines, especially intelligent computer programs.” AI helps humans to amalgamate human intelligence with computer technology to enhance the potential of the healthcare industry to serve better. Know about some healthcare start-ups in India who are adopting AI to accelerate the healthcare industry in a more efficient and cost- effective way.
  • 14. The some startups companies are in Healthcare in India : Sigtuple – CEO: Rohit Pandey Founded: 2015 Location: Bangalore About: SigTuple is utilizing AI to build artificially intelligent pathologist for medical diagnosis. AI is utilized to analyze medical images, scans, and videos to generate information for diagnosis. Sigtuple’s product, Shonit automates the procedure of medical diagnosis to reduce the time and effort. Shonit can automatically detect diseases like anemia, malaria, leukemia and other diseases. The waiting time of the patients to get pathology reports before treatment would be reduced. Shonit comprises of digitized slides for blood test attached to a mechanical component and a smartphone to a regular microscope. The smartphone auto scans the
  • 15. slides. SigTuple’s AI engine then learns to classify the result and tag the visual data. The automation will help to avoid the more time-consuming methods for visual medical diagnosis and make the process faster. Qure. Ai CEO: Prashant Warier Founded: 2016 Location: Mumbai About: Qure.ai is a decision support tool for diagnostic images. The startup uses deep learning to diagnose diseases from radiology and pathology imaging and to develop personalized cancer treatment plans from histopathology imaging and genome sequences. AI contributes to combine various data sources from patient’s history to create a personalized treatment plan. The amount of medical data generated from various connected devices is growing exponentially. Deep learning assists the machines to learn from various sources and to interpret medical images quickly and accurately to generate useful data.
  • 16. And some other also Startsup: QorQL , Touchkin, Predible Health, Healthmir, Aindra, Niramai Health Analytix, Advenio Technosys ,Ten3T , Orbuculum,and manys.