Code Monkey home page Code Monkey logo

ml-kepler's Introduction

ml-kepler

These are some simple/stupid machine learning hacks, to analyze the kepler mission data. The kepler mission intends to identify Earth-sized planets, by observing repeated transits of a planet in front of their stars, and measuring the resulting brightness reduction. The code here has some dip detection methods, and to run regression/classification on the formatted data.

The original Kepler mission data can be found here : http://archive.stsci.edu/kepler/publiclightcurves.html or here : http://kepler.nasa.gov/Science/ForScientists/dataarchive/

There are also some modules written for PyKE (http://keplergo.arc.nasa.gov/PyKE.shtml) distribution, a framework for kepler data analysis.

Directory contents

dipfinder/data - The original data released is in the FITS format. The example data in this directory has been formatteed into plaintext column data.

dipfinder/dipfinder.py - A dip detection program. Has the options to choose the algorithm/k-window/threshold multiplier etc.

classification/plot_oneclass.py - A one class unsupervised classfication, uses scikits.learn

pyke_modules/kepregr.py - A PyKE module to perform a k-NN regression

pyke_modules/kepdip.py - A PyKE module to perform dip detection

sv_regression/keptest.py - SV Regression, initially written as a PyKE module. Requires PyRAF/PyKE to launch

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.