SlideShare a Scribd company logo
Codeless Programming
Machine Learning
Ibra College of Technology
Information Technology
Sharjeel Imtiaz
Lecturer IT
Under the guidance of Faiza Rashid Ammar Al-Harthy
A Smart City Initiative towards Machine Learning and AI
Machine Learning
• What is Machine Learning?
• What is learning with train/test data?
Introduction to ML
• What is ML?
Introduction to ML
Introduction to ML
• Your Parents told you that this is a fish and it has
some specific features associated with it like it has
fins, gills, a pair of eyes, a tail and so on. Now,
whenever your brain comes across an image with
those set of features, it automatically registers it as a
fish because your brain has learned that it is a fish.
And which type.
Introduction to ML
• That’s how our brain functions but what about a
machine? If the same image is fed to a machine,
how will the machine identify it to be a fish?
Introduction to ML
• his is where Machine Learning comes in. We’ll keep
on feeding images of a fish to a computer with the
tag “fish” until the machine learns all the features
associated with a fish.
Introduction to ML
• What is training data / test data?
• Once the machine learns all the features associated
with a fish, we will feed it new data to determine
how much has it learned.
Introduction to ML
• What is training data / test data?
• In other words, Raw Data/Training Data is given to
the machine, so that it learns all the features
associated with the Training Data. Once, the
learning is done, it is given New Data/Test Data to
determine how well the machine has learned.
Types of Machine Learning Techniques
• Supervised Learning
1. Classification
2. Regression
• Unsupervised Learning
Types of Machine
Learning Techniques
• Classification (Train/Test Data)
Determines to which set of categories does a new
observation belongs.
1. A classification algorithm learns all the features and
labels of the training data and
2. when new data is given to it, it has to assign labels to
the new observations depending on what it has learned
from the training data.
Types of Machine
Learning Techniques
• Classification (wright / wrong classes)
Types of Machine
Learning Techniques
Classification Techniques
sentiment analysis, topic labeling, language detection,
and intent detection.
Sentiment Analysis
Probably the most common example of text
classification is sentiment analysis: the automated
process of determining whether a text is positive,
negative, or neutral
Types of Machine
Learning Techniques
• SVM
• Naïve Bayesian
• Neural network
• Decision Tree or recursive tree
Types of Machine
Learning Techniques
• Example:
• Conducted survey to see what customers were
interested in new model car
• Want to select customers for advertising
campaign sale custId car age city newCar
c1 taurus 27 sf yes
c2 van 35 la yes
c3 van 40 sf yes
c4 taurus 22 sf yes
c5 merc 50 la no
c6 taurus 25 la no
CodeLess Machine Learning
Neural network
• Take input in neurons or tensors
• Dense connectivity at hidden
• Output layer used softmax function
• Hidden layers using linear functions or sigmoid
SVM
• Best line separate the tow classes
• See the maximum gap between hyperplane
K-Means Clustering K-mean
• Take mean and close
points group together
• Grouping can done in
clusters or hierarchies
Types of Machine
Learning Techniques
• Classification (Train/Test Data)
Short Texts: Text classification can be used in a broad
range of contexts such as classifying short texts (e.g. as
tweets, headlines or tweets).
Larger Documents: Organizing much larger documents
(e.g. customer reviews, media articles or legal
contracts).
Types of Machine
Learning Techniques
• Open text and input in above model amazon_review.txt
• https://app.monkeylearn.com/main/classifiers/cl_pi3C7JiL/
Types of Machine
Learning Techniques
Topic Modeling
• Another common example of text classification is topic
labeling, that is, understanding what a given text is
talking about.
• It’s often used for structuring and organizing data such
as organizing customer feedback by its topic or organizing
news articles according to their subject.
Types of Machine
Learning Techniques
Topic Modeling
• Open text and input in above model amazon_review.txt
• https://app.monkeylearn.com/main/classifiers/cl_sGdE8hD9/
Types of Machine
Learning Techniques
Language Detection
Language detection is another great example of text classification, that is, the process of
classifying incoming text according to its language
• Open text and input in above model amazon_review.txt
• https://app.monkeylearn.com/main/classifiers/cl_Vay9jh28/
Types of Machine
Learning Techniques
Intent Detection
Companies are also using text classifiers for automatically detecting the intent from customer
conversations, often used for generating product analytics or automating business purposes.
• Open text and input in above model amazon_review.txt
• https://app.monkeylearn.com/main/classifiers/cl_v9GTn7zi/
Types of Machine Learning Techniques
• Regression / Prediction
• Regression is a supervised learning algorithm which
helps in determining how does one variable
influence another variable.
• Regression (LM)
• Neural Network
Types of Machine Learning Techniques
• Supervised Learning
1. Classification
2. Regression
• Unsupervised Learning
Types of Machine Learning Techniques
• Regression / Prediction (Dependent variable/
Independent)
•
living_area” is the independent
variable and “price” is the
dependent variable
how does “price” vary with
respect to “living_area
Types of Machine Learning Techniques
• Refer to Data Visualization Sheet 1
• https://mathbench.umd.edu/modules/visualization_
graph/page02.htm
Types of Machine Learning
Techniques
• Case Study: Brand Monitoring
The online conversation around a brand and its
competitors heavily influences consumers. Some blogs,
forums, review sites, and influencers are becoming
more important than traditional outlets.
Types of Machine Learning Techniques
• Unsupervised Learning:
Unsupervised learning algorithm draws inferences from data
which does not have labels.
Clustering is an example of unsupervised learning.
• “K-means”
• “Hierarchical”
• “Fuzzy C-Means” are some examples of clustering algorithms.
Types of Machine Learning Techniques
• Similarity form the cluster
• Intra cluster similarity
• Inter cluster similarity
• High intra cluster
Similarity
• Low inter cluster
Similarity (why)
Interactive K-Mean Clustering Calculator
https://people.revoledu.com/kardi/tutorial/kMean/Online-K-Means-Clustering.html
Data
st,age,cgpa,level
A,20,3.3,1
B,10,2.0,2
C,11,2.1,1
D,11,2.2,1
sheetslevel.txt
Types of Machine Learning Techniques
The following methods for validation will be demonstrated:
• Train/test split criteria 80/20
• k-Fold Cross-Validation 5 equal dataset 20% each
• Leave-one-out Cross-Validation
• Leave-one-group-out Cross-Validation
• Nested Cross-Validation
• Time-series Cross-Validation
• Wilcoxon signed-rank test
• McNemar’s test
• 5x2CV paired t-test
• 5x2CV combined F test
Validation Techniques
The following methods for validation will be demonstrated:
• Train/test split criteria 80/20 Over fit
• k-Fold Cross-Validation 5 equal dataset 20% each
• does this for all combinations and averages the result on each
instance.
Validation Techniques
The following methods for validation will be demonstrated:
• Train/test split criteria 80/20
• Leave-one-out Cross-Validation (LOOCV) 10 equal sample
10% each but not combined accuracy each set is separate test
Validation Techniques
• Small example
Diabetic Patient
Case Study
Number of Instances: 768
Number of Attributes: 8 plus class
For Each Attribute: (all numeric-valued)
1. Number of times pregnant
2. Plasma glucose concentration a 2 hours in an oral
glucose tolerance test
3. Diastolic blood pressure (mm Hg)
4. Triceps skin fold thickness (mm)
5. 2-Hour serum insulin (mu U/ml)
6. Body mass index (weight in kg/(height in m)^2)
7. Diabetes pedigree function
8. Age (years)
9. Class variable (0 or 1)
• Small example
Diabetic Patient
• Teacher will give demo in Weka
• Student in group see the results
Case Study1
• Weather forecasting
• Teacher will give demo in Weka
• Student in group see the results
Case Study2
Demo
• Iris
• Teacher will give demo in Weka
• Student in group see the results
Case Study3
Demo
• Environment
• Health
• Tourism
• Geographical (map)
• Biological domains
area
Relational Data (Tables/Transaction/Legacy Data) -
SQL Lite
Text Data (Web) - Unstructured Text, csv, JSON
Semi-structured Data (XML)
Graph Data
Social Network, Semantic Web (RDF), …
Streaming Data
You can only scan the data once
Type of data
NLP my Interest and latest trend
• SENTIMENT analysis : analyze sentiment and emtions
To cater mass data (100million reviews) using
map-reduce
• Topic analysis : analyze amazon review topic for new
rating criteria
• Social networking : facebook or linkedin or analyze
and make graph which produce million nodes for
genome
References
Web sites:
[1] Machine Learning in R for Beginners, url:https://www.edureka.co/blog/machine-learning-with-r
[2] Choose your x and y carefully., https://mathbench.umd.edu/modules/visualization_graph/page02.htm
[3] Text Classification, https://monkeylearn.com/text-classification/
[4] Dataset, https://storm.cis.fordham.edu/~gweiss/data-mining/datasets.html
[5] Dataset, https://archive.ics.uci.edu/ml/datasets.php

