Pinned Repositories
abhinay141.github.io
Amazon-apparel-recommendations
recommend fashion products based on the features extracted from image and text, using both distance based algorithms and collaborative filtering techniques.
amazon-fine-food-reviews-senti-analysis
given a new text review, the algorithm predicts whether the review is positive or not
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
black-friday-sales-prediction
this a regression model which predicts the purchase of each and every customer. proper EDA was performed on the data before the features were considered,for prediction xg boost was used because of it's robustness and simplicity,further hyper parameter tuning will be done for improving the rmse score.
EDA--TUTORIAL
in this notebook all the important analysis and visualizations have been performed on the haberman dataset using different statistical methods, some of which you can use in your next exploratory data analysis.
Personalized-cancer-diagnosis
Classify the given genetic variations/mutations based on evidence from text-based clinical literature , in this project there were three features which included the gene,variation and text feature , featurizations were performed for each of those features, and they were fed to a model which in the end produced a log-loss of 1.16.
quora-insincere-question-prediction
given a semantic glove text vector along with some hand engineered features , the model will predict, whether a question is sincere or not.The model managed a logg-loss score of 0.17, which is phenomenal.the code is written with proper documentation.
shakespeare-sonnet-recommendation-engine
it returns 5 similar sonnets in the vector space using cosine distances.
WordCloud
This program extracts all the text on the given Wikipedia page and makes a beautiful Wordcloud out of the text!
abhinay141's Repositories
abhinay141/Amazon-apparel-recommendations
recommend fashion products based on the features extracted from image and text, using both distance based algorithms and collaborative filtering techniques.
abhinay141/abhinay141.github.io
abhinay141/amazon-fine-food-reviews-senti-analysis
given a new text review, the algorithm predicts whether the review is positive or not
abhinay141/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
abhinay141/barley-price-reduction-prediction
given a vector the algorithm predicts whether the price of barley would go down or not,with 61% accuracy.
abhinay141/black-friday-sales-prediction
this a regression model which predicts the purchase of each and every customer. proper EDA was performed on the data before the features were considered,for prediction xg boost was used because of it's robustness and simplicity,further hyper parameter tuning will be done for improving the rmse score.
abhinay141/EDA--TUTORIAL
in this notebook all the important analysis and visualizations have been performed on the haberman dataset using different statistical methods, some of which you can use in your next exploratory data analysis.
abhinay141/Personalized-cancer-diagnosis
Classify the given genetic variations/mutations based on evidence from text-based clinical literature , in this project there were three features which included the gene,variation and text feature , featurizations were performed for each of those features, and they were fed to a model which in the end produced a log-loss of 1.16.
abhinay141/quora-insincere-question-prediction
given a semantic glove text vector along with some hand engineered features , the model will predict, whether a question is sincere or not.The model managed a logg-loss score of 0.17, which is phenomenal.the code is written with proper documentation.
abhinay141/shakespeare-sonnet-recommendation-engine
it returns 5 similar sonnets in the vector space using cosine distances.
abhinay141/coding-interview-university
A complete computer science study plan to become a software engineer.
abhinay141/Coding-Ninjas-Problem-Solving-Using-Python
This will have all the solutions to the Problem Solving Using Python Programming course's problems by Coding ninjas. Star the repo if you like it.
abhinay141/Complete-Placement-Preparation
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
abhinay141/fairseq-py
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
abhinay141/Final-Project-Group5
Constructing Convolutional Neural Networks to train on the RVL-CDIP dataset
abhinay141/Finding-Waldo
This program uses the Opencv2 library to match the templates and for finding the animated character waldo,in a messy picture
abhinay141/glove.py
Python implementation of GloVe word embedding algorithm (Pennington et al., 2014) for educational purposes
abhinay141/Human-activity-detection-deep-learning-
abhinay141/live-sketch
This program sketches the video in real-time.
abhinay141/movie-trailers-webapp
it plays the trailer of a movie, when the poster is clicked.
abhinay141/portfolio
abhinay141/project-based-learning
Curated list of project-based tutorials
abhinay141/pushy-buttons
CSS Pressable 3D Buttons. 👇
abhinay141/Python
All Algorithms implemented in Python
abhinay141/python-telegram-bot
We have made you a wrapper you can't refuse
abhinay141/speech_recognition
Speech recognition module for Python, supporting several engines and APIs, online and offline.
abhinay141/stackoverflow-question-scrapper
Python program to scrape data from Stack Overflow to grab new questions (question title and URL)
abhinay141/summary-bot
This bot accepts a link and retrieves the info about the given Url,this bot was built on the telegram platform.
abhinay141/TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
abhinay141/ud036_StarterCode
Starter Code