Skip to content

stkobsar/DataMiningAdvancedModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Data Mining Advanced Models

This repository has the activities carried out in the Advanced Data Mining Course in the Master Degree of Data Science coursed in UOC (Open University of Catalunya). It contains different jupyter notebooks covering different and interesting topics in Data Mining, Artificial Inteligence and Data Processing.

Data processing

Throughout this practice we will see how to apply different techniques for data loading and preparation:

  1. Loading a data set
  2. Data analysis
  3. Basic statistical analysis
  4. Exploratory data analysis
  5. Dimensionality reduction (sklearn PCA)
  6. Training and testing
Read DataMining/data_processing/preparacion_datos.ipynb for more information

Unsupervised Methods

Throughout this activity we will see how to apply different unsupervised techniques as well as some of their real applications:

  • Clustering with different strategies: k-means and elbow rule, density-based and hierarchical.

  • Optimization with dimensionality reduction: t-SNE.

  • Application: identification of tourist points of interest.

Read DataMining/unsupervised_methods/unsupervised_methods.ipynb for more information

Supervised Methods

Throughout this activity we will see how to apply different supervised algorithms as well as some of their real applications:

  • kNN (K Nearest Neighbors): User rating of a given APP.

  • SVM (Support Vector Machine): Face recognition.

  • Decision Trees: Prediction of child seat sales.

  • Naive-Bayes: Buying or renting a house? What is more convenient for me?

  • And finally we will study the different decision boundaries of the different algorithms.

Read DataMining/supervised_methods/supervised_methods.ipynb for more information

Temporal Series and Classifiers

This practice is divided into two parts:

  • In the first exercise we will see how to decompose and compose time series to make forward predictions.

  • In the second exercise we will study different methods of combining classifiers.

Read DataMining/time_series/time_series.ipynb for more information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published