Skip to content
View KavinKKuppusamy's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report KavinKKuppusamy

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 Loading

  1. Database-Record-Blocking-using-Python-BPlus-1-Tree-Implementation Database-Record-Blocking-using-Python-BPlus-1-Tree-Implementation Public

    Database stores the data on the Physical storage disk as in a table as Pages.This project shows the storing records as pages with each page sized 512Bytes

    Python 1

  2. NLP-Classifying-Semantic-Relation-between-Entities-using-LinearSVM NLP-Classifying-Semantic-Relation-between-Entities-using-LinearSVM Public

    Entities Relation Extraction using LinearSVM

    Jupyter Notebook 4

  3. Scene-recognition-with-Deep-neural-network-CNN-from-Scratch Scene-recognition-with-Deep-neural-network-CNN-from-Scratch Public

    Experimenting with CNN models built with ConV layer, maxpooling layer, softmax layer and fully connected layer to evaluate its performance on scene recognition and detection datasets. The algorithm…

    Python 2 1

  4. Health-News-Tweets-Clustering-using-K-Means-Clustering-Algorithm-with-Jaccard-Distance-Metric Health-News-Tweets-Clustering-using-K-Means-Clustering-Algorithm-with-Jaccard-Distance-Metric Public

    Implementation of the health news tweet clustering using the Jaccard Distance metric and K-means clustering algorithm to cluster redundant/repeated tweets into the same cluster.

    Python 2

  5. Naive-Bayesian-Classification-Bigram-based-POS-Tagging-and-HMM-Decoding-using-Viterbi-Algorithm Naive-Bayesian-Classification-Bigram-based-POS-Tagging-and-HMM-Decoding-using-Viterbi-Algorithm Public

    Naïve Bayesian Classification (Bigram) based POS Tagging and HMM Decoding using Viterbi Algorithm

    Python 1

  6. Neural-Network-with-Sigmoid-Tanh-ReLu-Activation-Function Neural-Network-with-Sigmoid-Tanh-ReLu-Activation-Function Public

    Implementation of Neural Network with Back-propagation algorithm with Sigmoid,TanH,ReLu activation functions.

    Python