Code Monkey home page Code Monkey logo

slic's Introduction

(he/him) Solar physics PhD turned medicines manufacturing postdoc with an interest in how machine learning can accelerate and benefit data processing pipelines. I am also interested in science and data science education and enjoy producing teaching materials.

N.B. Any deep learning mentioned below unless explicitly statred otherwise is construced using the PyTorch framework.

Medicines manufacturing repositories:

  • SEssile Drop Video ANalysis (SeDVAn) ๐Ÿ’ง๐Ÿ“น: an end-to-end framework for the analysis of videos from sessile drop experiments. This combines image segmentation, sequence-to-sequence learning and mechanistic modellling to characterise the absorption and swelling processes which take place during tablet disintegration.

Solar physics repositories:

  • The Seeing AUtoeNcoder (Shaun) ๐ŸŒค๏ธ ๐Ÿ‘€ : A method for correcting the effects of the Earth's atmosphere on narrowband optical solar flare observations. This uses a fully-convolutional autoencoder to learn atmospheric seeing corrections based on a model derived from the statistics of turbulent media applied to data with minimal atmospheric distortions.
  • crispy ๐ŸŒž ๐Ÿ”ญ : A Python package for working with imaging spectropolarimetric solar data in fits or zarr format. Designed originally for the Swedish Solar Telescope's CRisp Imaging SpectroPolarimeter (SST/CRISP) instrument, this package will work with any imaging spectropolarimetric data of the Sun.
  • HYPerspectral Image Augmentation (Hypia) ๐Ÿ–ผ๏ธ: A Python package to apply data augmentation to hyperspectral images when training deep neural networks. This builds upon torchvision's transforms but makes it so that the channels dimension does not have to be 3.
  • SoLar Image Classification using convolutional neural networks (Slic) ๐ŸŒ… ๐Ÿค– : A deep CNN trained to classify Hฮฑ images from Hinode's Solar Optical Telescope (SOT).
  • RADYNVERSION ๐Ÿ“ˆ : An application of an invertible neural network (INN) trained on simulations of solar flares to estimate the parameters of the flaring atmosphere from a set of observations.

Teaching Materials:

  • Teaching: This repository contains a tutorial I gave to fellow PhD students about how unsupervised machine learning works and how to apply it in Python as well as an introduction to machine learning tutorial I presented at the Machine Learning in Heliophysics conference in 2019.
  • Glasgow Machine Learning Course 2019: A course I co-created with a fellow PhD student to teach PhD students and postdocs how machine learning works, about the different kinds of machine learning and how it may be applicable in their research and how to go about implementing it in their research.

slic's People

Contributors

bionictoucan avatar goobley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

slic's Issues

running error

I have downloaded Slic and tried to run ..but getting error.
python data.py --dataset "/home/manjunath/Downloads/Slic/example_data/" --percent_split 10 --save_dir "/home/manjunath/"
getting below error :

Traceback (most recent call last):
File "data.py", line 63, in
train_test_data(dataset=args.dataset,percentage_split=args.percent_split,save_dir=args.save_dir)
File "data.py", line 28, in train_test_data
data_list = sorted([direc+"/"+x for x in os.listdir(direc) if not x.startswith(".")])
NotADirectoryError: [Errno 20] Not a directory: '/home/manjunath/Downloads/Slic/example_data/FG20111008_111533.0.fits.gz'

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.