mdhiman

mdhiman

Geek Repo

0

followers

0

following

Company:Ericsson

Location:Bangalore, India

Github PK Tool:Github PK Tool

mdhiman's repositories

Competitive-Programming

Repo contains important concepts which are frequently used to solve problem in competitive programming.

Language:PythonStargazers:1Issues:0Issues:0

Computational-Geometry

This repo contains implementation of some fav computational geometry algorithm, e.g. Convex Hull, Line segment intersection, Polygon triangulation etc.

Language:HTMLStargazers:1Issues:0Issues:0
Language:PythonStargazers:1Issues:0Issues:0

Best-websites-a-programmer-should-visit

:link: Some useful websites for programmers.

License:MITStargazers:0Issues:0Issues:0

Coding-Interview

Different data structure and algorithm asked in coding interview of FAANG companies and other top product companies.

Stargazers:0Issues:0Issues:0

Compiler-Design

This repo contains how to design a basic compiler using lex and yacc.

Language:CStargazers:0Issues:0Issues:0

Computer-Vision

All about object classification, detection and segmentation using python, tensor-flow, keras, open-cv on Image and Video data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

data-structures-and-algorithms

Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Http-Browser-Server-Socket-Programming

Repo contains basics of socket programming and http protocol, how to design your own mini browser.

Language:CStargazers:0Issues:0Issues:0

Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

mAP

mean Average Precision - This code evaluates the performance of your neural net for object recognition.

License:Apache-2.0Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

microservices-docker

Microservice With Docker

Language:DockerfileStargazers:0Issues:0Issues:0

ml-design-patterns

Source code accompanying O'Reilly book: Machine Learning Design Patterns

License:Apache-2.0Stargazers:0Issues:0Issues:0

MLQuestions

Machine Learning and Computer Vision Engineer - Technical Interview Questions

Stargazers:0Issues:0Issues:0

NLP

Repo contains different applications and concepts in NLP.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Pose-Estimation-Clean

Pose Estimation with cleaner outputs using Savgol filter

License:MITStargazers:0Issues:0Issues:0

ReliableCommunicationWith-UDP

Assume that the TCP sockets are not there. We know that UDP sockets are not reliable, meaning that there is no guarantee that a message sent using a UDP socket will reach the receiver. We want to implement our own socket type, called MRP (My Reliable Protocol) socket, that will guarantee that any message sent using a MRP socket is always delivered to the receiver. However, unlike TCP sockets, MRP sockets may not guarantee in-order delivery or exactly-once delivery of messages. Thus messages may be delivered more than once (duplicate messages) or out of order (later message delivered earlier).

Language:CStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0