Data Mining Using Weka

Assignment – Data Mining Practice and Analysis

Due date: 5pm Friday 15 January 2021 (in week 9)

Don't use plagiarized sources. Get Your Custom Essay on
Data Mining Using Weka
Just from $13/Page
Order Essay

This assignment can be worked either as a group (three students at maximum) or as an individual. If you work as a group, then group members must equally contribute to the group work. Also, all group members must participate in the presentation.

Aims

· Familiarise with some well-known data mining techniques, in order to understand their working principles;

· Apply data mining techniques to domain-specific datasets;

· Review cutting-edge data mining techniques to gain good overview on current data mining technology;

Requirements (Tasks)

The whole task of this assignment consists of the following procedural steps.

Step 1

Find and download a data set that you think is about an interesting topic.

There will be a bunch of data sets on LearnJCU which the lecturer thinks is interesting, and you are welcome to pick one of those, but there are also thousands of other data sets available from web sites such as these:

· https://toolbox.google.com/datasetsearch

· http://kaggle.com/datasets

· http://www.kdnuggets.com/datasets/index.html

· http://archive.ics.uci.edu/ml/

· http://service.re3data.org/search/

· https://dataverse.harvard.edu/

· https://www.icpsr.umich.edu/icpsrweb/ICPSR/access/subject.jsp

· http://catalog.data.gov/dataset

· http://dataportals.org/

· http://mldata.org/

· http://oad.simmons.edu/oadwiki/Data_repositories

· https://www.quandl.com/

· http://www.google.com/publicdata

· http://lib.stat.cmu.edu/datasets/

· http://webscope.sandbox.yahoo.com/catalog.php

· http://www.nlm.nih.gov/NIHbmic/nih_data_sharing_repositories.html

· https://github.com/caesar0301/awesome-public-datasets

· https://www.reddit.com/r/datasets/

Step 2

The original data set often comes with a short article describing it, or at least a name. Use Google Scholar at https://scholar.google.com (or a similar academic citation index) to find a few articles that use data mining on the same data set (or a similar data set).

If no article uses that same data set, then try looking for articles that use data mining on the same topic.

A few suggestions:

· If there are many articles that use your data set, then just pick a few that are recent, popular, or otherwise interesting.

· You don’t have to read the whole article! Just read the introduction, then skip to the back, and look for a results section or results table. Only then can you decide if the article is worth reading in more detail.

Google Scholar can also do the formatting for your referencing for the articles.

It’s good to this background reading first, before you do any data mining.

Step 3

Choose appropriate data mining techniques, and run some algorithms.

You can select either of two options for this assignment.

· Option (1) – Programming-intensive Assignment

· Once you have your own domain-specific dataset and chosen data mining algorithm, then you need to design and implement the chosen algorithm in your preferred programming language.

· A series of preprocessing will be required at this step. The preprocessing procedure should be designed carefully (considering what kind of processing will be required? How? Why?) to make your data ready to be fed to your program. Some parts of this preprocessing procedure can be included in your program as a part of “pre-data-mining module”.

· Your final program must become a stand-alone data-mining tool designed for your own purpose of data analysis. It is expected that your program should include the following modules (and may include more sub-modules if needed);

1) pre-data-mining module – designed for necessary preprocessing and for getting the data ready to be fed to the next module (data-mining module). You don’t need to include all required pre-processing in this module. It is assumed that some initial preprocessing (e.g. cleaning noise data) can be done externally using other software tools (e.g. Excel or Weka).

2) data-mining module – the chosen data mining algorithm is implemented. You can directly borrow the algorithm from one popular existing data mining method, or you can design your own algorithm (by amending the existing one)

3) post-mining module – this module is for presenting/reporting the output result produced through previous modules. The result can be made in a simple text report or additionally in a non-text visualization way (e.g. graph, chart or diagram).

· This programming-intensive assignment still requires an analysis. Try to find all the patterns you can detect with your implemented algorithm. Try to compare and contrast the result using your chosen preprocessing scheme and algorithm with using other existing algorithm or with using other preprocessing methods.

Note: in particular, for the comparison the result using your program with using other existing algorithm, you can use other existing data mining tools (e.g. Weka) to get the result using other algorithm.

· Option (2) – Analysis-intensive Assignment

· Once you have your own domain-specific dataset chosen, you need to design your own data-mining analysis scheme. This analysis scheme can consist of multiple steps of procedures:

1) Set up a strategy for preprocessing on your data.

