google / flax

Flax is a neural network library for JAX that is designed for flexibility.

Home Page:https://flax.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial request

Wasim04 opened this issue · comments

Hi

Just wondering, if there is any example of model (or some tutorial) that works with spherical healpy data. How does flax deal with that? convolution layers or pooling layers etc. for classification or denoising models.

If there is any tutorial that would be very helpful.

Many Thanks
Wasim

We don't have any tutorials that work with spherical healpy data. Is there an accepted standard for processing that type of data in the ML domain? I've never worked with this type of data before

I can understand. This is a domain specific issue. Specially in astronomy and astrophysics. Various kinds of cosmological data that heavily requires to preserve sky orientations, positions etc along with their features, foreground and background informations in the correct/exact sequence etc, suffer mostly from data distortion while flatting them. Very limited options are there in ML domain that deals with these data shape as it is not trivial. Thanks for your prompt response.