Pinned Repositories
anime_recommendation_system
An Anime recommendation system built using Unsupervised Learning (Nearest Neighbors) which recommends 5 closest anime to an anime the user likes
Cats_vs_Dogs_DNN_Classifier
This is a Binary DNN Convnet classifier on the cats vs dogs dataset from kaggle. I have used image augmentation to solve the problem for overfitting
covid_cxr_detection
Detection of Covid in patients from Chest Radiography Images using Xception CNN Architecture
Heart_failure_predictor
An interactive DNN Model deployed on web that predicts the chance of heart failure for a patient with an accuracy of 98%
Human-Horse_Binary_Neural_Network
This is a Binary ConvNet Neural Network used to classify horses and humans. Made using convolutions , max poolings, flatten and dense layers using TensorFlow
IRSA_Imdb_Reviews_Sentiment_Analysis
Sentiment Analysis in Reviews using Natural Language Processing and Word Embeddings and interprets each word as a vector in an N-dimensional space. The Network can predict whether any review is positive or negative. Each word is mapped on a spherical figure
lift-sim
It's an elevator simulator!
PRAP_Page_Ranking_Algorithm
Page Ranking Algorithm Using Python
Reddit_Account_Transfermatron_X50
Reddit does not let you change your username, so this is a program that creates a new account for user and transfers all his joined subreddits to the new account.
sunspot_activity_analysis
Analysis of sunspot activity from 1749 and analyzing the time series sequence model
AditAhmedabadi's Repositories
AditAhmedabadi/Reddit_Account_Transfermatron_X50
Reddit does not let you change your username, so this is a program that creates a new account for user and transfers all his joined subreddits to the new account.
AditAhmedabadi/anime_recommendation_system
An Anime recommendation system built using Unsupervised Learning (Nearest Neighbors) which recommends 5 closest anime to an anime the user likes
AditAhmedabadi/Cats_vs_Dogs_DNN_Classifier
This is a Binary DNN Convnet classifier on the cats vs dogs dataset from kaggle. I have used image augmentation to solve the problem for overfitting
AditAhmedabadi/covid_cxr_detection
Detection of Covid in patients from Chest Radiography Images using Xception CNN Architecture
AditAhmedabadi/Human-Horse_Binary_Neural_Network
This is a Binary ConvNet Neural Network used to classify horses and humans. Made using convolutions , max poolings, flatten and dense layers using TensorFlow
AditAhmedabadi/lift-sim
It's an elevator simulator!
AditAhmedabadi/PRAP_Page_Ranking_Algorithm
Page Ranking Algorithm Using Python
AditAhmedabadi/Heart_failure_predictor
An interactive DNN Model deployed on web that predicts the chance of heart failure for a patient with an accuracy of 98%
AditAhmedabadi/IRSA_Imdb_Reviews_Sentiment_Analysis
Sentiment Analysis in Reviews using Natural Language Processing and Word Embeddings and interprets each word as a vector in an N-dimensional space. The Network can predict whether any review is positive or negative. Each word is mapped on a spherical figure
AditAhmedabadi/sunspot_activity_analysis
Analysis of sunspot activity from 1749 and analyzing the time series sequence model
AditAhmedabadi/AditAhmedabadi
AditAhmedabadi/benchmarks
Public dataset benchmarks used for measuring the performance of MindsDB.
AditAhmedabadi/Covid_19_Analysis
AditAhmedabadi/Hacktoberfest-PRO-prep
AditAhmedabadi/happiness_detector
It detects whether the person in from of the camera is happy or not .
AditAhmedabadi/kaggle_competition_titanic
Based on the Titanic Competition on Kaggle Website: https://www.kaggle.com/c/titanic
AditAhmedabadi/minimal_personal_portfolio
My Peronal Portfolio Website showcasing everything about myself.
AditAhmedabadi/retinanet_coco
Implementing a RetinaNet Model from scratch with Keras API and Tensorflow.
AditAhmedabadi/shakespeare_poetry_bot
This is a Neural Network Model that can write Shakespeare Poetry
AditAhmedabadi/short_term_load_forecasting
AditAhmedabadi/Tic_Tac_Toe
A tic tac toe game made using python (2 Player)