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,
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.
This graph shows the variances of each customer`s age and what they are likely to buy.
The above graph shows the number of customers according to age.
For articles we use this graph This sorts various articles into various categories and displays the most common ones.
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.
Boxplot graph showing various articles using index values.
The same principles used for transaction_train file.
This is logarithmic graph about the transactions done due to various accounts.
This model shows a prediction efficiency of over 70%. Thank You for reading.