Project Recommendation System: Phase 1 Report (GSoC 2021- Devansh Dixit)

This blog describes my work done for Recommendation System project during Google Summer of Code 2021 at CircuitVerse.

I have successfully completed Phase 1 of the Coding period @CircuitVerse and received amazing feedback from my mentor.

GSoC

Major Goals Accomplished in Phase 1

  • Ready with the data extraction, pre-processing, and testing modules.
  • Implemented the proposed model (Clustering + Re-Ranking) at the end of week 3.
  • Currently working on a hybrid model based on Topic Modelling using LDA, K-Means clustering, and content-based re-ranking.

Here’s a draft PR of the work that I have done #2327.

Slight changes from the Proposal

The model that I had mentioned in my proposal, was giving good results but since we had some more time to test out other SOTA methods, we are currently working on the hybrid model as mentioned above. This might take some time to build and we might have to reduce the time allotted to the integration part in the timeline.

Future Goals

The upcoming coding period involves:

  • Integrating the LDA model with the K-Means model.
  • Implementing the 2nd layer of the model (currently, it’s just a simple re-ranking based on the number of views and stars).
  • Creating a model pipeline.
  • Making a UI and integrating the system with the website (if time permits).

My Experience

It has been a wonderful experience working with the mentors and people at CircuitVerse! The community is extremely supportive, understanding, and welcoming. There are always people to help you when in need. My mentor Biswesh, is a really great mentor and has guided me whenever in need. I feel extremely grateful to be able to work on this project under such an amazing group of people.

Read my other GSoC blogs

  • My phase 1 work (divided into weeks) is written here.
  • The Community Bonding experience.

Thank you for reading XD.

comments powered by Disqus