More Related Content

PPT
Machine learning
PPTX
Types of Machine Learning
PPT
Machine Learning presentation.
PPTX
Lecture 01: Machine Learning for Language Technology - Introduction
PDF
Introduction to Machine Learning
PPTX
Machine Learning Algorithms
PPT
activelearning.ppt
PPTX
Machine Learning Training Bootcamp
Machine learning
Types of Machine Learning
Machine Learning presentation.
Lecture 01: Machine Learning for Language Technology - Introduction
Introduction to Machine Learning
Machine Learning Algorithms
activelearning.ppt
Machine Learning Training Bootcamp

What's hot (20)

PPTX
Machine learning
PPTX
Machine Learning Unit 2 Semester 3 MSc IT Part 2 Mumbai University
PDF
Lecture 1: What is Machine Learning?
PPT
Machine Learning
PPTX
Machine Learning
PPTX
Machine learning
PPT
Statistical learning intro
PDF
Seminar(Pattern Recognition)
PPTX
Machine learning - session 3
PPT
Machine learning
PPTX
Meetup sthlm - introduction to Machine Learning with demo cases
PPTX
Supervised Unsupervised and Reinforcement Learning
PPTX
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
PDF
Lecture 2 Basic Concepts in Machine Learning for Language Technology
PPTX
Machine Learning Final presentation
DOC
Intro/Overview on Machine Learning Presentation -2
PPTX
Machine learning - session 1
PPTX
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
DOCX
Advantages and disadvantages of machine learning language
PDF
Lecture 1: Introduction to the Course (Practical Information)
Machine learning
Machine Learning Unit 2 Semester 3 MSc IT Part 2 Mumbai University
Lecture 1: What is Machine Learning?
Machine Learning
Machine Learning
Machine learning
Statistical learning intro
Seminar(Pattern Recognition)
Machine learning - session 3
Machine learning
Meetup sthlm - introduction to Machine Learning with demo cases
Supervised Unsupervised and Reinforcement Learning
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Lecture 2 Basic Concepts in Machine Learning for Language Technology
Machine Learning Final presentation
Intro/Overview on Machine Learning Presentation -2
Machine learning - session 1
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
Advantages and disadvantages of machine learning language
Lecture 1: Introduction to the Course (Practical Information)
Ad

