Skip to content
View khushi4124's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report khushi4124

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. spam-sms-detection spam-sms-detection Public

    This project implements a robust machine learning system to classify SMS messages as either Ham (legitimate) or Spam. By combining traditional text vectorization with custom-engineered behavioral f…

    Jupyter Notebook 1

  2. Handwritten-Digits-Classification-Keras-MNIST Handwritten-Digits-Classification-Keras-MNIST Public

    This repository features a CNN built with Keras to classify MNIST handwritten digits (0–9). Achieving ~98% accuracy, the model utilizes a sequential architecture with Conv2D, MaxPooling, and Dropou…

    Jupyter Notebook

  3. Boston-Housing-Prediction-PyTorch Boston-Housing-Prediction-PyTorch Public

    This neural network predicts Boston house prices by using a hidden layer to learn complex, non-linear patterns in the data. The model uses data cleaning and feature scaling, ensuring the math remai…

    Jupyter Notebook

  4. Pima-Indians-Diabetes-Logistic-Regression-Neural-Network Pima-Indians-Diabetes-Logistic-Regression-Neural-Network Public

    This repository contains a PyTorch based neural network project designed to predict the onset of diabetes based on diagnostic measures from the Pima Indians Diabetes dataset. The project demonstrat…

    Jupyter Notebook

  5. Iris-Species-Classification Iris-Species-Classification Public

    Implemented a Multi-class Logistic Regression model using PyTorch to classify Iris species. Achieved 96.67% test accuracy with a cross-entropy loss of 0.106. Features a full pipeline: Label Encodin…

    Jupyter Notebook

  6. Breast-Cancer-Detection Breast-Cancer-Detection Public

    Built a high-precision Breast Cancer prediction system using a Linear Support Vector Machine (SVM) on the Wisconsin Diagnostic dataset. I implemented a professional Scikit-Learn Pipeline. The model…

    Jupyter Notebook