-
-
-
LogisticRegression Public archive
Implementation of logistic regression
logistic-regression backpropagation-learning-algorithm perceptron-learning-algorithm cross-entropy-lossJupyter Notebook UpdatedFeb 21, 2022 -
CleaningPre-Processing Public archive
Cleaning and pre-processing of Kaggle datasets
Jupyter Notebook UpdatedFeb 21, 2022 -
RandomForest Public archive
Implementation of Random Forest with OOB scores
Jupyter Notebook UpdatedFeb 21, 2022 -
DecisionTree Public archive
Implementation of Decision Tree for classification
Jupyter Notebook UpdatedFeb 21, 2022 -
Miller_Rabin_Test Public archive
Probabilistic approach to primality testing
Java UpdatedFeb 21, 2022 -
-
ClosestPointsProblem Public archive
Program that solves closest point problem with O(NlogN) complexity
Java UpdatedFeb 21, 2022 -
HTTPFileDownloader Public archive
A program that creates a TCP connection takes urls as input and download the objects returned
C++ UpdatedFeb 21, 2022 -
DNSClient Public archive
A simple program that creates a DNS querry packet and processes and reads DNS response using c++ and socket programming
C++ UpdatedFeb 21, 2022 -
TcpGroupChat Public archive
A simple client server group chat program using TCP connection cpp and socket programming
C++ UpdatedFeb 21, 2022 -
Hasoc2021CodeMix Public
HASOC2021: Subtask 2 a) Codemix Challenge; Contains baselines and hierarchical approach that extracts the relevant context useful for classification of hostile tweets on English-Hindi code-mix data…
-
HackerRankJavaScriptBinaryCalculator Public archive
Simple binary calculator written in javascript
UpdatedJun 5, 2021 -
StaticGestureRecognition Public archive
The project takes an image that contains one hand static gesture and by using Image Processing(Python opencv) and an alogirthm calculates code bit i.e. state of each finger if it is open(1) closed(…
UpdatedJun 5, 2021 -
DynamicGestureRecognition Public archive
The project take video that contains one hand moving gesture and by using Image Processing(Python opencv) and an alogirthm calculates code bit i.e. state of each finger if it is open(1) closed(0) o…
1 UpdatedJun 5, 2021 -
SignificantSentencesExtractor Public archive
The project uses a single a document as input(.txt) and a compresion ratio as input and generate a files that picks up significant sentences in that order from the document. It uses natural languag…
UpdatedJun 5, 2021