Pinned Repositories
Churn
This code predicts customer churn using a neural network. It loads and preprocesses a dataset, encodes categorical variables, and normalizes features. After splitting into training and testing sets, a Keras model is trained for 100 epochs. Predictions are made, and a confusion matrix visualizes the model's performance.
DataStructure
My codes along the way to master data structure
Kaggle
Here I put my kaggle competition codes
MachineLearning
Here I put my ML algorithm through the way of mastering it.
Movie-reviews-
IMDb Sentiment Analysis with Naive Bayes
Star-Store
This console-based Shop Management System provides functionalities for admins and customers. It uses a MySQL database to manage data for users, products, orders, and discounts. Admins can manage products and stock levels, while customers can place orders, view order history, and manage their accounts.
Image-classifier
This project is a web app that allows users to drag and drop images of celebrities to identify them using machine learning. The site features real-time recognition, providing the celebrity’s name and details instantly. Built with deep learning models, it offers a user-friendly interface and accurate results across various devices.
Leetcode-ans
Here I put leetcode algorithm that I found interesting.
MohAsh81's Repositories
MohAsh81/DataStructure
My codes along the way to master data structure
MohAsh81/Kaggle
Here I put my kaggle competition codes
MohAsh81/MachineLearning
Here I put my ML algorithm through the way of mastering it.
MohAsh81/Churn
This code predicts customer churn using a neural network. It loads and preprocesses a dataset, encodes categorical variables, and normalizes features. After splitting into training and testing sets, a Keras model is trained for 100 epochs. Predictions are made, and a confusion matrix visualizes the model's performance.
MohAsh81/Image-classifier
This project is a web app that allows users to drag and drop images of celebrities to identify them using machine learning. The site features real-time recognition, providing the celebrity’s name and details instantly. Built with deep learning models, it offers a user-friendly interface and accurate results across various devices.
MohAsh81/Movie-reviews-
IMDb Sentiment Analysis with Naive Bayes
MohAsh81/Star-Store
This console-based Shop Management System provides functionalities for admins and customers. It uses a MySQL database to manage data for users, products, orders, and discounts. Admins can manage products and stock levels, while customers can place orders, view order history, and manage their accounts.
MohAsh81/Leetcode-ans
Here I put leetcode algorithm that I found interesting.