Code Monkey home page Code Monkey logo

radar-signals-ionosphere's Introduction

Logo

Determining a Good or Bad Radar

First of all, what is "good"? 😇
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Conclusion
  5. Contact
  6. Acknowledgements

About The Project

We will be speaking into a dataset regarding radar data and whether the radar returns show evidence of some type of structure in the ionosphere. If signals pass through it or not is how it will be deemed as either “good” or “bad.” While the dataset gives us the labels, we want to use cluster analysis to determine which characteristics might lead to a “good” radar. Clustering is not meant for prediction, but just to find similarities and relationships.

Here is a link to the Ionosphere dataset information.

Built With

Getting Started

To get a local copy up and running, download the Kmeans_clustering.R and the text input file, ionosphere.csv. Then run the code in an IDE software, such as RStudio. Set the working directory to the location of the CSV file.

Usage

The code guides you through the following:

  1. Importing the CSV file
  2. Visualizing the formatting of the variables (datatypes, number of rows/columns, measures of central tendancy, statistical descriptions, etc.)
  3. Pre-processing such as cleanup (removing irrelevant variables, check for missing variables), importing libraries, and normalization (scaling the variables)
  4. Set the seed to allow for reproducability and split the dataset into a training set and test set
  5. Perform the K-means clustering algorithm, running one round at a time
  6. Evaluate the accuracy through cross-tabulation and visually plotting clusters
  7. Change parameters to improve accuracy (our goal is to minimize the sum of squared distances within the cluster while maximizing the sum of squared distances between clusters)

Conclusion

The main findings in relation to the stated objective were that each of the instances of radars in the ionosphere dataset can be clustered into three groups. Each group contains similar characteristics that can be used to deem a good or bad radar through evaluation of the antennas used in each instance. There is some overlap in characteristics between some groups, called fuzzy partitioning, but this may also add into the knowledge that can be gained about the data. Further analysis will need to be done to achieve the true objective, as the cluster analysis is purely used for exploratory analysis and relationships.

Contact

Karishma Mathur - [email protected]

Project Link: https://github.com/Mathurkarishma/radar-signals-ionosphere

Acknowledgements

radar-signals-ionosphere's People

Contributors

mathurkarishma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.