SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
Introduction to
Machine Learning (ML)
What is machine learning?
Some examples of applications
Microarrays analysis:
Braking assistance system:
Engine failure detection:
Predictions of the films punctuations:
Identify, classify or count cells in microscopy images:
Types of machine learning problems
Classification:
Numerical prediction:
Clustering:
Association detection
Detection of anomalies
Text mining
Time series
Main paradigms in Machine learning
Supervised learning
Unsupervised learning
Machine Learning and Data Sensors
Risks prevention in real time (monitoring)
Searching patterns in historical data in order to know the cause of previous failures
Machines usage life estimation
Product quality estimation
Automatization: intelligent systems
Lots of data is generated every day and everywhere. Facebook generates 500 TBytes every day, Twitter produces
12 TBytes of comments every day, NASA generates more than 200 TBytes per day and this is increasing
exponentially. Usually all of this data have “hidden” information, these information could be crucial for determinate
phenomena analysis, predictive maintenance, decision taking and much more, giving machines the capacity of
learn by themselves from experience (data). So it is impossible for humans to find most of the info
hidden(patterns) on these huge amounts of data.
What is machine learning?
● “Field of study that gives computers the ability to learn without being explicitly programmed.”-Arthur
Samuel 1959.
● “A computer program is said to learn from experience E with respect to some class of tasks T and
performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.”
-Tom Michel 1998
● “​Machine learning is a scientific discipline that explores the construction and study of algorithms that can
learn from data.​​
Such algorithms operate by building a model from example inputs and using that to make
predictions or decisions, rather than following strictly static program instructions. Machine learning is
closely related to and often overlaps with computational statistics; a discipline which also specializes in
prediction-making​-applications.”-Wikipedia 2015.
Some examples of applications
Machine learning is a subfield of the artificial intelligence with a lot of applications, like smart robots, text mining
(web search,sentimental analysis, anti spam), artificial vision, audio, medical informatics, data mining and many
other areas.
Microarrays analysis:
Microarrays technique are used​interpreting the
data generated from experiments on DNA which allow
researchers to investigate the expression state of genes. It is
large used to discover what genes influence a certain disease.
A microarray can contains information of the expression levels
from more than 40.000 genes, it impossible for humans
calculate al combination in deep.
Braking assistance system:
Calculating the braking intensity depending on the car
weight, velocity and the distance to the next car. An algorithm
can learn automatically a model in function of the experience
and use for calculating the new situations.
Engine failure detection:
Detecting which pieces have more failure in short
time taking measurements about the temperature, intensity of
the vibrations, pressure in a set of determined pieces.
Predictions of the films punctuations:
Netflix has an algorithm called “CineMatch” that is able to predict what punctuations users
will give to the films in the 95% of the cases.
Identify, classify or count cells in microscopy images:
The algorithm gets a set of images of cells and what
kind of cell are (experience). Then, from that information,
automatically learns the characteristics patterns of each type of
cell.
Types of machine learning problems
There are different types of machine learning problems, Some of the most common are described in the next
points.
Classification:
Consist of finding models able to determinate the
class of any determinate object belongs. There are several
techniques: Decision trees, regression,rules systems, bayes
nets, neural networks, etc
Numerical prediction:
The algorithm estimates a output value (e.g braking distance). Most of the same techniques than
in classification are used for numerical predictions. (eg. regresión)
Clustering:
The clustering objective is to group objects
determined by similar characteristics or patterns.(e.g
news) At the end, each cluster determined a class, but
these classes are not previously defined.
Association detection
Aims in finding associations or correlations of interest in a set of transactions, usually represented
by rules. e.g recommendation system in only shopping
Detection of anomalies
An anomaly or outlier is an input that not matches with the general behavior of the data. E.g
engine failure detection, intruders detections, etc.
Text mining
Is the process of extract useful information from texts. ​Text mining usually involves the process
of structuring the input text,deriving patterns within the structured data, and finally evaluation and
interpretation of the output.
Eg: classify an opinion in negative or positive.
Time series
In this type of problem the algorithms treat with multiple variables with values along of the time.(e.g,data
from temperature sensors in a engine)
The aim is to find patterns in the historical data. (e.g, if the temperature influences the pressure in a
critical moment)
This kind of problems also are frequently use in business for market predictions.
Main paradigms in Machine learning
Supervised learning
This kind of learning is carrying out on
classification or numeral prediction tasks. On
these tasks, each case is divided in input
values and output values that are what the
algorithm determines.
E.g:
➢ input: cell image
➢ output: kind of cell.
In supervised learning we have training set
for each input, an it output. The algorithm
uses this information with corrected
classifications to construct a model.When a
new input that we don't know its class,the
model predicts what class this input belongs.
Unsupervised learning
In this case, we don't have previous
knowledge. The algorithm algorithm does not
have info about the outputs.It has its onw
metrics to determinte patterns. Clustering is a
clear example of unsupervised learning.
Machine Learning and Data Sensors
Time series is a widely machine learning problem in the industrial sector,when a lot of sensors( temperature,
pressure,etc) are collecting data along production time. This data can be analyzed in different ways due to Time
Series involves other problems like clasificación, numeral prediction, clustering etc. A set of application examples
coming up next.
Risks prevention in real time (monitoring)
We could predict the future values of a sensor. For example we can predict the temperature value in any
determined time,if the system detects with enough time that temperature will be above the any threshold(e.g so
high temperature), the machinery could react against this problem or notify the workers avoiding several problems
in production.
Searching patterns in historical data in order to know the cause of previous
failures
Finding the cause of historical issues is a common machine learning task , it is possible to
deep in the relationships between thousand of variables from data sensors and discovering hidden
crucial information. For example if could know that in a determined situation which variables have
influence in others and relate this with an historical issue like a failure..
Machines usage life estimation
It is possible to estimate the live of the machinery using Machine Learning, we could use a
machine more than its normal use if the system detects that it is possible, or replace a determined
machine if the system detects a coming failure.
Product quality estimation
We can estimate the product quality before the product will be completely manufactured
avoiding unnecessary quality tests. This is possible if the relations within the variables and the quality
are discovered by Machine Learning models generated.
Automatization: intelligent systems
The final objective of Machine Learning this fields is to provide a higher level of automatization to the
system. This means that the system would be able to react itself against possible failures and
recovering itself. An example could be if the system detects the an engine is going to break down in
the next few hours, it could stop the production and proceed to solve this problem itself.

