0% found this document useful (0 votes)
13 views4 pages

DMW 05

This document discusses exploring the machine learning tool WEKA. It describes how WEKA provides tools for data preprocessing, machine learning algorithms, and visualization. It outlines the different interfaces in WEKA and explains the preprocess, classify, cluster, associate, select attributes, and visualize tabs and their purposes.

Uploaded by

Kkm Kalariya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views4 pages

DMW 05

This document discusses exploring the machine learning tool WEKA. It describes how WEKA provides tools for data preprocessing, machine learning algorithms, and visualization. It outlines the different interfaces in WEKA and explains the preprocess, classify, cluster, associate, select attributes, and visualize tabs and their purposes.

Uploaded by

Kkm Kalariya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

DWM [1010207613] [2107020701005]

PRACTICAL - 1
AIM : Explore machine learning tool “WEKA”.
The foundation of any Machine Learning application is data - not just a little data but a huge
data which is termed as Big Data in the current terminology.

To train the machine to analyze big data, you need to have several considerations on the data:

 The data must be clean.


 It should not contain null values.

WEKA - an open source software provides tools for data preprocessing, implementation of
several Machine Learning algorithms, and visualization tools so that you can develop
machine learning techniques and apply them to real-world data mining problems.

The WEKA GUI Chooser application will start and you would see the following screen –

The GUI Chooser application allows you to run five different types of applications as listed
here −

 Explorer
 Experimenter
 KnowledgeFlow
 Workbench
 Simple CLI

BAIT, SURAT Page 1


DWM [1010207613] [2107020701005]

Weka - Launching Explorer

When you click on the Explorer button in the Applications selector, it opens the following
screen :

On the top, you will see several tabs as listed here :

 Preprocess
 Classify
 Cluster
 Associate
 Select Attributes
 Visualize

BAIT, SURAT Page 2


DWM [1010207613] [2107020701005]

Preprocess Tab

Initially as you open the explorer, only the Preprocess tab is enabled. The first step in
machine learning is to preprocess the data. Thus, in the Preprocess option, you will select the
data file, process it and make it fit for applying the various machine learning algorithms.

Classify Tab

The Classify tab provides you several machine learning algorithms for the classification of
your data. To list a few, you may apply algorithms such as Linear Regression, Logistic
Regression, Support Vector Machines, Decision Trees, RandomTree, RandomForest,
NaiveBayes, and so on. The list is very exhaustive and provides both supervised and
unsupervised machine learning algorithms.

BAIT, SURAT Page 3


DWM [1010207613] [2107020701005]

Cluster Tab

Under the Cluster tab, there are several clustering algorithms provided - such as
SimpleKMeans, FilteredClusterer, HierarchicalClusterer, and so on.

Associate Tab

Under the Associate tab, you would find Apriori, FilteredAssociator and FPGrowth.

Select Attributes Tab

Select Attributes allows you feature selections based on several algorithms such as
ClassifierSubsetEval, PrinicipalComponents, etc.

Visualize Tab

Lastly, the Visualize option allows you to visualize your processed data for analysis.

BAIT, SURAT Page 4

You might also like