

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: MACHINE LEARNING AND DATA MINING; Subject: Computer Science; University: Oregon State University; Term: Unknown 1989;
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Cs434 Assignment 1 Due: Monday Oct 13th^ in class
Part I. (14pts) Through out the course, Weka will be a very useful tool for you to explore different machine learning and data mining algorithms. The purpose of this part of the assignment is to familiarize you with this software package. For this assignment, please download and install the Weka software package (version 3.4) from http://www.cs.waikato.ac.nz/ml/weka/
If you don’t have access to a computer for this purpose, please inform the instructor and special arrangement can be made to accommodate your need.
Basic information on this software package can be found in the following tutorial: http://easynews.dl.sourceforge.net/sourceforge/weka/ExplorerGuide-3.4.pdf
Note that there are many documents available on the Weka webpage introducing different aspects of Weka. For example, another useful thing to read is the following document, which describes the input format for Weka, i.e., the “arff” (attribute relation file format) format. http://www.cs.waikato.ac.nz/~ml/weka/arff.html
Please use Weka to explore the “iris” data set that comes with the software. To open this data set, choose “explorer” from the Weka GUI chooser, which opens a panel with several tabs. Select the “preprocess” tab and click “Open file”, then click on the “data” folder, choose the “iris.arff” file.
With the help of the Weka software, answer the following questions:
Note that questions 4 and 5 are subjective; please provide your reasons for the answers. Reasons could be describe in words and/or shown through figures.
Part II