Weitere ähnliche Inhalte

Was ist angesagt?

Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
Gunther Eysenbach
 
Pattern Recognition #1 - Gulraj
Pattern Recognition #1 - GulrajPattern Recognition #1 - Gulraj
Pattern Recognition #1 - Gulraj
Muhammad GulRaj
 

Was ist angesagt? (19)

Nss power point_machine_learning
Nss power point_machine_learningNss power point_machine_learning
Nss power point_machine_learning
 
Solutions Manual for Discrete Event System Simulation 5th Edition by Banks
Solutions Manual for Discrete Event System Simulation 5th Edition by BanksSolutions Manual for Discrete Event System Simulation 5th Edition by Banks
Solutions Manual for Discrete Event System Simulation 5th Edition by Banks
 
Machine learning
Machine learningMachine learning
Machine learning
 
2016: Classification of FDG-PET Brain Data
2016: Classification of FDG-PET Brain Data2016: Classification of FDG-PET Brain Data
2016: Classification of FDG-PET Brain Data
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
Usage of Semantic Web Technologies (Web 3.0) Aiming to Facilitate the Utilisa...
 
Machine learning - xGem - AI
Machine learning - xGem - AIMachine learning - xGem - AI
Machine learning - xGem - AI
 
xGem Machine Learning
xGem Machine LearningxGem Machine Learning
xGem Machine Learning
 
System modeling and simulation full notes by sushma shetty (www.vtulife.com)
System modeling and simulation full notes by sushma shetty (www.vtulife.com)System modeling and simulation full notes by sushma shetty (www.vtulife.com)
System modeling and simulation full notes by sushma shetty (www.vtulife.com)
 
Unit 1 introduction
Unit 1 introductionUnit 1 introduction
Unit 1 introduction
 
A REVIEW ON BLIND STILL IMAGE STEGANALYSIS TECHNIQUES USING FEATURES EXTRACTI...
A REVIEW ON BLIND STILL IMAGE STEGANALYSIS TECHNIQUES USING FEATURES EXTRACTI...A REVIEW ON BLIND STILL IMAGE STEGANALYSIS TECHNIQUES USING FEATURES EXTRACTI...
A REVIEW ON BLIND STILL IMAGE STEGANALYSIS TECHNIQUES USING FEATURES EXTRACTI...
 