Similar to CodeLess Machine Learning (20)

PPTX
machine learning introduction notes foRr
PDF
Applied Machine Learning Basic like Data representation , validation and tet...
PPTX
Machine Learning DR PRKRao-PPT UNIT-I.pptx
PPTX
Ml leaning this ppt display number of mltypes.pptx
PPTX
Session 17-18 machine learning very important and good type student favour.pptx
PPTX
unit 1.2 supervised learning.pptx
PDF
Introduction to Artificial Intelligence_ Lec 6
PDF
Chapter 5 - Machine which of Learning.pdf
PPTX
Introduction to ML (Machine Learning)
PPTX
AI Unit 5 Pattern Recognition AKTU .pptx
PDF
newmicrosoftpowerpointpresentation-210512111200.pdf
PPT
PPT
ML.ppt
PPT
ML.ppt
PPT
ML.ppt
PPT
ML.pptvdvdvdvdvdfvdfgvdsdgdsfgdfgdfgdfgdf
PDF
لموعد الإثنين 03 يناير 2022 143 مبادرة #تواصل_تطوير المحاضرة ال 143 من المباد...
PPTX
BIG DATA AND MACHINE LEARNING
PDF
22PCOAM16_MACHINE_LEARNING_UNIT_I_NOTES.pdf
PPTX
Machine learning and types
machine learning introduction notes foRr
Applied Machine Learning Basic like Data representation , validation and tet...
Machine Learning DR PRKRao-PPT UNIT-I.pptx
Ml leaning this ppt display number of mltypes.pptx
Session 17-18 machine learning very important and good type student favour.pptx
unit 1.2 supervised learning.pptx
Introduction to Artificial Intelligence_ Lec 6
Chapter 5 - Machine which of Learning.pdf
Introduction to ML (Machine Learning)
AI Unit 5 Pattern Recognition AKTU .pptx
newmicrosoftpowerpointpresentation-210512111200.pdf
ML.ppt
ML.ppt
ML.ppt
ML.pptvdvdvdvdvdfvdfgvdsdgdsfgdfgdfgdfgdf
لموعد الإثنين 03 يناير 2022 143 مبادرة #تواصل_تطوير المحاضرة ال 143 من المباد...
BIG DATA AND MACHINE LEARNING
22PCOAM16_MACHINE_LEARNING_UNIT_I_NOTES.pdf
Machine learning and types
Ad

