Data mining practice and analysis

Assignment Help Other Subject
Reference no: EM132215175

Assignment - Data Mining Practice and Analysis

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
Set up (by your imagination of a real-like business situation or by applying an actual analysis problem case) a scenario in which you are given a set of domain-specific dataset and asked to analyze the given dataset. The purpose of the analysis might be to understand (overview or learn about) the given data or to solve a specific analytical problem - depending on the scenario you made up.

Step 2
Find and get your own domain-specific dataset to fit for the scenario you made up. The dataset could be unique or publicly available.

Step 3
Choose appropriate data mining techniques (algorithms) - see more details for each option in Step 4 below.
** Note: The procedural order of the above three steps can be alternated. For example, you may find an interesting dataset first and then set up a specific data-mining scenario which fits for the analysis on the dataset chosen. **

Step 4
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 5
- You need to present an in-class presentation (15 minutes presentation + 5 minutes question) based on your chosen algorithm (strategy) and experimental test, and also you need to write a scientific paper as an experimental report.

• The presentation must generally include a good overview on your project, aims/objectives, reasons of your choice, brief overview of strategy/algorithm you chosen, findings, comparison including experimental results and conclusion.

• You need to write a research report paper of minimum 10~15 pages (f or 15~20 pages in length on your project to summarise your algorithm and experimental results. The report should contain all topics listed above for presentation but with more details.students, you need to add in your report one additional section for a brief (mini) literature review about the data mining methods (strategy, algorithm and/or preprocessing methods) you chose for your project.Please refer to the following link if you need to get further idea of "literature review":

- 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.

Attachment:- data mining.rar

Verified Expert

in this assignment we have performed the data mining operation using weka tool .here i have implemented 10 algorithms suing we tool.Here I have also created the report for the data ming using weka tool.It is a very interesting tool for data mining and it helps to reduce the time and save money. Here we have use dataset as input fro perform the analysis.

Reference no: EM132215175

Questions Cloud

Sell a new high-tech product : If you were going into business and were going to sell a new high-tech product
Calculated by dividing units produced by input used : Productivity is calculated by dividing units produced(output) by Input used. Productivity increase when inputs decrease while outputs remain the same.
Determine how i would address the issue : The word metaphor I chose for this scenario is "actuality", because a similar scenario likely unfolds in primary care offices around the country on a daily.
What factors effect the slope of aggregate demand : What factors effect the slope of aggregate demand in an open economy?
Data mining practice and analysis : Data Mining Practice and Analysis - Review cutting-edge data mining techniques to gain good overview on current data mining technology
Describe the situation using given information : Dilemma is the word I have chosen to describe this situation. Unfortunately, I think this is a very common occurrence within this setting for nurse practitioner
Explain the arbitration procedure and the enforceability : Write a 350- to 700-word memo to Solar Co.'s CEO explaining the arbitration procedure and the enforceability of arbitration provisions.
How will your communication strategies change for each group : Describe one internal and one external method for the dissemination of your EBP project results. For example, an internal method may be the hospital board.
Why was phoebe pember considered an nurse leader : Why was Phoebe Pember considered an nurse leader? What did Phoebe Pember contribute to the profession of nursing?

Reviews

len2215175

1/15/2019 1:05:59 AM

Submission Due for the report submission: Wednesday 16 (in week 9) Presentation: Before the report is due, usually during week 8. You need to submit your final report as a single document file (MS Word or PDF format) 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).

len2215175

1/15/2019 1:05:42 AM

This assignment can be worked either as a group (two 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.

Write a Review

Other Subject Questions & Answers

  Importance of various aspects of culture

It is a responsibility of the global firm to ascertain the level of importance of various aspects of culture. Companies' operations need to recognize and adjust to the cultural environment

  Describe the type of cybercrime you selected

For the Final Project, you provide an in-depth analysis of a cybercrime. You select a cybercrime to use for the Final Project, where you review how this type of crime evolved, how it gained national attention, and how it was influenced by technolo..

  Define what will you set the iv pump rate at for ml/hour

Vancomycin 250mg in 250 mL 0.9% normal saline IV to infuse over 90 minutes. What will you set the IV pump rate at for mL/hour

  Discuss the limitations of your research

The limitations of your research and discussion of the potential effects of those limitations on your results, you are providing transparency.

  Privilege on the basis of an intersecting status

What are some other examples of how someone may experience privilege on the basis of an intersecting status?

  What consumer wants are met bythe

What consumer wants (or benefits) are met bythe following products or services?

  Research a social policy that is of interest to you

Explain how leaders go about making decisions when the principles and norms surrounding an issue conflict with each other.

  Address the expansion of slavery into new territories

American Manifest Destiny proclaimed that it was a God-given right that the United States would expand its republican liberties over the whole of the continent.

  There are two types of sensory memory

There are two types of sensory memory: iconic memory and echoic memory. Can you think of a time when you used either of these?

  Introductory concepts-unity and variety

Basic Musical Concepts (any of the classes from "Unity and Variety" up to and including "Folk Music, Art Music, and All That Jazz"), and write a two-paragraph summary. NOTE: You may use any piece EXCEPT See Here the Conqu'ring Hero Comes

  What compelled him to contribute to philadelphia

How do these sources explain the concept of the civic-minded Benjamin Franklin as he lived in colonial Philadelphia

  Write a paper about the ethical issues and practices

Write a paper detailing ethical issues and practices for the following topics in adult education and training:Current trends in ethical issues facing trainers.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd