Closed ShrishtiSingh26 closed 1 month ago
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.
Feel free to join our community on Discord to discuss more!
@UTSAVS26 Please assign me this issue I would be more than happy to contribute in this project Thank you!
@UTSAVS26 Please assign me this issue I would be more than happy to contribute in this project Thank you!
✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!
You have already worked on this one.
Have you completed your first issue?
Guidelines
Latest Merged PR Link
N/A
Project Description
This project is a machine learning solution for classifying objects detected by a SONAR signal as either a rock or a mine. SONAR (Sound Navigation and Ranging) is often used in underwater detection systems, and it can be challenging to accurately identify whether the detected object is a harmless rock or a dangerous mine. This project aims to build a machine learning model to predict the classification of the object based on the characteristics of the SONAR signal.
Project Workflow:
Data Collection: Load the SONAR dataset. Data Exploration and Preprocessing: Explore the data structure and summary statistics. Handle missing or inconsistent data (if applicable). Encode categorical labels ('R' and 'M') into numerical form. Feature Selection: Assess feature importance or correlation with the target label. Model Selection: Choose algorithms like Logistic Regression, K-Nearest Neighbors (KNN), Decision Trees, Random Forest, or Support Vector Machines (SVM). Model Training: Train selected models on the training dataset. Model Evaluation: Evaluate the models using metrics like accuracy, precision, recall, and confusion matrix. Hyperparameter Tuning: Optimize the model using techniques like GridSearchCV or RandomizedSearchCV.
Full Name
Shrishti Singh
Participant Role
Contributor in GSSOC -extd and Hacktoberfest