Weka Tool
Weka Tool
Roll :- 2020178043
MCA 2nd Sem (Regular)
Submission Date : 13-June-2021
Weka is an open source software that provides a collection of machine
learning algorithms for data mining tasks. The algorithms can either be applied directly
to a dataset or called from our own Java code. Weka contains tools for data pre-
processing, classification, regression, clustering, association rules, and visualization so
that we can develop machine learning techniques and apply them to real-world data
mining problems.
Step 1: After installing WEKA tool this interface is visible.
1. Preprocess 4. Associate
2. Classify 5. Select Attributes
3. Cluster 6. Visualize
Pre-processing is the first stage where actually we load the dataset file.
The Classify tab provides several machine learning algorithms for the classification
of our data. We can apply algorithms such as Linear Regression, Logistic
Regression, Support Vector Machines, Decision Trees, RandomTree,
RandomForest, NaiveBayes, and so on.
After selecting the file click on OPEN > Now the dataset file will be loaded.
Also other tabs will be enabled after loading this dataset correctly.
After loading Dataset :-
Relation (table/ File) name will be displayed
Attributes (Column)
Instances (total records ) will be displayed.
Here I am removing one attribute “Instance” because during analysis it is not
required so I will remove this attribute , so my screen look like this..
Statistics
Section
Histogram
Visualization
------------*--------------*--------------------------------------------------*-------------------*----------
: Thanks