Recently uploaded (20)

PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
master seminar digital applications in india
PPTX
Lesson notes of climatology university.
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Presentation on HIE in infants and its manifestations
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Supply Chain Operations Speaking Notes -ICLT Program
202450812 BayCHI UCSC-SV 20250812 v17.pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Abdominal Access Techniques with Prof. Dr. R K Mishra
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
VCE English Exam - Section C Student Revision Booklet
master seminar digital applications in india
Lesson notes of climatology university.
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Final Presentation General Medicine 03-08-2024.pptx
GDM (1) (1).pptx small presentation for students
Presentation on HIE in infants and its manifestations
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
A systematic review of self-coping strategies used by university students to ...
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE

CodeLess Machine Learning

  • 1. Codeless Programming Machine Learning Ibra College of Technology Information Technology Sharjeel Imtiaz Lecturer IT Under the guidance of Faiza Rashid Ammar Al-Harthy A Smart City Initiative towards Machine Learning and AI
  • 2. Machine Learning • What is Machine Learning? • What is learning with train/test data?
  • 5. Introduction to ML • Your Parents told you that this is a fish and it has some specific features associated with it like it has fins, gills, a pair of eyes, a tail and so on. Now, whenever your brain comes across an image with those set of features, it automatically registers it as a fish because your brain has learned that it is a fish. And which type.
  • 6. Introduction to ML • That’s how our brain functions but what about a machine? If the same image is fed to a machine, how will the machine identify it to be a fish?
  • 7. Introduction to ML • his is where Machine Learning comes in. We’ll keep on feeding images of a fish to a computer with the tag “fish” until the machine learns all the features associated with a fish.
  • 8. Introduction to ML • What is training data / test data? • Once the machine learns all the features associated with a fish, we will feed it new data to determine how much has it learned.
  • 9. Introduction to ML • What is training data / test data? • In other words, Raw Data/Training Data is given to the machine, so that it learns all the features associated with the Training Data. Once, the learning is done, it is given New Data/Test Data to determine how well the machine has learned.
  • 10. Types of Machine Learning Techniques • Supervised Learning 1. Classification 2. Regression • Unsupervised Learning
  • 11. Types of Machine Learning Techniques • Classification (Train/Test Data) Determines to which set of categories does a new observation belongs. 1. A classification algorithm learns all the features and labels of the training data and 2. when new data is given to it, it has to assign labels to the new observations depending on what it has learned from the training data.
  • 12. Types of Machine Learning Techniques • Classification (wright / wrong classes)
  • 13. Types of Machine Learning Techniques Classification Techniques sentiment analysis, topic labeling, language detection, and intent detection. Sentiment Analysis Probably the most common example of text classification is sentiment analysis: the automated process of determining whether a text is positive, negative, or neutral
  • 14. Types of Machine Learning Techniques • SVM • Naïve Bayesian • Neural network • Decision Tree or recursive tree
  • 15. Types of Machine Learning Techniques • Example: • Conducted survey to see what customers were interested in new model car • Want to select customers for advertising campaign sale custId car age city newCar c1 taurus 27 sf yes c2 van 35 la yes c3 van 40 sf yes c4 taurus 22 sf yes c5 merc 50 la no c6 taurus 25 la no
  • 17. Neural network • Take input in neurons or tensors • Dense connectivity at hidden • Output layer used softmax function • Hidden layers using linear functions or sigmoid
  • 18. SVM • Best line separate the tow classes • See the maximum gap between hyperplane
  • 19. K-Means Clustering K-mean • Take mean and close points group together • Grouping can done in clusters or hierarchies
  • 20. Types of Machine Learning Techniques • Classification (Train/Test Data) Short Texts: Text classification can be used in a broad range of contexts such as classifying short texts (e.g. as tweets, headlines or tweets). Larger Documents: Organizing much larger documents (e.g. customer reviews, media articles or legal contracts).
  • 21. Types of Machine Learning Techniques • Open text and input in above model amazon_review.txt • https://app.monkeylearn.com/main/classifiers/cl_pi3C7JiL/
  • 22. Types of Machine Learning Techniques Topic Modeling • Another common example of text classification is topic labeling, that is, understanding what a given text is talking about. • It’s often used for structuring and organizing data such as organizing customer feedback by its topic or organizing news articles according to their subject.
  • 23. Types of Machine Learning Techniques Topic Modeling • Open text and input in above model amazon_review.txt • https://app.monkeylearn.com/main/classifiers/cl_sGdE8hD9/
  • 24. Types of Machine Learning Techniques Language Detection Language detection is another great example of text classification, that is, the process of classifying incoming text according to its language • Open text and input in above model amazon_review.txt • https://app.monkeylearn.com/main/classifiers/cl_Vay9jh28/
  • 25. Types of Machine Learning Techniques Intent Detection Companies are also using text classifiers for automatically detecting the intent from customer conversations, often used for generating product analytics or automating business purposes. • Open text and input in above model amazon_review.txt • https://app.monkeylearn.com/main/classifiers/cl_v9GTn7zi/
  • 26. Types of Machine Learning Techniques • Regression / Prediction • Regression is a supervised learning algorithm which helps in determining how does one variable influence another variable. • Regression (LM) • Neural Network
  • 27. Types of Machine Learning Techniques • Supervised Learning 1. Classification 2. Regression • Unsupervised Learning
  • 28. Types of Machine Learning Techniques • Regression / Prediction (Dependent variable/ Independent) • living_area” is the independent variable and “price” is the dependent variable how does “price” vary with respect to “living_area
  • 29. Types of Machine Learning Techniques • Refer to Data Visualization Sheet 1 • https://mathbench.umd.edu/modules/visualization_ graph/page02.htm
  • 30. Types of Machine Learning Techniques • Case Study: Brand Monitoring The online conversation around a brand and its competitors heavily influences consumers. Some blogs, forums, review sites, and influencers are becoming more important than traditional outlets.
  • 31. Types of Machine Learning Techniques • Unsupervised Learning: Unsupervised learning algorithm draws inferences from data which does not have labels. Clustering is an example of unsupervised learning. • “K-means” • “Hierarchical” • “Fuzzy C-Means” are some examples of clustering algorithms.
  • 32. Types of Machine Learning Techniques • Similarity form the cluster • Intra cluster similarity • Inter cluster similarity • High intra cluster Similarity • Low inter cluster Similarity (why)
  • 33. Interactive K-Mean Clustering Calculator https://people.revoledu.com/kardi/tutorial/kMean/Online-K-Means-Clustering.html Data st,age,cgpa,level A,20,3.3,1 B,10,2.0,2 C,11,2.1,1 D,11,2.2,1 sheetslevel.txt Types of Machine Learning Techniques
  • 34. The following methods for validation will be demonstrated: • Train/test split criteria 80/20 • k-Fold Cross-Validation 5 equal dataset 20% each • Leave-one-out Cross-Validation • Leave-one-group-out Cross-Validation • Nested Cross-Validation • Time-series Cross-Validation • Wilcoxon signed-rank test • McNemar’s test • 5x2CV paired t-test • 5x2CV combined F test Validation Techniques
  • 35. The following methods for validation will be demonstrated: • Train/test split criteria 80/20 Over fit • k-Fold Cross-Validation 5 equal dataset 20% each • does this for all combinations and averages the result on each instance. Validation Techniques
  • 36. The following methods for validation will be demonstrated: • Train/test split criteria 80/20 • Leave-one-out Cross-Validation (LOOCV) 10 equal sample 10% each but not combined accuracy each set is separate test Validation Techniques
  • 37. • Small example Diabetic Patient Case Study Number of Instances: 768 Number of Attributes: 8 plus class For Each Attribute: (all numeric-valued) 1. Number of times pregnant 2. Plasma glucose concentration a 2 hours in an oral glucose tolerance test 3. Diastolic blood pressure (mm Hg) 4. Triceps skin fold thickness (mm) 5. 2-Hour serum insulin (mu U/ml) 6. Body mass index (weight in kg/(height in m)^2) 7. Diabetes pedigree function 8. Age (years) 9. Class variable (0 or 1)
  • 38. • Small example Diabetic Patient • Teacher will give demo in Weka • Student in group see the results Case Study1
  • 39. • Weather forecasting • Teacher will give demo in Weka • Student in group see the results Case Study2 Demo
  • 40. • Iris • Teacher will give demo in Weka • Student in group see the results Case Study3 Demo
  • 41. • Environment • Health • Tourism • Geographical (map) • Biological domains area
  • 42. Relational Data (Tables/Transaction/Legacy Data) - SQL Lite Text Data (Web) - Unstructured Text, csv, JSON Semi-structured Data (XML) Graph Data Social Network, Semantic Web (RDF), … Streaming Data You can only scan the data once Type of data
  • 43. NLP my Interest and latest trend • SENTIMENT analysis : analyze sentiment and emtions To cater mass data (100million reviews) using map-reduce • Topic analysis : analyze amazon review topic for new rating criteria • Social networking : facebook or linkedin or analyze and make graph which produce million nodes for genome
  • 44. References Web sites: [1] Machine Learning in R for Beginners, url:https://www.edureka.co/blog/machine-learning-with-r [2] Choose your x and y carefully., https://mathbench.umd.edu/modules/visualization_graph/page02.htm [3] Text Classification, https://monkeylearn.com/text-classification/ [4] Dataset, https://storm.cis.fordham.edu/~gweiss/data-mining/datasets.html [5] Dataset, https://archive.ics.uci.edu/ml/datasets.php