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
ML / DL Algorithms implemented from scratch. Developed with only numpy as dependency. Machine Learning Algorithms such as Support Vector Machine, Linear Regression, Artificial Neural Networks and other data transformation algorithms are implemented. Project is released as a python package and can be download from Python Package Installer.
This is a project to detect anomalies in pump sensor data using One-Class Support Vector Machines (SVM). The data is preprocessed by dropping columns with missing values and scaled using MinMaxScaler. The one-class SVM classifier is trained and used to predict anomalies in the data, which are then saved in a new file "results.csv".
This project predicts whether a person survived the Titanic disaster based on various features using machine learning. It utilizes pipelines, ColumnTransformer, and model serialization for efficient processing and prediction.
The Bike Sharing Company wants to understand the independent variables on their past data to analyze and create a machine learning model to understand the demand of the bike and accordingly plan a business strategy.
[ Analyzing the existing customer data and getting valuable insights about the purchase pattern ] | K-Means clustering | silhouette score | minmaxscalar |