Giter Site home page Giter Site logo

claude-hanfou / exoplanet-exploration Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.13 MB

This project applies different models of machine learning (SVM, Logistic Regression, Sequential, Random Forest, KNN) to classify whether an object is an exoplanet.

Jupyter Notebook 100.00%
machine-learning deep-learning logistic-regression knn-classification svm-model sequential-models

exoplanet-exploration's Introduction

Exoplanet-Exploration

alt text

Background

Over a period of nine years in deep space, the NASA Kepler space telescope has been out on a planet-hunting mission to discover hidden planets outside of our solar system. To help process this data, this project uses different machine learning models (SVM, Logistic Regression, Sequential, Random Forest, KNN) capable of classifying candidate exoplanets from the raw dataset.

Steps to Creating the Models:

1 Preprocessed the raw data

  • Preprocessed the dataset prior to fitting the model.
  • Performed feature selection and remove unnecessary features.
  • Used MinMaxScaler to scale the numerical data.
  • Separated the data into training and testing data.

2 Tuning Model Parameters

  • Used GridSearch to tune model parameters. *NOTE: Did not use the gridsearch on the sequential model.

3 Quantified the models

  • Found the best score from the trained GridSearch model.
  • Made predicitons from the hypertuned model.

Findings

After analyzing 5 different models(SVM, Logistic Regression, Sequential, Random Forest, KNN), the findings shows which model has the highest level of accuracy. The SVM and Logistic Regression models had around the same accuracy (0.87) once they were hypertuned with the GridSearch parameters. The KNN model had an accuracy of 0.83 which has the lowest accuracy among all the models.The scores of the hypertuned GridSearch models slightly increased when compared to the test scores of the regular SVM, Logistic Regression, Random Forest, KNN models..

The Random forest model on the other hand had an accuracy of 0.892 and is the closest to the sequential model. This model and the sequential model have the highest accuracy and the best predictions.

I had predicted that the Sequential model would have the highest accuracy because it used more than one layer of hidden nodes.The Sequential model had a slightly higher accuracy, (0.893). Overall, the Deep Lsequential model seemed to be the most accurate, even though the Randa forest model came close to this model in accuracy, in terms of score, the sequential model provides us with more layers due to the different nodes it uses.

exoplanet-exploration's People

Contributors

claude-hanfou 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.