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

Block or report kaushalshah45

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

Popular repositories

  1. angular angular Public

    Forked from angular/angular

    One framework. Mobile & desktop.

    TypeScript

  2. Interactive-Drawing-Using-Node.js Interactive-Drawing-Using-Node.js Public

    Forked from kaushalshah45-zz/Interactive-Drawing-Using-Node.js

    This is an interactive drawing application where several users can collaborate and draw together. Whenever a user draws on the screen, all other users are updated in real time with the changes. The…

    HTML

  3. Naive-Bayes-Text-Classifier Naive-Bayes-Text-Classifier Public

    Forked from kaushalshah45-zz/Naive-Bayes-Text-Classifier

    Naive Bayes Classifier using Bag of Words Model

    Java

  4. Neural-Network-Java-Implementation Neural-Network-Java-Implementation Public

    Forked from kaushalshah45-zz/Neural-Network-Java-Implementation

    This is a java implementation of a neural network with 1 input layer, 1 hidden layer and 1 output layer. The input and the hidden layers contain 2 units each and the output layer contains 1 unit.

    Java

  5. Bigram-Language-Model Bigram-Language-Model Public

    Forked from kaushalshah45-zz/Bigram-Language-Model

    Bigram language model implemetation that can calculate total probability of a sentence occuring in a corpus.

    Java

  6. Stripes-MapReduce-Implementation Stripes-MapReduce-Implementation Public

    Forked from kaushalshah45-zz/Stripes-MapReduce-Implementation

    Implemetation of word co-occurence counting using the stripes approach

    Java