/2019_DataScience

2019 Data Science course

Primary LanguageC++

Data Science 2019

This markdown is for Hanyang University Data Science course. For more detailed information, please read reports below.

Assignment 1

Goal

Find association rules using the Apriori algorithm.

Detail

Assignment 2

Goal

Build a decision tree, and then classify the test set using this tree.

Detail

Assignment 3

Goal

Perform clustering on a given data set by using DBSCAN.

Detail

Project 4(Term project)

Goal

Predict the ratings of movies in test data by using the given training data containing movie ratings of users.

Detail