Interpretable machine-learning (in endocrinology and beyond)
Interpretable machine-learning (in endocrinology and beyond)Interpretable machine-learning (in endocrinology and beyond)
Interpretable machine-learning (in endocrinology and beyond)
 
Anomaly Detection - Real World Scenarios, Approaches and Live Implementation
Anomaly Detection - Real World Scenarios, Approaches and Live ImplementationAnomaly Detection - Real World Scenarios, Approaches and Live Implementation
Anomaly Detection - Real World Scenarios, Approaches and Live Implementation
 
VTU 8th Sem Notes Simulation
VTU 8th Sem Notes SimulationVTU 8th Sem Notes Simulation
VTU 8th Sem Notes Simulation
 
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
 
Machine Learning Algorithm & Anomaly detection 2021
Machine Learning Algorithm & Anomaly detection 2021Machine Learning Algorithm & Anomaly detection 2021
Machine Learning Algorithm & Anomaly detection 2021
 
Pattern Recognition #1 - Gulraj
Pattern Recognition #1 - GulrajPattern Recognition #1 - Gulraj
Pattern Recognition #1 - Gulraj
 
Trending Topics in Machine Learning
Trending Topics in Machine LearningTrending Topics in Machine Learning
Trending Topics in Machine Learning
 
Presentation_Malware Analysis.pptx
Presentation_Malware Analysis.pptxPresentation_Malware Analysis.pptx
Presentation_Malware Analysis.pptx
 

Ähnlich wie Intro 2 Machine Learning

source1
source1source1
source1
butest
 

Ähnlich wie Intro 2 Machine Learning (20)

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
 
source1
source1source1
source1
 
Machine learning and pattern recognition
Machine learning and pattern recognitionMachine learning and pattern recognition
Machine learning and pattern recognition
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New Boss
 
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
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
 
Supervised learning techniques and applications
Supervised learning techniques and applicationsSupervised learning techniques and applications
Supervised learning techniques and applications
 
Machine learning
Machine learningMachine learning
Machine learning
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
 
machine learning
machine learningmachine learning
machine learning
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning Algorithms
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
 
An-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxAn-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning by Rj
Machine Learning by RjMachine Learning by Rj
Machine Learning by Rj
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptx
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to 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_section1_ebook.pdf
machine_learning_section1_ebook.pdfmachine_learning_section1_ebook.pdf
machine_learning_section1_ebook.pdf
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)
 

Mehr von Brockhaus Consulting GmbH

Mehr von Brockhaus Consulting GmbH (20)

Industrie 40 Symposium an der RFH Köln 7.7.2016
Industrie 40 Symposium an der RFH Köln 7.7.2016 Industrie 40 Symposium an der RFH Köln 7.7.2016
Industrie 40 Symposium an der RFH Köln 7.7.2016
 
Zeitreihen in Apache Cassandra
Zeitreihen in Apache CassandraZeitreihen in Apache Cassandra
Zeitreihen in Apache Cassandra
 
M2M infrastructure using Docker
M2M infrastructure using DockerM2M infrastructure using Docker
M2M infrastructure using Docker
 
Arquillian in a nutshell
Arquillian in a nutshellArquillian in a nutshell
Arquillian in a nutshell
 
Big Data and Business Intelligence
Big Data and Business IntelligenceBig Data and Business Intelligence
Big Data and Business Intelligence
 
Microservices und das Entity Control Boundary Pattern
Microservices und das Entity Control Boundary PatternMicroservices und das Entity Control Boundary Pattern
Microservices und das Entity Control Boundary Pattern
 
OPC -Connectivity using Java
OPC -Connectivity using JavaOPC -Connectivity using Java
OPC -Connectivity using Java
 
Mobile Endgeräte in der Produktion
Mobile Endgeräte in der ProduktionMobile Endgeräte in der Produktion
Mobile Endgeräte in der Produktion
 
Messaging im Internet of Things: MQTT
Messaging im Internet of Things: MQTTMessaging im Internet of Things: MQTT
Messaging im Internet of Things: MQTT
 
