Skip to content
View jaymmodi's full-sized avatar
Block or Report

Block or report jaymmodi

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

Pinned

  1. BitTorrent BitTorrent Public

    This is a small replica for BitTorrent. We were successfully able to implement N-seeders vs N-leechers configuration. Where N - users could simultaneously upload and download torrent files.

    C++ 4

  2. PortScanner PortScanner Public

    This application is very similar to NMAP tool which can probe remote hosts for Open ports. The program was implemented in Multi-threaded environment in C++ and pthreads. TCP scans comprising of SYN…

    C++ 1

  3. Algorithms Algorithms Public

    I use this repository for practicing algorithms.

    Java 2 2

  4. AprioriAlgorithm AprioriAlgorithm Public

    This repository is used to find the association rules in huge data sets For eg: Market Basket Analysis. Apriori Algorithm is used to calculate frequent itemsets in transactions which in turn will b…

    Java 1 1

  5. DecisionTrees DecisionTrees Public

    A generic code to construct Decision Tree with any numerical feature set (continuous , categorical, binary).

    Java

  6. LogisticRegression LogisticRegression Public

    Logistic Regression using gradient descent. Works well with continuous data. Added a generic code for Cross validation as well.

    Java