Giter Site home page Giter Site logo

search2vec-bscthesis's Introduction

Personalized Search2Vec

This repository is dedicated to my BSc Thesis in Computer Engineering at Sharif University of Technology

Thesis Subject

Implementation of an effective personalized retrieval method for search engines based on the contents of queries and the background of users‘ behavior

Supervisors

Prof. Abbas Hosseini and Prof. Hamid R. Rabiee
This project is one of MLSys lab projects.

Abstract

Given a query as an input, retrieving and ranking items is critically important in e-commerce platforms. My project aims to propose and develop an effective personalized embedding-based retrieval method from scratch (with TensorFlow), to enhance users' experience. The main idea comes from Word2Vec, an NLP algorithm that has been broadened to Search2Vec for recommendation usages. Influenced by methods introduced in "Scalable Semantic Matching of Queries to Ads in Sponsored Search Advertising" by Mihajlo Grbovic et al., which is also known as "Search2Vec", this code learns the embedding space of search queries and available products (or product categories). Training a neural network based on the mentioned algorithms produces an embedding space that can effectively place related queries and items near each other. Moreover, user clustering, based on users' history of clicks, has been employed to personalize the results of our ranking method. Two datasets, one obtained from torob.ir (one of the largest Persian online shops), and the other from AOL (publicly available on Kaggle), are being used for experimenting.

Technical Details

The skip-gram is implemented with Tensorflow, Pandas, NumPy and Scikit-learn.
Normalized Discounted Cumulative Gain (nDCG) and Mean Reciprocal Rank (MRR) is used to test the model.
Similarity Matrix is computed using users' clicks based on the idea discussed in "Employing Personal Word Embeddings for Personalized Search" by Jing Yao et al.
Spectral clustering has been employed to putting similar users into groups.

search2vec-bscthesis's People

Contributors

aliash98 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.