Skip to content
View ankurbhatia24's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ankurbhatia24

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ankurbhatia24/README.md

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

Pinned

  1. Whatsapp-Twilio-Backend Whatsapp-Twilio-Backend Public

    This Repository contains the code for developing a whatsapp application using Twilio and Whatsapp Sandbox. This WhatsApp application allows the users to send a screenshot or a pdf and processes the…

    Python

  2. Reddit_EDA Reddit_EDA Public

    This repository contains Flair Prediction on reddit posts of r/india, also includes EDA.

    Jupyter Notebook

  3. Eyrc2019 Eyrc2019 Public

    E-YANTRA 2018-19 Theme - Ant Bot

    C++

  4. MULTIMODAL-EMOTION-RECOGNITION MULTIMODAL-EMOTION-RECOGNITION Public

    Human Emotion Understanding using multimodal dataset.

    Jupyter Notebook 73 20

  5. Celestini2019 Celestini2019 Public

    Jupyter Notebook

  6. Male-Female-Classifier Male-Female-Classifier Public

    A Male/Female face classifier using Artificial Neural Network built from scratch in python

    Python