Giter VIP home page Giter VIP logo

cpp-basics's Introduction

Hi there ๐Ÿ‘‹

Proof: Floyd's cycle finding Algorithm (Hare and Turtle algo)

Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds. This algorithm can be used to detect cycle in linked lists in O(n) time and O(1) Space and also detect the position of start of the linked list. This video tutorial explains the concept and proof of the algorithm.
Video_link: https://youtu.be/iQmFtH0kj2c

Paper Review on Ranknet

In this video, we understand abouthttps://github.com/ankurbhatia24/ankurbhatia24.github.io/blob/master/assets/HomePage_Blogs/HareAndTurtle.gif Ranknet. Learning to Rank using Ranknet (by Microsoft) is a Ranking Algorithm that is used to rank the results of a query. The ranking comparison is performed pairwise, no mapping to particular rank values is required and no rank boundaries are needed. Hence, this paper removes the need of performing ordinal regression. Also, this paper presents a probabilistic cost function and learning using Gradient Descent.
Video Link: https://www.youtube.com/watch?v=MuAhhikIm2U
Paper Link: ICML_RankNet
Code: ranknet.py

cpp-basics's People

Contributors

ankurbhatia24 avatar knightvishal avatar ryuu04 avatar swardu avatar tanishbansal007 avatar tanvi2698 avatar

Watchers

 avatar  avatar

cpp-basics's Issues

Update README.md

In Start Contributing tag, correct the double quotes in 3rd point.

10Date

Make a program taking the input of a date in the format DD-MM-YYYY and print the date 10 days after the given date.
Conditions: The years range from 1000 - 9999
Hint: See condition for leap years

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.