GSoC 2024 @OpenAstronomy: Overview of Merged and Pending PRs
This blogpost deals with all the PRs that were merged/opened in NDCube/ SunPy / Astropy for completing the project.
This blogpost deals with all the PRs that were merged/opened in NDCube/ SunPy / Astropy for completing the project.
2. Gallery Examples and How-to Guide for recent implementations(merged):
3. Error Handling for SOAR Server Downtime(merged):
4. Distance Filtering Query Support(merged):
Project is almost going to end currently, but there are so many plans for the future. I am gonna keep contributing in the future and make this a project a worthwhile tool for the astronomers to use.
Finally everything is working on floating panels and the dashboard is so much customisable now! It's awesome. But as every good thing has a catch, all my HoloViews objects are synced now, I don't yet know what the issue is but I have to figure this out!
In our ongoing objective to enhance the accuracy of Active Galactic Nuclei (AGN) light curve interpolation, we've previously explored various traditional and machine learning methods. Building on this foundation, this post introduces a sophisticated approach involving a Bidirectional Recurrent Neural Network (BRNN) coupled with an interpretative neural network layer, aimed at capturing the dynamics of AGN light curves more effectively.
BRNNs are an extension of traditional Recurrent Neural Networks (RNNs), designed to improve model performance by processing data in both forward and reverse directions. This dual-path architecture allows the network to retain information from both past and future contexts simultaneously, which is particularly beneficial for predicting sequences with complex dependencies, like those found in AGN light curves.
To make the outputs of the BRNN more comprehensible and useful, we integrate an additional neural network layer specifically for filling missing gaps. This layer translates the complex, non-linear relationships learned by the BRNN into clearer, more interpretable patterns.
So the recoding and redesign is done. But we were discussing about how we are plotting things in dashboard and wanted to have floatpanels for doing so.
In this post, I hope to illustrate how GPU's actually accelerate parallel operations
This blog post covers all the work done in the sixth week of Google Summer of Code.