Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semihbugrasezer/rockvsmine
Rock vs Mine Prediction with Python | Machine Learning Project
https://github.com/semihbugrasezer/rockvsmine
numpy pandas python
Last synced: 9 days ago
JSON representation
Rock vs Mine Prediction with Python | Machine Learning Project
- Host: GitHub
- URL: https://github.com/semihbugrasezer/rockvsmine
- Owner: semihbugrasezer
- Created: 2023-07-21T15:22:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T04:39:35.000Z (over 1 year ago)
- Last Synced: 2023-08-27T05:24:53.287Z (over 1 year ago)
- Topics: numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rockvsmine
Rock vs Mine Prediction with Python | Machine Learning Project![Alt Text](model.png)
#PROBLEM STATEMENT
Consider there is a submarine so there is a war going on between two countries so, the submarine of a country is going in know underwater to another country and the enemy country has planted some mines in the ocean, here mines are nothing but explosives that explodes when some object comes in contact with it right so there can also be rocks in the ocean so the submarine needs to predict whether it is crossing a mine or a rock so our task is to make a system that can predict whether the object beneath the Submarine is a mine or a rock so how this has done is the Submarine since a sonar. This sonar [Sound Navigation and Ranging] sends the sound signals and reviews switchbacks so this signal is then processed to detect whether the object is a mine or it is just a rock in the ocean.
#ALGORITHM - SUPERVISED MACHINE LEARNING [LOGISTIC REGRESSION]