Skip to content

Implementation of a Logistical Regression model for classifying mines vs rocks dataset. Explore machine learning with this classification project! ๐Ÿ› ๏ธ๐Ÿค–

License

Notifications You must be signed in to change notification settings

Bramitha-gowda-M/Rock-vs-Mine-prediction-using-sonar-Dataset-using-Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mine vs Rock Classification using Logistic Regression

This repository contains an implementation of a machine learning model using the Logistic Regression algorithm to classify mines vs rocks dataset. The dataset is a classic example in the field of machine learning used for binary classification tasks.

Dataset

The dataset used in this project consists of features obtained from sonar signals bounced off a metal cylinder and a roughly cylindrical rock. It includes 208 samples, with each sample containing 60 features.

Implementation

The Rock vs Mine prediction jupyter notebook.ipynb notebook contains the Python code for data preprocessing, model training, and evaluation. The model is trained on the dataset to distinguish between mines and rocks based on the input features.

Dependencies

  • Python 3
  • NumPy
  • Pandas
  • Matplotlib
  • Scikit-learn

Usage

  1. Clone the repository:

    git clone <[https://github.com/Bramitha-gowda-M/Rock-vs-Mine-prediction-using-sonar-Dataset-using-Logistic-Regression)https://github.com/Bramitha-gowda-M/Rock-vs-Mine-prediction-using-sonar-Dataset-using-Logistic-Regression]>
    
  2. Open and run the Rock vs Mine prediction jupyter notebook.ipynb notebook in Jupyter Notebook or JupyterLab.

  3. Follow the instructions and execute the cells to preprocess the data, train the logistic regression model, and evaluate its performance.

  4. Feel free to explore, modify, and experiment with the code to learn more about machine learning and logistic regression classification!

References

Dataset Source: UCI Machine Learning Repository - Mines vs Rocks

License

This project is licensed under the MIT License.

About

Implementation of a Logistical Regression model for classifying mines vs rocks dataset. Explore machine learning with this classification project! ๐Ÿ› ๏ธ๐Ÿค–

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published