Git Product home page Git Product logo

labs's People

Contributors

harshagr18 avatar naidukarthi2193 avatar prabhuomkar avatar salmanad01 avatar shambhavisudarsan avatar swap76 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

labs's Issues

Recommendation system for Arena website

Idea for recommendation:
The recommendation will be independent of the type of problem, it will be completely dependent on the language in which the user has solved the previous problem.
The recommendation system (success score) is based on formula:- 1/(1+TS-PS);
where TS=successful submissions/total submissions,
PS=successful submissions for a particular language/total submissions for particular language
The dataset received in json form is converted into csv format first. The only columns useful here are the column of problem_id and the submission language. Then the formula decided is applied over the data, then the data needs to be standardized, a new csv of success score is generated.
How actual recommendation will work:
For training the model ,KNN algorithm is used.
Based on the calculated success score for a particular problem, the user will be recommended a problem having a similar success score. So the user will be recommended with problems having a similar success score to that of the previous problem solved based on language used, irrespective of type of problem.

Contributed Experiment README Template

Short description
#2 work has has motivated us to bring in a structure for future contributions. Thank you to author of #2 for that :)

I would suggest you to create a README template for all projects which follow some basic sections so that all experiments are easier to follow e.g. README

# Title

## About

## Setup 

### Installation  if any 

### Training/Testing/Running if any 

## Results/Visualizations

## Acknowledgements if any 

## Licenses if any

Now this README template can have more sections which are common to many people, please feel free to add them and create a final README template. You will find many references on GitHub.

Expected behavior
Any new contributor when raising a PR should have the README with well-written guide for using new experiments.

Additional context
Not a bug, but raising as a bug so that it can be fixed quickly as its blocking some PRs.

Performance based problem prediction model

Is your experiment related to a problem? Please describe.
Taking up a new problem based on just the problem statement is difficult. The framing can be confusing and may not be conducive to you reaching the solution. This relies on a number of factors :

  • Type of the problem (string manipulation, math, logical).
  • Language dependency(some problems can be comparatively easier to solve with language specific libraries/functions).
  • Liking for that problem type(you may not like graph based problems and like array handling and sequencing).
  • Performance on similarly solved previous problems.

Describe the how to are going to take the experiment forward
I had in mind a prediction engine, that shows a score of 'how likely' one is to successfully solve that problem based on the users' previous results for similar problems.
Every problem will have a Success Score tailored based on the users' performances in previous problem sets. This can be a better judgement factor and will statistically increase success rates.

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.