nikjohn7
I am an avid AI, NLP, Deep learning and competitive programming enthusiast. I'm currently a research AI scientist @ InCyan
InCyanBath, UK
Pinned Repositories
Advanced-text-classification-with-SpaCy
This is a much more in-depth project of text classification using SpaCy, where Amazon food reviews dataset was used
Coding-Challenges
A repository of all problems I've practiced from various coding platforms. This repo will be updated regularly as and when questions have been solved
Complex-Data-Structures-in-Python
This repo contains codes and projects on some high level data structures in Python, based on a Codecademy course
Custom-Land-Cover-Classification
My implementation of simple Land cover classification using Keras. This was part of one of my internships
Data-Science-Masters-Sem1
All my work during semester 1 of my Master’s degree in Data Science at the University of Bath
DeepSat-Land-cover-classification-
Jigsaw-Multilingual-Toxic-Comment-Classification
This repo contains the files I worked on and my submission notebooks on Kaggle for the Jigsaw Multilingual Toxic Comment Classification contest
News-Sentiment-Prediction
A data science challenge where you have to predict the human sentiment scores based on the Headline and the title, and according to the date given and the Social media platforms
PAYPAL-Product-Management
For the final project of the PAYPAL REST API fundamentals Value Added Program, we were asked to make a REST API for a Product Management System. My project is called GENESYS, and this repo contains the swagger documentation of this API.
Vehicle-Number-plate-detection-using-detectron2
Using FAIR's detectron2 to detect vehicle number plates accurately. This is part of my task for L&T Techgium 2020, for which my team has been selected for the national finals
nikjohn7's Repositories
nikjohn7/Advanced-text-classification-with-SpaCy
This is a much more in-depth project of text classification using SpaCy, where Amazon food reviews dataset was used
nikjohn7/Custom-Land-Cover-Classification
My implementation of simple Land cover classification using Keras. This was part of one of my internships
nikjohn7/Coding-Challenges
A repository of all problems I've practiced from various coding platforms. This repo will be updated regularly as and when questions have been solved
nikjohn7/News-Sentiment-Prediction
A data science challenge where you have to predict the human sentiment scores based on the Headline and the title, and according to the date given and the Social media platforms
nikjohn7/Complex-Data-Structures-in-Python
This repo contains codes and projects on some high level data structures in Python, based on a Codecademy course
nikjohn7/Vehicle-Number-plate-detection-using-detectron2
Using FAIR's detectron2 to detect vehicle number plates accurately. This is part of my task for L&T Techgium 2020, for which my team has been selected for the national finals
nikjohn7/DeepSat-Land-cover-classification-
nikjohn7/Disaster-Tweets-Kaggle
My solution to Kaggle's Getting started, "Natural Language Processing with Disaster Tweets" competition. Uses GloVe + BiLSTM
nikjohn7/Jigsaw-Multilingual-Toxic-Comment-Classification
This repo contains the files I worked on and my submission notebooks on Kaggle for the Jigsaw Multilingual Toxic Comment Classification contest
nikjohn7/Node.js-REST-API-with-Express-MongoDB-Udemy
This repo contains all files I created while doing the Node.js REST API with Express & MongoDB Udemy course by Rapid Dev Pro
nikjohn7/Data-Science-Masters-Sem1
All my work during semester 1 of my Master’s degree in Data Science at the University of Bath
nikjohn7/PAYPAL-Product-Management
For the final project of the PAYPAL REST API fundamentals Value Added Program, we were asked to make a REST API for a Product Management System. My project is called GENESYS, and this repo contains the swagger documentation of this API.
nikjohn7/Artificial-Intelligence-Codes
Collection of Artificial Intelligence Algorithms implemented on various problems
nikjohn7/Basic-text-classification-with-SpaCy
Simple text classification on a research paper and conference dataset
nikjohn7/Detection-of-Traffic-signs-using-Vanilla-Neural-Networks
Classifying traffic signs from the GTSRB dataset using Vanilla NN. I'm using Google Colab as my system doesn't have a GPU
nikjohn7/Finding-Donors-in-CharityML
A project based on supervised learning as part of the Udacity ML Nanodegree program. Feel free to fork this project and work on it, as there can be multiple ways to approach this problem
nikjohn7/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
nikjohn7/Identify-Customer-Segments
This a project implementing a key features in Unsupervised Learning, right from preprocessing and cleaning the data, to feature extraction via PCA. This was a submission for a Udacity project
nikjohn7/Image-classification-on-CIFAR-10-dataset-using-RCNN
nikjohn7/Image-Classifier-Application
This repo contains files for classifying images of 102 types of flowers. It can be run from a Jupyter notebook, or via a command line application
nikjohn7/Introductory-ML-projects
These are some good starter ML projects that I curated for a workshop on ML where I was invited as a speaker
nikjohn7/ML-Nanodegree-Udacity
All files, codes, notebooks, links, datasets etc that I worked on as part of the Udacity Machine Learning Nanodegree
nikjohn7/MNIST-using-CNN
The standard project every Machine Learning enthisiast should have worked on. Image classification on the famous MNIST dataset. I'm using Google Colab as my system doesn't have a GPU
nikjohn7/nikjohn7
nikjohn7/PAYPAL-VAP
This repository contains the material that was taught as part of a Value added program on REST API Fundamentals and Design conducted by PayPal at VIT Chennai.
nikjohn7/PAYPAL_midterm
As part of being shorlisted for the PayPal Value Added Program on REST APIs being held in VIT Chennai, this was a mini project assigned to us. I have created 'NOVISSIMO', a portal that can be implemented in colleges/universities to enable efficient management of courses in the institution
nikjohn7/Predicting-Bike-Sharing-Patterns
In this project, I've created a neural network to predict certain patterns in bike rental data.
nikjohn7/Rock-paper-scissors-AI
This repository contains a detailed explanation and code to my winning solution to the RPS competition on Kaggle. I achieved rank 22 and a silver medal for the same
nikjohn7/Sonic-the-hedgehog-RL
Training AI agents with deep reinforcement learning to play through the Green Hill Zone in Sonic. Implemented DQN, Prioritized Experience Replay, and Double DQN in PyTorch+Gym Retro to teach control policies. Best agent scored over 7000 points.
nikjohn7/Traffic-monitoring-miniproject
Web application with Python/Flask backend API interacting with sqlite DB to enable traffic data collection and analysis. Implements user management, session tracking, adding/undoing entries, generating statistics, and exporting reports. Backed passes comprehensive automated test suite.