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?

Nss power point_machine_learning
Nss power point_machine_learningNss power point_machine_learning
Nss power point_machine_learningGauravsd2014
 
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 BanksLanaMcdaniel
 
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 DataUniversity of Groningen
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learningMridula Akella
 
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
 
Machine learning - xGem - AI
Machine learning - xGem - AIMachine learning - xGem - AI
Machine learning - xGem - AIJuan Carniglia
 
xGem Machine Learning
xGem Machine LearningxGem Machine Learning
xGem Machine LearningJorge Hirtz
 
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)Vivek Maurya
 
Unit 1 introduction
Unit 1 introductionUnit 1 introduction
Unit 1 introductionraksharao
 
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...IJCSEIT Journal
 
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)University of Groningen
 
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 ImplementationImpetus Technologies
 
VTU 8th Sem Notes Simulation
VTU 8th Sem Notes SimulationVTU 8th Sem Notes Simulation
VTU 8th Sem Notes SimulationVivek Maurya
 
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...Michael Batavia
 
Machine Learning Algorithm & Anomaly detection 2021
Machine Learning Algorithm & Anomaly detection 2021Machine Learning Algorithm & Anomaly detection 2021
Machine Learning Algorithm & Anomaly detection 2021Chakrit Phain
 
Pattern Recognition #1 - Gulraj
Pattern Recognition #1 - GulrajPattern Recognition #1 - Gulraj
Pattern Recognition #1 - GulrajMuhammad GulRaj
 
Trending Topics in Machine Learning
Trending Topics in Machine LearningTrending Topics in Machine Learning
Trending Topics in Machine LearningTechsparks
 
Presentation_Malware Analysis.pptx
Presentation_Malware Analysis.pptxPresentation_Malware Analysis.pptx
Presentation_Malware Analysis.pptxnishanth kurush
 

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

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
 
source1
source1source1
source1butest
 
Machine learning and pattern recognition
Machine learning and pattern recognitionMachine learning and pattern recognition
Machine learning and pattern recognitionsureshraj43
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New BossAndreas Dewes
 
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
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learningJohnson Ubah
 
Supervised learning techniques and applications
Supervised learning techniques and applicationsSupervised learning techniques and applications
Supervised learning techniques and applicationsBenjaminlapid1
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGUmair Shafique
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsAM Publications
 
An-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxAn-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxsomeyamohsen3
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxsrikanthkallem1
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine LearningVedaj Padman
 
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_section1_ebook.pdf
machine_learning_section1_ebook.pdfmachine_learning_section1_ebook.pdf
machine_learning_section1_ebook.pdfagfi
 
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)RR IT Zone
 

Ä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

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 Brockhaus Consulting GmbH
 
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 PatternBrockhaus Consulting GmbH
 
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 EEBrockhaus 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

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...APNIC
 
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 EscortsMonica Sydney
 
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 Roommeghakumariji156
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptxAsmae Rabhi
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.krishnachandrapal52
 
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 sweatshirtrahman018755
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdfMatthew Sinclair
 
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.pdfMatthew Sinclair
 
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 EscortsMonica Sydney
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查ydyuyu
 
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 DallasDigicorns Technologies
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
 
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.pdfJOHNBEBONYAP1
 
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 53APNIC
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样ayvbos
 
Power point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria IuzzolinoPower point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria Iuzzolinonuriaiuzzolino1
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查ydyuyu
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
 

Kürzlich hochgeladen (20)

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...
 
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
 
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
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
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
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
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
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
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
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
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
 
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
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
 
Power point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria IuzzolinoPower point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria Iuzzolino
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 

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.