Concluding GSoC24

As the sun sets on the Google Summer of Code 2024, it's time to reflect on our exploration of Active Galactic Nuclei (AGN) light curve interpolation using advanced neural networks. Over the course of this project, we ventured into the complexities of AGN data, developing and refining models to better predict and understand the erratic behaviors of these celestial objects.

Overview of the Project
Our journey began with the goal of enhancing the accuracy of AGN light curve predictions. We employed custom Bidirectional Recurrent Neural Networks (BRNNs), coupled with an interpretative neural network layer, aiming to leverage both past and future context in our predictions.

Final Results
In our last phase, we meticulously tested our BRNN model against traditional linear interpolation and K-Nearest Neighbors (KNN) methods:

  • Linear Interpolation: Test Loss = 1.2790908372984307e-07
  • KNN Interpolation: Test Loss = 1.211259949511657e-07
  • BRNN Model: Test Loss = 7.520762018434385e-08

While the BRNN model showcased a promising improvement in test loss compared to the other methods, the enhancements, although significant, did not fully justify the computational expense and complexity involved in deploying and refining such advanced models.

Here we can see the test results of the BRNN Model for an specific AGN:




Reflections and Future Directions
The findings suggest that while the advanced BRNN model holds potential, further refinement and optimization are necessary to fully harness its capabilities in a cost-effective manner. Future explorations could focus on integrating additional data types and exploring even more complex neural network architectures.

Conclusion
This project has been a profound learning experience, not only in terms of technical development but also in understanding the intricate complexity of celestial phenomena. As GSoC24 concludes, we hope the insights gained will fuel further research and innovation in the field of astrophysics.

Acknowledgments
A heartfelt thank you to my mentors, Jessica Krick and Shoubaneh Hemmati, peers, and the vibrant GSoC community for their support, guidance, and invaluable insights throughout this amazing journey.

Google Summer of Code 2024

This project was developed during Google Summer of Code 2024 by contributor Lucas Martin Garcia and mentors Jessica Krick and Shoubaneh Hemmati.

Official GSOC 2024 Project

GitHub Official Repository

This project is published in the following GitHub repository.

Official GitHub Repository