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
Evaluate custom and HuggingFace text-to-image/zero-shot-image-classification models like CLIP, SigLIP, DFN5B, and EVA-CLIP. Metrics include Zero-shot accuracy, Linear Probe, Image retrieval, and KNN accuracy.
This repository contains a project showcasing Federated Learning using the EMNIST dataset. Federated Learning is a privacy-preserving machine learning approach that allows a model to be trained across multiple decentralized devices or servers holding local data samples, without exchanging them.
This breast cancer diagnosis project evaluates various machine learning models to effectively classify breast masses as benign or malignant. SVM and Logistic Regression excel in identifying positive cases, leveraging their robust performance metrics, while Neural Networks show promising results and offer opportunities for further enhancement!
Successfully established a machine learning model which can determine whether an individual is vulnerable to the Cirrhosis disease or not by predicting its corresponding stage based on a unique set of medical features such as Cholesterol, Prothrombin, etc. pertaining to that person.
A spam detection model built to handle imbalanced data using small pipelines. This project walks through text preprocessing, model tuning, and performance evaluation with ROC-AUC curves and classification reports, focusing on practical steps like using XGBoost and TFIDF for spam classification.
"Linear Regression Step by Step" is a repository that provides a comprehensive notebook with step-by-step examples, exercises and libraries to understand and implement Linear Regression easily.
🗣️ Speech Type Detection is a Flask app to classifies text into categories like "Hate Speech," "Offensive Language," or "No Hate or Offensive Language" with 87.3% accuracy. It offers a user-friendly interface for text input and prediction, using machine learning algorithms. Idea for managing online inappropriate language. 🌐🔍.
This project focuses on building a model to predict house prices in California using various features such as location, size, and number of bedrooms. The project includes data cleaning, feature engineering, and model training with Linear Regression and Random Forest algorithms.