Industrie 4.0: Symposium an der RFH Köln
Industrie 4.0: Symposium an der RFH KölnIndustrie 4.0: Symposium an der RFH Köln
Industrie 4.0: Symposium an der RFH Köln
 
Java EE Pattern: Infrastructure
Java EE Pattern: InfrastructureJava EE Pattern: Infrastructure
Java EE Pattern: Infrastructure
 
Java EE Pattern: The Entity Layer
Java EE Pattern: The Entity LayerJava EE Pattern: The Entity Layer
Java EE Pattern: The Entity Layer
 
Java EE Pattern: The Control Layer
Java EE Pattern: The Control LayerJava EE Pattern: The Control Layer
Java EE Pattern: The Control Layer
 
Java EE Pattern: The Boundary Layer
Java EE Pattern: The Boundary LayerJava EE Pattern: The Boundary Layer
Java EE Pattern: The Boundary Layer
 
Java EE Pattern: Entity Control Boundary Pattern and Java EE
Java EE Pattern: Entity Control Boundary Pattern and Java EEJava EE Pattern: Entity Control Boundary Pattern and Java EE
Java EE Pattern: Entity Control Boundary Pattern and Java EE
 
Industry 4.0
Industry 4.0Industry 4.0
Industry 4.0
 
Big Data in Production Environments
Big Data in Production EnvironmentsBig Data in Production Environments
Big Data in Production Environments
 
BRO 110: Reference Architecture
BRO 110: Reference ArchitectureBRO 110: Reference Architecture
BRO 110: Reference Architecture
 
Architekturbewertung
ArchitekturbewertungArchitekturbewertung
Architekturbewertung
 
Bro110 5 1_software_architecture
Bro110 5 1_software_architectureBro110 5 1_software_architecture
Bro110 5 1_software_architecture
 

Kürzlich hochgeladen

哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
ydyuyu
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
pxcywzqs
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
JOHNBEBONYAP1
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
ayvbos
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
F
 
Abu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
Abu Dhabi Escorts Service 0508644382 Escorts in Abu DhabiAbu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
Abu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
Monica Sydney
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Monica Sydney
 
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Monica Sydney
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
ydyuyu
 

Kürzlich hochgeladen (20)

哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
 
Call girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girlsCall girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girls
 
