Solution Methodology
Solution Methodology
Solution Methodology
Project Overview
Business Objective:
This project will see how to build a recommendation system for our eCommerce
platform by converting the generated graphs into embeddings and further using
similarity search.
Aim:
To build a Graph based recommender system that will recommend similar products to
the users of our e-commerce platform.
Data Overview :
The dataset contains user information over 9 attributes for an eCommerce website
The data has been converted into graph format for further use.
Tech Stack:
➔ Language: Python
➔ Packages: pandas, numpy, pecanpy, gensim, plotly, umap, faiss
➔ File Management: Parquet
Prerequisites:
1. Build a Graph Based Recommendation System in Python
2. Understanding of Word2Vec technique
File structure:
6. requirements.txt - The requirements.txt file has all the required libraries with
respective versions. Kindly install the requirements at the beginning.
Approach:
Key Takeaways: