Coder Social home page Coder Social logo

code-on's Introduction

Code On

App Demo

A Flutter application that supliments CodeForces by providing a recommendation system.

Curent Progress

Complete :-

  • Authentication.

  • Firestore for problems.

  • Cloud Functions to generate recommendations.

  • UI to present generated recommendations.

Under Progress:-

  • Bug fixes and adding minor features.

Algorithm

To generate recommendation Collaborative filtering is used on the data fetched from CodeForces API and stored in Firestore Database. Collaborative filtering is a technique that can filter out items that a user might like on the basis of reactions by similar users or items.There are 2 major types of Collaborative filtering in use:-

User Based CF

Users similar to the target users are found and the selections corresponding to these 'similar' users are recommended to our target user. The similarity between two users is computed from the amount of items they have in common in the dataset by cosine similarity. This algorithm is very efficient when the number of users is way smaller than the number of items. The major drawback is that adding a new user is expensive since it requires to update all similarities between users.

Item Based CF

The “item-item” algorithm uses the same approach but reverses the view between users and items. It recommends items that are similar to the ones previously liked by the target user. As before the similarity between two items is computed using the amount of users they have in common in the dataset by cosine similarity. This algorithm is best when the number of items is way smaller than the number of users.

code-on's People

Contributors

dev-ritik avatar manasvipatidar avatar

Stargazers

 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.