Introduction to Machine Learning Program Assignment #1 Solution

$35.00 $29.00

This program assignment aims to help you set up your environment for the upcoming assignments and the final project, and also help you understand the basic workflow of machine learning/data mining. Problem There are two datasets need to be analyzed. For each dataset, you have to do the following: Visualize the basic statistics like average,…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

This program assignment aims to help you set up your environment for the upcoming assignments and the final project, and also help you understand the basic workflow of machine learning/data mining.

  1. Problem

There are two datasets need to be analyzed. For each dataset, you have to do the following:

    1. Visualize the basic statistics like average, standard deviation and value counts of every feature.

    1. Preprocess the data, so that it can be used as training data & testing data.

    1. Use the data to generate a decision tree model with any package you want.

    1. Generate decision tree models to construct a random forest model. Please note that package-provided random forest model is NOT allowed in this step.

    1. Use confusion matrix, resubstitution validation (i.e. identical training and testing set) and K-fold cross validation with K > 1 to validate the performance of your models.

  1. Dataset

      1. Iris dataset

https://archive.ics.uci.edu/ml/datasets/Iris

    1. sepal length in cm

    1. sepal width in cm

    1. petal length in cm

    1. petal width in cm

    1. class

n Iris Setosa

n Iris Versicolour n Iris Virginica

  1. Google Play Store Apps

Web scraped data of 10k Play Store apps for analyzing the Android market. You are allowed to do experiments with this dataset for different

data-preprocessing methods or different targets to predict, as long as it makes sense.

This dataset contains two parts:

  1. googleplaystore_user_reviews.csv n App name

n Translated Review n Sentiment

n Sentiment Polarity

n Sentiment Subjectivity

  1. googleplaystore.csv

  • App

  • Category

  • Rating

  • Reviews

  • Size

  • Installs

Number of user downloads/installs for the app (as when scraped)

  • Type

  • Price

  • Content Rating

Age group the app is targeted at – Children / Mature 21+ / Adult

  • Genres

An app can belong to multiple genres (apart from its main category). For eg, a musical family game will belong to Music, Game, Family genres.

  • Last Updated

Date when the app was last updated on Play Store (as when scraped)

  • Current Ver

Current version of the app available on Play Store (as when scraped)

  • Android Ver

  1. Report & Scoring

This is a team-based program assignment, so one team should only submit one report and one source code to E3. The report should contain the following for both datasets:

  1. What environments the members are using (5%)

  1. Basic statistic visualization of the data (20%)

  1. Data preprocessing methods (20%)

  1. How you generate decision tree and random forest models (20%)

  1. The performance (20%)

  1. Conclusion (20%)

There are some rules to follow:

  1. Since this assignment is about environment setup, ALL of the members must be able to execute the code and get roughly the same results.

  1. Each member should provide one screenshot of the result in the report.

  1. C / C++ / Java / Python / Matlab are allowed to use. For visualization, Excel or other programs are allowed.

  1. Report format should be PDF.

  1. One team should only make one submission to E3 by one member.

  1. No cheating and plagiarizing.

Introduction to Machine Learning Program Assignment #1 Solution
$35.00 $29.00