expertis | Blog
expertis | Blog
  • expertis.co
  • Posts
MENU CLOSE back  

PCA, Singular Value Decomposition & Association Rules implementation in Python

I am experiment with Principal Component Analysis as a dimensionality reduction approach to assist in clustering high-dimensional data. For this I have use an image segmentation data set for clustering. After clustering the image data, I measure completeness and homogeneity of the generated clusters. The data set used in this problem is based on the Image Segmentation data set at the UCI Machine Learning Repository..

In addition I would perform association rule mining using the implementation provided in the textbook Machine Learning in Action, Chapter 11. For this implementation I use a modified version of the Apriori implementation in Machine Learning in Action. It has been modified to compute lift values for rules in addition to confidence

The final experimentation is with item-based recommendation for a joke recommender system using a modified version of the item-based recommender algorithm from Ch. 14 of the textbook mention above. I will use it on joke ratings data based on Jester Online Joke Recommender System .

See implementation

May 30, 2016By jsotelo
Shelter Animal OutcomesSocial Network Analysis

Related posts

images
NFL Predictions
January 16, 2017
images-1
NBA predictions
December 19, 2016
Cap Rates
Cap Rates
November 22, 2016
lbmc
Load balancer using MC
September 10, 2016
peppers-in-summer
Multi-Label Learning by Exploiting Label Dependency
July 8, 2016
u2u-color-by-Modularity
Amazon product co-purchasing network
June 10, 2016
Categories
  • Association Rule (2)
  • Classification (8)
  • Decision Trees (2)
  • Finance (2)
  • Gephi (1)
  • LDA (2)
  • Machine Learning (6)
  • Monte Carlo (4)
  • PCA (5)
  • Python (9)
  • R (6)
  • Random Forest (2)
  • Social Network (1)
  • SVD (2)
  • Thoughts (1)
  • TSA (3)
Julio Sotelo

julio.sotelo@expertis.co