Dhawal Jain (dhawal777)

dhawal777

Geek Repo

Github PK Tool:Github PK Tool

Dhawal Jain's repositories

BitTorrent

Bittorrent is a P2P file sharing protocol which accounts for over 25% of traffic on the internet. In P2P file sharing,a software client on an end-user PC request a file,and portion of the requested file residing on peer machines are sent to the client and then reassembled into a full copy of the requested file. We created our own .mtorrent for this purpose and which contain the SHA1 of the corresponding file and all other necessary details related to tracker and its own Id. We also handled the fault tolerance on network by maintaining two trackers instead of one.

Language:C++Stargazers:1Issues:0Issues:0
Stargazers:0Issues:0Issues:0

DecisionTree

Implementation of decision tree from scratch along with analysis of its performance with different types of impurity measures

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

Http-and-Ftp

Http and Ftp client server implementation.

Language:PythonStargazers:0Issues:0Issues:0

KNN-and-Linear-Regression

Implementation of KNN and Linear regression from scratch on iris and admission dataset.

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

LogisticKmeansHirerchical

Logistic Regression and Kmeans implementation from scratch on Admission dataset and wine dataset respectively

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

pintos_

Some Modifications in pintOS related to mutual exclusion

Language:HTMLStargazers:0Issues:2Issues:0