Pinned Repositories
Adaptive-Noise-Cancellation
Designed and evaluated the performance of an adaptive FIR filter using the Normalized Least Mean Square Algorithm that can clean a speech signal corrupted by vacuum cleaner noise
Faculty-Evaluation-System
PHP and MySQL based faculty evaluation system based on schools/colleges/teaching institute's paper based evaluation system. This web based interface gives more flexibility, security and privacy.
Handwritten-Digit-Recognition-using-ANN
Designed and trained a multilayer perceptron on MNIST database to classify 10 handwritten digits.
Hashtag-Tracker
A Max Fibonacci Heap implementation to find the n most popular hashtags that appeared on social media such as Facebook or Twitter.
Machine-Learning-Algorithms
These are my experiments with machine learning algorithms during my coursework(Elements of Machine Intelligence) at University of Florida.
Steganography
Java based data security application to conceal the existence of user data from 3rd party.
TaaS-Android
Extending Healthcare to Home, Subscription based model
TaaS-Server
Doctor portal and mqtt broker and cloud implementation
Think-Tank
An online social event where participants can post his/her views on a topic and viewers can support or oppose the stand by liking, un-liking or commenting on the post.
surajkota's Repositories
surajkota/Adaptive-Noise-Cancellation
Designed and evaluated the performance of an adaptive FIR filter using the Normalized Least Mean Square Algorithm that can clean a speech signal corrupted by vacuum cleaner noise
surajkota/Faculty-Evaluation-System
PHP and MySQL based faculty evaluation system based on schools/colleges/teaching institute's paper based evaluation system. This web based interface gives more flexibility, security and privacy.
surajkota/Hashtag-Tracker
A Max Fibonacci Heap implementation to find the n most popular hashtags that appeared on social media such as Facebook or Twitter.
surajkota/Handwritten-Digit-Recognition-using-ANN
Designed and trained a multilayer perceptron on MNIST database to classify 10 handwritten digits.
surajkota/Machine-Learning-Algorithms
These are my experiments with machine learning algorithms during my coursework(Elements of Machine Intelligence) at University of Florida.
surajkota/Steganography
Java based data security application to conceal the existence of user data from 3rd party.
surajkota/Think-Tank
An online social event where participants can post his/her views on a topic and viewers can support or oppose the stand by liking, un-liking or commenting on the post.
surajkota/awesome-courses
:books: List of awesome university courses for learning Computer Science!
surajkota/github-cheat-sheet
A list of cool features of Git and GitHub.
surajkota/PCA-based-face-recognition-and-K-means-Clustering
Implemented Principal Component Analysis and the K-means algorithms as they apply to the problems of biometric recognition(Face recognition) and soft biometric (gender) classification.