Giter Club home page Giter Club logo

article-recommendation-engine's Introduction

Article Recommendation Engine

Article recommendation web server that displays a list of BBC articles and related article recommendations. This is a simple article recommendation engine that uses word2vec and vector representations for words from Stanford's GloVe project.

More information on the Stanford GloVe project can be found here: https://nlp.stanford.edu/projects/glove/

Each word has a vector of 300 floating-point numbers in the vector space. Words are related if their word vectors are close in this vector space (these GloVe vectors are based on word-word co-occurrence probabilities derived from a neural network). For example, the word vectors for king and queen live close to each other as they often appear in the same context. If I compute the centroid (sum of the word vectors in the article divided by the number of words in the article) of documents of word vectors, related articles have centroids close in this vector space.

Here is an example of a recommendation from the resulting flask web application: article and recommendation example

Further improvements to this recommendation engine may factor in collaborative and content-based filtering approaches.

article-recommendation-engine's People

Contributors

weronicag 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.