You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this repository is self-motivation and to keep track of my Machine learning, Natural Language Processing & Data Science related stuff progress
Implemented a Regression-based Hybrid of Collaborative Filtering and Content-Based Recommendation System from scratch for a Movie Recommendation web-Application and deployed it using Flask.
Myers–Briggs Type Indicator (MBTI) classification Web Application
Implemented Recurrent Neural Networks(RNN) with LSTM and Multinomial Logistic Regression using Bag of words and TF-IDF features in Flask web app to classify, “Myers–Briggs Type Indicator (MBTI)” personality types, Collected data using Pushshift API from Reddit performed data cleaning, analysis, and exploration, used SMOTE to solve class imbalance problem
Classifying Consumer Finance Complaints into one of eleven product categories, The problem is a Text classification, also known as text tagging or text categorization. Text classifiers can automatically analyze text and then assign a set of pre-defined tags or categories based on its content. In this problem, I have taken 'consumer_complaint_narrative' as “text” and to classify each consumer_complaint_narrative / “text” into one of eleven pre-defined categories of product.
collected images from google through web-scraping performed data cleaning, data preprocessing, exploratory data analysis, and build machine learning models such as Logistic Regression, Random Forest, and SVM(Support vector machine) achieved 98% test accuracy and deployed model to production, Used Numpy, OpenCV, SKlearn, CSS, Html, Flask, JavaScript, Selenium
Neural Network from scratch in Python to recognize handwritten digit achieved 98.45% test accuracy and using Keras CNN(Convolutional neural network) achieved 99.25% test accuracy deployed model to production
The purpose of this repository is self-motivation and to keep track of my Machine learning, Natural Language Processing & Data Science related stuff progress