SlideShare uma empresa Scribd logo
1 de 19
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

Mais conteúdo relacionado

Mais procurados

Supervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSupervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSpotle.ai
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationAnkit Gupta
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt Poojamanic
 
Machine Learning Algorithms
Machine Learning AlgorithmsMachine Learning Algorithms
Machine Learning AlgorithmsDezyreAcademy
 
Machine Learning
Machine LearningMachine Learning
Machine LearningKumar P
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine LearningJoel Graff
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its ApplicationsDr Ganesh Iyer
 
Machine Learning
Machine LearningMachine Learning
Machine LearningRahul Kumar
 
Machine learning
Machine learningMachine learning
Machine learningRohit Kumar
 
Presentation on supervised learning
Presentation on supervised learningPresentation on supervised learning
Presentation on supervised learningTonmoy Bhagawati
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learningbutest
 

Mais procurados (20)

Supervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSupervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine Learning
 
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
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
Machine Learning Algorithms
Machine Learning AlgorithmsMachine Learning Algorithms
Machine Learning Algorithms
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine Learning
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Presentation on supervised learning
Presentation on supervised learningPresentation on supervised learning
Presentation on supervised learning
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning
Machine learning Machine learning
Machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning ppt
Machine Learning pptMachine Learning ppt
Machine Learning ppt
 

Semelhante a Intro/Overview on Machine Learning Presentation -2

Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningSujith Jayaprakash
 
Machine Learning Landscape
Machine Learning LandscapeMachine Learning Landscape
Machine Learning LandscapeEng Teong Cheah
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learningJohnson Ubah
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine LearningVedaj 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.pdfTemok IT Services
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxShubhamBishnoi14
 
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 BHUBANESWARsiddhantamohanty
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginnersgrinu
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine LearningKnoldus Inc.
 
machine learning
machine learningmachine learning
machine learningMounisha A
 
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 applicationTara ram Goyal
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docxJadhavArjun2
 
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.pptxJohnWilliam111370
 
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...RavindraSinghKushwah1
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.pptARVIND SARDAR
 

Semelhante a Intro/Overview on Machine Learning Presentation -2 (20)

Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine Learning Landscape
Machine Learning LandscapeMachine Learning Landscape
Machine Learning Landscape
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
 
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
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
 
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
 
Machine Learning Tutorial for Beginners
Machine Learning Tutorial for BeginnersMachine Learning Tutorial for Beginners
Machine Learning Tutorial for Beginners
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
 
machine learning
machine learningmachine learning
machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
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
 
machine learning.docx
machine learning.docxmachine learning.docx
machine learning.docx
 
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
 
Machine Learning by Rj
Machine Learning by RjMachine Learning by Rj
Machine Learning by Rj
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
 
Machine Learning_Unit 2_Full.ppt.pdf
Machine Learning_Unit 2_Full.ppt.pdfMachine Learning_Unit 2_Full.ppt.pdf
Machine Learning_Unit 2_Full.ppt.pdf
 
ML_Module_1.pdf
ML_Module_1.pdfML_Module_1.pdf
ML_Module_1.pdf
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.ppt
 

Mais de Ankit Gupta

Biometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learningBiometricstechnology in iot and machine learning
Biometricstechnology in iot and machine learningAnkit Gupta
 
Week2 cloud computing week2
Week2 cloud computing week2Week2 cloud computing week2
Week2 cloud computing week2Ankit Gupta
 
Week 8 lecture material
Week 8 lecture materialWeek 8 lecture material
Week 8 lecture materialAnkit 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 ccAnkit Gupta
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material ccAnkit 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-security4Ankit Gupta
 
Lecture28 cc-security3
Lecture28 cc-security3Lecture28 cc-security3
Lecture28 cc-security3Ankit Gupta
 
Lecture27 cc-security2
Lecture27 cc-security2Lecture27 cc-security2
Lecture27 cc-security2Ankit Gupta
 
Lecture26 cc-security1
Lecture26 cc-security1Lecture26 cc-security1
Lecture26 cc-security1Ankit Gupta
 
Lecture 30 cloud mktplace
Lecture 30 cloud mktplaceLecture 30 cloud mktplace
Lecture 30 cloud mktplaceAnkit Gupta
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture materialAnkit Gupta
 
Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16Ankit Gupta
 
Microprocessor full hand made notes
Microprocessor full hand made notesMicroprocessor full hand made notes
Microprocessor full hand made notesAnkit 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 pptxAnkit Gupta
 

Mais de 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
 
Week2 cloud computing week2
Week2 cloud computing week2Week2 cloud computing week2
Week2 cloud computing week2
 
Week 8 lecture material
Week 8 lecture materialWeek 8 lecture material
Week 8 lecture material
 
Week 4 lecture material cc (1)
Week 4 lecture material cc (1)Week 4 lecture material cc (1)
Week 4 lecture material cc (1)
 
Week 3 lecture material cc
Week 3 lecture material ccWeek 3 lecture material cc
Week 3 lecture material cc
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material cc
 
Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)Mod05lec25(resource mgmt ii)
Mod05lec25(resource mgmt ii)
 
Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)Mod05lec24(resource mgmt i)
Mod05lec24(resource mgmt i)
 
Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)Mod05lec23(map reduce tutorial)
Mod05lec23(map reduce tutorial)
 
Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)Mod05lec22(cloudonomics tutorial)
Mod05lec22(cloudonomics tutorial)
 
Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)Mod05lec21(sla tutorial)
Mod05lec21(sla tutorial)
 
Lecture29 cc-security4
Lecture29 cc-security4Lecture29 cc-security4
Lecture29 cc-security4
 
Lecture28 cc-security3
Lecture28 cc-security3Lecture28 cc-security3
Lecture28 cc-security3
 
Lecture27 cc-security2
Lecture27 cc-security2Lecture27 cc-security2
Lecture27 cc-security2
 
Lecture26 cc-security1
Lecture26 cc-security1Lecture26 cc-security1
Lecture26 cc-security1
 
Lecture 30 cloud mktplace
Lecture 30 cloud mktplaceLecture 30 cloud mktplace
Lecture 30 cloud mktplace
 
Week 7 lecture material
Week 7 lecture materialWeek 7 lecture material
Week 7 lecture material
 
Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16Gurukul Cse cbcs-2015-16
Gurukul Cse cbcs-2015-16
 
Microprocessor full hand made notes
Microprocessor full hand made notesMicroprocessor full hand made notes
Microprocessor full hand made notes
 
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
 

Último

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Último (20)

Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

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.