Skip to content

Instantly share code, notes, and snippets.

View astro313's full-sized avatar

T. K. Daisy Leung astro313

  • New York, NY
View GitHub Profile
@astro313
astro313 / DeepSpace.md
Created July 1, 2019 17:13 — forked from jakgel/DeepSpace.md
Some notes about marrying astrophysics with modern machine learning with particular focus on deep learning.

Machine learning and deep learning in astronomy:

Machine learning has a long history in astronomy, but deep learning (DL) only got traction since arount 2016. Here I will list current DL effords:

The main field of ML applications in astrophysics is object classification. With source counts now ranging into the 107-108 for most surveys, machine learning is put to use to allow the classification of a large number of sources which would otherwise need an infeasible amount of manpower:

@astro313
astro313 / bash-cheatsheet.sh
Created June 14, 2016 08:26 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04