Coder Social home page Coder Social logo

eahussein / dc1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 37.15 MB

This tutorial is based on the SKA Data Challenge 1. The aim of the tutorial is to learn to identify and classify sources is radio images. The data provided is simulated, to represent what the SKA data will look like once the telescope is in operation.

License: BSD 3-Clause "New" or "Revised" License

Jupyter Notebook 99.49% Shell 0.02% Python 0.49%
classification machine-learning python radio-astronomy ska source-finding

dc1's Introduction

DOI

The aim of the tutorials is as follows:

  • Source finding (RA, Dec) to locate the centroids and/or core positions,
  • Source property characterization (integrated flux density, possible core fraction, major and minor axis size, major axis position angle)
  • Source classification (one of SFG, AGN-steep, AGN-flat)

Data

3 different simulated data are used in this workflow, where the simulation represents the following frequencies:

  • 560 MHz
  • 1400 MHz
  • 9200 MHz
>  bash binder/download_sample_data.sh

Hackathon Task

From the proposed pipeline, investigate new ways to find/classify sources.

Prerequisites

All the libraries/dependencies necessary to run the tutorials are listed in the requirements.txt file.

Installation

All the required libraries can be installed using pip and the requirements.txt file in the repo:

> pip install -r requirements.txt

Would you like to clone this repository? Feel free!

> git clone https://github.com/Hack4Dev/dataChallenge_hack.git

Then make sure you have the right Python libraries for the tutorials.

New to Github?

The easiest way to get all of the lecture and tutorial material is to clone this repository. To do this you need git installed on your laptop. If you're working on Linux you can install git using apt-get (you might need to use sudo):

apt install git

You can then clone the repository by typing:

git clone https://github.com/Hack4Dev/dataChallenge_hack.git

To update your clone if changes are made, use:

cd dataChallenge_hack/
git pull

dc1's People

Contributors

eahussein avatar kitchi avatar

Watchers

 avatar

Forkers

hack4dev

dc1's Issues

Doing source finding before cropping the training area

Why do we have to crop the image first and then perform source finding separately on the training and the whole image?

Can't we just perform source finding on the whole image and then split the data into training and testing??

Source finding

we need to add the explanation of What is source finding

Feedback

We need to write an explanation for the following:

  • Machine learning
  • #18
  • #19
  • Score

Possible data leakage

We are doing source finding on the whole, and on a training image (cropped from the whole image). Just want to confirm that the sources for the whole images are not included in the training. This can be a problem for assessing the accuracy of machine learning.

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.