Pinned Repositories
Chatbot-for-Farmers
Chatbot built using Dialogflow and Firebase that gives information on control of basic crop diseases and details about basic loans.
DCGAN-Fashion-MNIST
Built a Deep Convolutional Adversarial Neural Network (DCGAN) to generate realistic Fashion MNIST images
Extreme-gradient-boosting-parameter-tuning
Parameters of extreme gradient boosting model are fine tuned to achieve better accuracy
Handwriting-in-the-void
A Multilayer perceptron model along with an opencv model is used to recognize English alphabets WRITTEN IN AIR using any object of specific color (a green bottle cap here) in real time.
Identifying-free-parking-lots-CNN
A VGG16 model is built to identify free parking lots. Transfer learning is used while training the model.
Killer-Hunter
Connecting the dots - solving murder mystery with evidences and testimonies.
Loan-Approval-Prediction
Performed univariate and bivariate analysis to understand the features and their relationships for loan approval prediction. Achieved highest accuracy of 98% for Extreme Gradient Boosting among all tested machine learning classification models.
Movie-Review-Sentiment-Analysis
Sentiment of a movie review is predicted using three different neural network models - MLP, CNN and LSTM. GloVe embedding is used for vector representation of words.
My-First-Webinar
Source code added for all the topics I taught in my first ever webinar organised by ACE club of SVCE :)
Time-Series-Forecasting
Forecasting customer traffic of a specific form of transportation using SEVEN different forecasting methods based on past traffic data and performing comparative analysis in terms of RMSE.
SK7here's Repositories
SK7here/Handwriting-in-the-void
A Multilayer perceptron model along with an opencv model is used to recognize English alphabets WRITTEN IN AIR using any object of specific color (a green bottle cap here) in real time.
SK7here/My-First-Webinar
Source code added for all the topics I taught in my first ever webinar organised by ACE club of SVCE :)
SK7here/Chatbot-for-Farmers
Chatbot built using Dialogflow and Firebase that gives information on control of basic crop diseases and details about basic loans.
SK7here/Loan-Approval-Prediction
Performed univariate and bivariate analysis to understand the features and their relationships for loan approval prediction. Achieved highest accuracy of 98% for Extreme Gradient Boosting among all tested machine learning classification models.
SK7here/Movie-Review-Sentiment-Analysis
Sentiment of a movie review is predicted using three different neural network models - MLP, CNN and LSTM. GloVe embedding is used for vector representation of words.
SK7here/DCGAN-Fashion-MNIST
Built a Deep Convolutional Adversarial Neural Network (DCGAN) to generate realistic Fashion MNIST images
SK7here/Extreme-gradient-boosting-parameter-tuning
Parameters of extreme gradient boosting model are fine tuned to achieve better accuracy
SK7here/Identifying-free-parking-lots-CNN
A VGG16 model is built to identify free parking lots. Transfer learning is used while training the model.
SK7here/Killer-Hunter
Connecting the dots - solving murder mystery with evidences and testimonies.
SK7here/Time-Series-Forecasting
Forecasting customer traffic of a specific form of transportation using SEVEN different forecasting methods based on past traffic data and performing comparative analysis in terms of RMSE.
SK7here/Cafezone-App
Coffee ordering App with checkbox feature and the app is linked with Gmail App through Intent sending purchase summary to customer's mail I'd
SK7here/Comparative-Study-of-Twitter-Sentiment-analysis
Classifying tweets as Racist and Non-Racist using FIVE different algorithms and performing comparative analysis among the algorithms in terms of accuracy and time.
SK7here/Court-Counter-App
A simple score counter for basket ball game
SK7here/curriculum
A guide to get started with your learning journey - Contributed to Machine Learning curriculum
SK7here/Data-Preprocessing-to-build-ML-model
Preprocessing Data to build an ML Model using R
SK7here/Data-Visualizations-and-ML-Algorithms-using-R
Basic data visualizations, Statistics and Machine Learning algorithms are implemented using R Language
SK7here/Explainable-AI-using-Fold-R-PP
Implemented FOLD-R++ algorithm over 13 kaggle classification datasets and reported the performance metrics and observations
SK7here/Fake-News-Classifier
Classifies news to be real or fake
SK7here/Go-MVC-API
Built an MVC API using Go language to perform basic CRUD operations on a MySQL database table
SK7here/Golang-Basics
Basic concepts of Golang explained with illustrative codes
SK7here/Hacktoberfest-repo
Created for Hacktoberfest. Each folder has some ML utilities that has been contributed as a part of every year of Hacktoberfest
SK7here/interview-techdev-guide
This repository contains curated technical interview questions by fn+geeks community - One of the contributors to the repo
SK7here/join-fnplus-with-a-pr
Welcome to the FnPlus community! 🉑 Add yourself as a contributor 🎊here.
SK7here/learning-challenge-season-2
Learning Challenge Season 2 - Secured top contributor of the challenge by making over 100 commits in a week on Python concepts
SK7here/OOPS_Tutor
Chatbot built using Dialogflow and Firebase that teaches basic OOPS concepts to the users.
SK7here/Profit-estimator
A multiple regression model that estimates profit of a startup company based on parameter(s) which have impact over the profit of the startup.
SK7here/Salary-predictor
A simple linear regression model is trained and built to predict salary of the employee based on his years of experience
SK7here/Security-Enforced-Real-Time-Tweet-Sentiment-Analysis
Securing the tweet sentiment analysis in the ELK pipeline by hashing the identified sensitive terms in the tweets, followed by encryption before storing the tweets into S3 bucket.
SK7here/Stack-Overflow-Question-Status-Prediction
Build and train a Bidirectional GRU model to predict the status of StackOverflow question. Visualized the data for each of the classes using Wordcloud, Bar chart, Treemap and Circle Packing
SK7here/Tamil-Tutorial-App
Gives corresponding Tamil pronunciation for basic English words. Tabs and Fragments are used in the layout for better user interface