Skip to content

zhousrhhh/Sonar_signal_data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sonar Signal Data Analysis

In this project, I conduct analysis with Python for sonar signal data collected after they are bounced off two kinds of objects (underwater). The objects are either rocks or mines and the sonar signals are sent at 60 different frequencies. The value returned is then recorded. The goal of the exercise is to build a model that can figure out whether an object is a rock or a mine.

  1. A logistic regression model is built and tuned.
  2. Metrics (precision, recall, accuracy, area under the ROC curve (AUC), average precision) of the model are calculated for comparison and intepretation.
  3. Cross validation model is run to test the model.

About

Used machine learning to analyse sonar signal data and interpret the metrics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published