Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Homework Help/Study Tips Expert

Data Mining Assignment: Clustering and Basic Classification

OBJECTIVES

Learn some of the clustering features of Scikit-learn to do partitioning and hierarchical clustering (k-Means and hierarchical clustering algorithms);

Learn about document clustering, and document similarity scoring using TFIDF;

Using built-in k-nearest neighbor and interpret the output in Scikit-learn - this is an extension of the implementation you did last time;

Learn how to binarize categorical variables in Scikit-learn;

Learn how to use DecisionTreeClassifier to build a basic classifier.

DATA FOR PART 1 -

We will be using data from IMDB and working with movie data. IMDB is a movie database that is widely used to learn about (and rate) movies. Much of the work around movies focuses on predicting ratings - for example, the Net?ix Prize contest was designed to encourage developers to explore better algorithms for rating movies. Instead of predicting ratings, we will work in- stead with clustering the plots of movies. Data will come from the OMDB API which allows a developer to extract information from IMDB programmatically since there is no open public API directly published by IMDB.

You can view the notebook here to see how the data was extracted, but you can skip that step and look directly at the file which is the output of that data. Also, you can find the data for this assignment in data directory, and in it you will see a TSV file called

data/top1000_movie_summaries.tsv.

BACKGROUND FOR PART 1

Document clustering is a common task in text mining and has broad applications in a variety of contexts. In the unsupervised context, such clustering provides insights into a set of documents and the common features they share. In the supervised context such clustering allows one to train and subsequently classify documents. For example, if one were to determine of a document is of a certain kind (e.g. legal, academic) one can use labeled instances to learn the features that would allow the discrimination of unlabeled/unseen instances.

There are several good resources in information retrieval that you may want to bookmark for future reference in text mining and information retrieval generally:

Manning, C.D., Raghavan, P. and Schütze, H. (2008) Introduction to Information Retrieval. doi: http://dx.doi.org/10.1017/CBO9780511809071; Available at: Stanford NLP - Information Retrieval.

DOCUMENT ANALYSIS: TERM FREQUENCY (TF) AND INVERSE DOCUMENT FREQUENCY (TF) The intuition behind analyzing words in documents hinges on the following:

  • terms that are frequent in documents are given higher importance than those that are infrequent
  • terms that are frequent across documents are not considered as important

that is common words across an entire corpus are discounted while those that are common within documents are boosted.

Part 2 - Classification With k-Nearest Neighbors

In HW1 you learned about and used the k-NN algorithm. You computed k neighbors based on actual data. This algorithm can also be used to do what is called a lazy learner because it learns from the testing phase instead of the training phase. This has performance issues unto itself since all the data it has to be seen. It can, nonetheless, be used as a way to do supervised classification since it has learned all the class labels already.

You will first start with just a warm-up of the using the Nearest Neighbors algorithm already implented in Scikit-learn.

Part 3 - Classification With Decision Trees

As we learned, decision trees are a powerful way to build classifiers, especially since the output is interpretable. By using information gain such as entropy and gini coefficient, nodes can be chosen that split the data in meaningful ways allowing the leaf nodes to provide the labels of a set of decisions as one follows each attribute at a decision point.

Attachment:- Assignment.rar

Homework Help/Study Tips, Others

  • Category:- Homework Help/Study Tips
  • Reference No.:- M92063762

Have any Question?


Related Questions in Homework Help/Study Tips

Officer joanna has newly graduated from the police academy

Officer Joanna has newly graduated from the police academy and has a real passion for her work. During her day shift, she likes to position her patrol car behind some oak trees near a shopping mall that has a "stop" sign ...

Are rare earth minerals dangerous for humans and the

Are rare earth minerals dangerous for humans and the environment? Do they cause human health issues? What are rare earth minerals used for?

Question - for this article review a criminal justice

Question - For this article review a criminal justice official faced scrutiny surrounding an incident that questioned his or her ethical decisions. Discuss the incident, the ethical dilemma, and what you think the outcom ...

Question there are multiple steps and tasks necessary for

Question: There are multiple steps and tasks necessary for this particular Unit 1 IP assignment: 1. Review the Information provided in Part 1 and Part 2. 2. You must meet with your team to identify the IT disciplines (sp ...

International politics paper assignment -i paper guidelines

International Politics Paper Assignment - I. PAPER GUIDELINES You must write a 5-6 page research paper (double-spaced, 12 pt. font, and 1-inch margins) applying the course concepts and theories. The goal of this paper is ...

Assignmentif you havent already read the overview for the

Assignment If you haven't already, read the Overview for the module, do the reading assignments, and listen to the presentation/lectures. Answers can be found in the text and lectures. These are three short essay questio ...

Question 1 what is known as the characteristic line of

Question: 1. What is known as the characteristic line of modern investment analysis is simply the regression line obtained from the following model: a. A security whose beta coefficient is greater than one is said to be ...

Discussion questionwhat is the organizational structure of

Discussion Question What is the organizational structure of your Top 100 hospital? To what degree did the design seem to affect the organization's accomplishments? should be no less than 250 words in length not including ...

Please read this article which can be accessed online atthe

Please read this article which can be accessed online at: The Supreme Court and Gay Marriage By The Editorial Board Questions to ponder before posting: The Supreme court, in its 2015 ruling, made same sex marriage legal ...

Assignmentresearch an application of graph theory in the

Assignment Research an application of Graph Theory in the real world. Find an article that describes how Graph theory is used, and what parts of Graph Theory are used. Explain why this application is important for scienc ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As