NirmalKanagasabai
Sr. Software Engg. | PointClickCare | M.Sc. CS @ McGill University
PointClickCareCanada
Pinned Repositories
Adversarial_Attacks_Against_DNN
This project focusses on creating an attacker against Deep Neural Networks making them misclassify an image. This is done to evaluate to robustness of the model.
Bias_Twitter_Data_Collection
A comparative study on Twitter's REST and Streaming APIs and observing the Bias in Twitter Data Collection
Component-Based-Distributed-Information-System
A component-based distributed travel reservation system was developed using both TCP and RMI. More functionalities that were added on the RMI flavored system includes:
Differential_Privacy_Machine_Learning
Comparative Study of Differential Privacy on MNIST, SVHN and CIFAR-10 datasets
Image_Classification__CNN
'Transfer Learning' was used to classify the images into the 40 categories. Inception-v3, a CNN model that was pre-trained by Google on 100K images with 1000 categories was used in the process.
Inventory_Management_System
Simple 'inventory management' application to test out the functionality of JDBC with MySQL as back-end. The project makes use of Data Access Object (DAO) design pattern to provide specific data operations and hide the details of the underlying database.
JavaScript_For_Developers
This repository was built to experiment with fundamentals of JavaScript and understanding the nuances of the language. This work was inspired by @JavaBrains.io's, 'JavaScript for Developers' course :)
Network-Analysis
Analyzing Relationships in the Who-Dated-Who database, evaluate the abundance of overlapping dating partners and measuring the frequency of overlapping daters.
Scraping_Static_And_Dynamic_Webpages
Two different types of web-pages (Static and Dynamic) were chosen and different strategies were used to scrape content from them. Also, a small analysis was done on the scraped data and the results are presented.
Twitter_Sentiment_Analysis
Sentiment analysis on three different datasets using Lexicon and Rule-based sentiment analysis tools
NirmalKanagasabai's Repositories
NirmalKanagasabai/Adversarial_Attacks_Against_DNN
This project focusses on creating an attacker against Deep Neural Networks making them misclassify an image. This is done to evaluate to robustness of the model.
NirmalKanagasabai/Bias_Twitter_Data_Collection
A comparative study on Twitter's REST and Streaming APIs and observing the Bias in Twitter Data Collection
NirmalKanagasabai/Component-Based-Distributed-Information-System
A component-based distributed travel reservation system was developed using both TCP and RMI. More functionalities that were added on the RMI flavored system includes:
NirmalKanagasabai/Inventory_Management_System
Simple 'inventory management' application to test out the functionality of JDBC with MySQL as back-end. The project makes use of Data Access Object (DAO) design pattern to provide specific data operations and hide the details of the underlying database.
NirmalKanagasabai/JavaScript_For_Developers
This repository was built to experiment with fundamentals of JavaScript and understanding the nuances of the language. This work was inspired by @JavaBrains.io's, 'JavaScript for Developers' course :)
NirmalKanagasabai/Scraping_Static_And_Dynamic_Webpages
Two different types of web-pages (Static and Dynamic) were chosen and different strategies were used to scrape content from them. Also, a small analysis was done on the scraped data and the results are presented.
NirmalKanagasabai/Differential_Privacy_Machine_Learning
Comparative Study of Differential Privacy on MNIST, SVHN and CIFAR-10 datasets
NirmalKanagasabai/Image_Classification__CNN
'Transfer Learning' was used to classify the images into the 40 categories. Inception-v3, a CNN model that was pre-trained by Google on 100K images with 1000 categories was used in the process.
NirmalKanagasabai/Network-Analysis
Analyzing Relationships in the Who-Dated-Who database, evaluate the abundance of overlapping dating partners and measuring the frequency of overlapping daters.
NirmalKanagasabai/Twitter_Sentiment_Analysis
Sentiment analysis on three different datasets using Lexicon and Rule-based sentiment analysis tools
NirmalKanagasabai/blockchain-demo
A web-based demonstration of blockchain concepts.
NirmalKanagasabai/blockchain-papers
A curated list of academic blockchain-related papers
NirmalKanagasabai/Brushing_Up_JUnit
This repository brushes up the fundamentals on JUnit framework
NirmalKanagasabai/Brushing_Up_SpringBoot
NirmalKanagasabai/cdo
CDO Model Repository project repository (cdo)
NirmalKanagasabai/Coding_Bat
Solutions to Prof. Nick Parlante's Codingbat problems (Ref: http://codingbat.com/java)
NirmalKanagasabai/DataStructures_For_Dummies
This repository contains my experiments with basic data structures like, 'Stacks', 'Queues', 'Linked Lists', 'Hash Tables' and 'Binary Trees'.
NirmalKanagasabai/Flash_Point_Fire_Rescue_Images
This repo contains the various elements used in the Flash Point - Fire Rescue board game. The rule-book as well as the pieces were scanned.
NirmalKanagasabai/mcgill-thesis-template
McGill University Grad Thesis Template
NirmalKanagasabai/mcgill-tsa
NirmalKanagasabai/nirmalkanagasabai.github.io
Personal Website
NirmalKanagasabai/PredictingMarathonResults_Linear-Regression
Using a linear regression model to predict the completion (finishing) times of 2017 Miami Marathon participants.
NirmalKanagasabai/public-private-key-demo
Demonstrates public / private key pairs and signing in a blockchain context. This is part 2 of my Blockchain 101 video explainer.
NirmalKanagasabai/Reddit_TopicClassification__RandomForest_SGDClassifier
Supervised Machine Learning methods (Random Forest and SGD Classifier) to classify short conversations extracted from Reddit
NirmalKanagasabai/Tweet_Sentiments_Labelling_CrowdFlower_Platform
Multi-class classification [Positive, Negative and Neutral] on Weather-related Tweets
NirmalKanagasabai/TypeScript_For_Beginners