Git Product home page Git Product logo

akin's Introduction

Hi there! ๐Ÿ‘‹

  • ๐Ÿ˜ ย  I write code and love to write about code!
  • ๐Ÿ‡ฎ๐Ÿ‡ณ ย  I grew up in India, found my calling for Software Engineering in France ๐Ÿ‡ซ๐Ÿ‡ท
  • โŒ˜ ย  I am interested in concurrency, distributed systems, performance engineering
  • ๐ŸŽ“ ย  I graduated from an Inria sponsored masters degree in 2015
  • ๐Ÿค— ย  I love the odd duo of functional programming and Java
  • ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป ย  I work as a Senior Software Engineer at Booking.com, previously at Stripe, Gojek and Helpshift

Blog posts ๐Ÿ“— ๐Ÿ“š ๐Ÿ“–

โžก๏ธ ย  More blog posts...

Contact me at:

akin's People

Contributors

mourjo avatar

Stargazers

 avatar

Watchers

 avatar

akin's Issues

Improve matches by using cosine similarity

Right now scores are generated by taking one row's terms as the query. When this row has fewer terms than the row being scored against, the unmatched terms in the second row does not impact the score. Hence the choice of the row with which to match is sensitive to the outcome.

A better match might be to use a term vector for each term in the corpus, where each value is the TF/IDF of the term. Using these vectors, we can use cosine similarity to find how similar or how dissimilar the matching row and candidate rows are, in order to desensitise the outcome from the choice of the row on the left. When a row is selected for finding its best match, unmatched terms on the candidate row will contribute to find a fitter match if possible.

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.