0% found this document useful (0 votes)
5 views9 pages

Introduction To Weka

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

Introduction To Weka

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

INTRODUCTION TO WEKA

WHAT IS WEKA AND WHY TO USE IT?

 Weka is a collection of machine learning algorithms for data mining tasks.


 The algorithms can either be applied directly to a dataset or called from your own java code.
 WEKA stands for Waikato Environment for knowledge Analysis .It was developed by
Waikato university
 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.
 Weka contains tools for data pre-processing, classification, regression, clustering, association
rules, and visualization.
WEKA - INSTALLATION
• To install WEKA on your machine, visit weka’s official website and download the
installation file.
• The weka gui chooser application will start and you would see the following screen −
Preprocess
Classify
Cluster
Associate
Select
Attributes
Visualize
Load the data file into the WEKA explorer.

• The data can be loaded from the following sources −


Local file system
Web
Database
• Loading Data from Local File System
 Open file ...
 Open URL ...
 Open DB .

You might also like