A series of preprocessing will be required and need to be designed carefully (considering what kind of processing will be required? How? Why?). You may include multiple different preprocessing schemes for the comparison analysis.

2) Set up a strategy for data-mining.

You need to select one data mining areas (clustering, classification, association rules mining) of your choice and select AT LEAST TWO existing data mining algorithms in your chosen data mining area.

For example, if you chose Clustering as your data mining area, you can apply two algorithms; DBScan and K-mean and compare the two results.

Alternatively you can design a combined algorithm which applies multiple algorithms from same/different data mining areas in a series. Your strategy also can be designed to apply different parameters for one algorithm. Another strategy you can set up is to apply multiple preprocessing (attribute selection) schemes for one algorithm.

· You can choose one data mining tool (e.g. Weka) to analyze your chosen dataset. Apply the data-mining strategy (you had set up) on your chosen data (preprocessed) using the data mining tool and try to find all the patterns you can detect.

· Do various comparison experiments either by applying different data mining algorithms (or strategy) to the same chosen dataset or by applying a same algorithm to the differently pre-processed datasets.

· Critically analyze experimental results and discuss/demonstrate why a chosen algorithm (strategy) is superior/inferior to other algorithm (strategy).

Step 4

· You need to write a research report paper of minimum 15~20 pages (for CP5634 students) on your project, to summarise your algorithm and experimental results. The report should contain all topics listed above for presentation but with more details.

· As mentioned in step 2 above, your report for CP5634 requires a section that is a literature review, or summary about previous work on the same data set (or on similar data sets).

· Feel free to be critical of earlier work: in past semesters, students have found glaring errors in previous research, or have obtained better accuracy than previous research.· Note that the review / summary of previous research is worth 10% of the whole course, so this is an important part of the project. You don’t have to re-invent the wheel, it’s good to see what others have already done.· Please refer to the following link if you need to get further ideas about a “literature review”:

http://www-public.jcu.edu.au/libcomp/assist/training/JCUPRD_026326

· The research paper must follow the generally accepted format of research article consisting of introduction, related work (brief review of methodologies (algorithm/strategy used), a summarized description of your experimental settings and procedures (description of data, justification of chosen data mining area, justification of chosen algorithm, preprocessing details, etc.), comparison, discussion, issues, conclusion, possible future work and a list of references. (you may add more sections if needed)

· In addition to the general components listed above, the report from “Programming-intensive option” should include a summary of your program (including the program structure, implementation details, a summarized algorithm for the main modules etc. including code if necessary).

· For “Analysis-intensive option”, it is required to include a more in-depth analysis on the investigation and experimental comparison made through the project.

·

Submission

· Due for the report submission: 5pm Monday 22 September 2020 (in week 10)

· You need to submit your final report as a single document file (MS Word or PDF format) to the electronic drop box on LearnJCU.

· For the “Programming intensive option”, you need to submit the source code and executable file of your program accompanied to your report. Please make a zip file including all necessary files (report document and program files).

Useful Links

• http://www.kdnuggets.com/

• http://www.cs.waikato.ac.nz/ml/weka/

• http://mlearn.ics.uci.edu/MLRepository.html

• http://kdd.ics.uci.edu/

• http://www.sigkdd.org/

Writing Skills: http://www-public.jcu.edu.au/learningskills/resources/wsonline/

Scientific Report Writing:

http://unilearning.uow.edu.au/report/2b.html

http://writing.wisc.edu/Handbook/ScienceReport.html

Page 5

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Writall
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Philosophy
Thank you this update!
Customer 454745, May 17th, 2021
Business Studies
Excellent work
Customer 454241, November 28th, 2020
Business Studies
Great work!
Customer 455105, May 10th, 2022
Business Studies
Thank you!
Customer 455509, June 1st, 2023
IT, Web
Good job
Customer 455223, December 21st, 2021
Philosophy
Amazing job. My paper makes complete sense and the writer followed my instructions. Best writer I've had.
Customer 454983, November 20th, 2021
Nursing
Thank you!
Customer 454959, February 6th, 2022
Other
I got an A in this project.
Customer 453877, February 6th, 2020
Nursing
Thank you so much!!
Customer 454959, October 22nd, 2021
Statistics
Utilized my word provided; synthesized and organized. Including a timely delivery, including revisions. Very pleased.
Customer 455341, May 1st, 2022
Philosophy
omgggg i got a A- . thank you soooo much
Customer 454429, June 29th, 2020
Nursing
Outstanding
Customer 455459, October 8th, 2022
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat
Live Chat+1(978) 822-0999EmailWhatsApp