Skip to content

A recommendation system created for H&M created with the help of EDA(Exploratory Data Analysis) and ALS (Alternative Least Squares) which optimizes a users recommendations taking into considerations an account`s view history and uses matrix optimization to give the best possible recommendations.

Notifications You must be signed in to change notification settings

Vishnu-Kota/H-M-recommendation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

image

H-M-recommendation-system

A recommendation system created for H&M created with the help of EDA(Exploratory Data Analysis) and ALS (Alternative Least Squares) which optimizes a users recommendations taking into considerations an account`s view history and uses matrix optimization to give the best possible recommendations. We make use of 4 different csv files which are-articles.csv,customers.csv,transactions_train.csv and sample_submissions.csv. We try to remove the null values from all those files and shape the data. After optimizing each of the indiviadual files using matplotlib.img and seaborn, we visualize those images with the help of various graphs. For customers we use this heatmap, image

In this particular map the more close to one a matrix is to a particular account the more likely the customer will buy the product.

image This graph shows the variances of each customer`s age and what they are likely to buy.

image The above graph shows the number of customers according to age.

For articles we use this graph image This sorts various articles into various categories and displays the most common ones.

image A heatmap of items on the articles file which displays how likely a person will buy the product or not.

This boxplot graph shows what different type of people buy different products. image

Boxplot graph showing various articles using index values. image

The same principles used for transaction_train file. image

This is logarithmic graph about the transactions done due to various accounts. image

This model shows a prediction efficiency of over 70%. Thank You for reading.

About

A recommendation system created for H&M created with the help of EDA(Exploratory Data Analysis) and ALS (Alternative Least Squares) which optimizes a users recommendations taking into considerations an account`s view history and uses matrix optimization to give the best possible recommendations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published