WEKA A Practical Machine Learning Tool
WEKA A Practical Machine Learning Tool
Contents
1.Introduction to Weka
2.Explorer
3.Other three main tools
4.Conclusions
5.Reference
WEKA: A Practical Machine Learning Tool
Explorer
WEKAs main graphical user interface
Gives access to all its facilities using menu selection and form
filling.(Data-Preprocess/Classify/Cluster/Associate/Select
Attributes/Visualize)
1.Data
2. Operations of Explorer with a Classification example.
WEKA: A Practical Machine Learning Tool
Explorer Data(1)
From files: CSV, ARFF, C4.5 no *.xls
Data loaded from URL or DB
Attribute-Class Attribute
Instance
Instances
*.xls
*.csv
Tips weather.arff ( C:/Program Files/Weka/data/ )
WEKA: A Practical Machine Learning Tool
Explorer Data(2)
ARFF(Attribute-Relation File Format)
@relation <relation-name>
@attribute <attribute-name> <datatype>
numeric (real or integer numbers)
<nominal-specification>
string
date [<date-format>]
@data
% notes
More details:
http://www.cs.waikato.ac.nz/
~ml/weka/arff.html
WEKA: A Practical Machine Learning Tool
Explorer
Summary Statistics
Input data
Select an attribute
Visualization
WEKA: A Practical Machine Learning Tool
Weka Filter
Explorer
Tune Parameters
Select a Filter
WEKA: A Practical Machine Learning Tool
Explorer
Tune Parameters
Results
Select a Classifier
Model list
WEKA: A Practical Machine Learning Tool
Others Experimenter
Comparing different learning algorithms
------on different datasets
------with various parameter settings
------and analyzing the performance statistics
Others KnowledgeFlow
The KnowledgeFlow provides an alternative to the Explorer as a
graphical front end to Weka's core algorithms.
The KnowledgeFlow is a work in progress so some of the
functionality from the Explorer is not yet available.
Conclusions
1.Explorer:
Input data Data preprocess Choose classifier Test options
Run Result analysis
2.Experimenter:
It is necessary for further studies.
3.Make full use of
1. Java tips;
3. Play it yourself!
WEKA: A Practical Machine Learning Tool
Reference
Ian H. Witten, Eibe Frank (2005). Data Mining: Practical Machine Learning Tools
and Techniques (Second Edition, 2005). San Francisco: Morgan Kaufmann
Wekawiki: http://weka.wikispaces.com/