Abu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
Abu Dhabi Escorts Service 0508644382 Escorts in Abu DhabiAbu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
Abu Dhabi Escorts Service 0508644382 Escorts in Abu Dhabi
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
 
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
call girls in Anand Vihar (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Best SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency DallasBest SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency Dallas
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 

Intro 2 Machine Learning

  • 2. What is machine learning? Some examples of applications Microarrays analysis: Braking assistance system: Engine failure detection: Predictions of the films punctuations: Identify, classify or count cells in microscopy images: Types of machine learning problems Classification: Numerical prediction: Clustering: Association detection Detection of anomalies Text mining Time series Main paradigms in Machine learning Supervised learning Unsupervised learning Machine Learning and Data Sensors Risks prevention in real time (monitoring) Searching patterns in historical data in order to know the cause of previous failures Machines usage life estimation Product quality estimation Automatization: intelligent systems Lots of data is generated every day and everywhere. Facebook generates 500 TBytes every day, Twitter produces 12 TBytes of comments every day, NASA generates more than 200 TBytes per day and this is increasing exponentially. Usually all of this data have “hidden” information, these information could be crucial for determinate phenomena analysis, predictive maintenance, decision taking and much more, giving machines the capacity of learn by themselves from experience (data). So it is impossible for humans to find most of the info hidden(patterns) on these huge amounts of data. What is machine learning? ● “Field of study that gives computers the ability to learn without being explicitly programmed.”-Arthur Samuel 1959. ● “A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.” -Tom Michel 1998 ● “​Machine learning is a scientific discipline that explores the construction and study of algorithms that can learn from data.​​ Such algorithms operate by building a model from example inputs and using that to make predictions or decisions, rather than following strictly static program instructions. Machine learning is closely related to and often overlaps with computational statistics; a discipline which also specializes in prediction-making​-applications.”-Wikipedia 2015.
  • 3. Some examples of applications Machine learning is a subfield of the artificial intelligence with a lot of applications, like smart robots, text mining (web search,sentimental analysis, anti spam), artificial vision, audio, medical informatics, data mining and many other areas. Microarrays analysis: Microarrays technique are used​interpreting the data generated from experiments on DNA which allow researchers to investigate the expression state of genes. It is large used to discover what genes influence a certain disease. A microarray can contains information of the expression levels from more than 40.000 genes, it impossible for humans calculate al combination in deep. Braking assistance system: Calculating the braking intensity depending on the car weight, velocity and the distance to the next car. An algorithm can learn automatically a model in function of the experience and use for calculating the new situations. Engine failure detection: Detecting which pieces have more failure in short time taking measurements about the temperature, intensity of the vibrations, pressure in a set of determined pieces.
  • 4. Predictions of the films punctuations: Netflix has an algorithm called “CineMatch” that is able to predict what punctuations users will give to the films in the 95% of the cases. Identify, classify or count cells in microscopy images: The algorithm gets a set of images of cells and what kind of cell are (experience). Then, from that information, automatically learns the characteristics patterns of each type of cell. Types of machine learning problems There are different types of machine learning problems, Some of the most common are described in the next points. Classification: Consist of finding models able to determinate the class of any determinate object belongs. There are several techniques: Decision trees, regression,rules systems, bayes nets, neural networks, etc Numerical prediction: The algorithm estimates a output value (e.g braking distance). Most of the same techniques than in classification are used for numerical predictions. (eg. regresión)
  • 5. Clustering: The clustering objective is to group objects determined by similar characteristics or patterns.(e.g news) At the end, each cluster determined a class, but these classes are not previously defined. Association detection Aims in finding associations or correlations of interest in a set of transactions, usually represented by rules. e.g recommendation system in only shopping Detection of anomalies An anomaly or outlier is an input that not matches with the general behavior of the data. E.g engine failure detection, intruders detections, etc. Text mining Is the process of extract useful information from texts. ​Text mining usually involves the process of structuring the input text,deriving patterns within the structured data, and finally evaluation and interpretation of the output. Eg: classify an opinion in negative or positive. Time series In this type of problem the algorithms treat with multiple variables with values along of the time.(e.g,data from temperature sensors in a engine) The aim is to find patterns in the historical data. (e.g, if the temperature influences the pressure in a critical moment) This kind of problems also are frequently use in business for market predictions.
  • 6. Main paradigms in Machine learning Supervised learning This kind of learning is carrying out on classification or numeral prediction tasks. On these tasks, each case is divided in input values and output values that are what the algorithm determines. E.g: ➢ input: cell image ➢ output: kind of cell. In supervised learning we have training set for each input, an it output. The algorithm uses this information with corrected classifications to construct a model.When a new input that we don't know its class,the model predicts what class this input belongs. Unsupervised learning In this case, we don't have previous knowledge. The algorithm algorithm does not have info about the outputs.It has its onw metrics to determinte patterns. Clustering is a clear example of unsupervised learning.
  • 7. Machine Learning and Data Sensors Time series is a widely machine learning problem in the industrial sector,when a lot of sensors( temperature, pressure,etc) are collecting data along production time. This data can be analyzed in different ways due to Time Series involves other problems like clasificación, numeral prediction, clustering etc. A set of application examples coming up next. Risks prevention in real time (monitoring) We could predict the future values of a sensor. For example we can predict the temperature value in any determined time,if the system detects with enough time that temperature will be above the any threshold(e.g so high temperature), the machinery could react against this problem or notify the workers avoiding several problems in production. Searching patterns in historical data in order to know the cause of previous failures Finding the cause of historical issues is a common machine learning task , it is possible to deep in the relationships between thousand of variables from data sensors and discovering hidden crucial information. For example if could know that in a determined situation which variables have influence in others and relate this with an historical issue like a failure.. Machines usage life estimation It is possible to estimate the live of the machinery using Machine Learning, we could use a machine more than its normal use if the system detects that it is possible, or replace a determined machine if the system detects a coming failure.
  • 8. Product quality estimation We can estimate the product quality before the product will be completely manufactured avoiding unnecessary quality tests. This is possible if the relations within the variables and the quality are discovered by Machine Learning models generated. Automatization: intelligent systems The final objective of Machine Learning this fields is to provide a higher level of automatization to the system. This means that the system would be able to react itself against possible failures and recovering itself. An example could be if the system detects the an engine is going to break down in the next few hours, it could stop the production and proceed to solve this problem itself.