Awards & Nominations
Pluto has received the following awards and nominations. Way to go!
Pluto has received the following awards and nominations. Way to go!
We created an AI Model which takes in the Solar Wind Data from NASA DSCOVR Satellite to predict the possibility of another Carrington Event
Our project is based on an Unsupervised Anomaly Detection Algorithm which flags any anomalous data. It works by fitting a Gaussian Distribution Curve on the Solar Wind training data and then estimating the mean and variance of the dataset. Then, when we enter any new data input, the program calculates its probability using the trained mean and variance. This probability is then compared to a preset threshold called epsilon. If its less then that, it is classified as an Anomaly.
Our Dataset included 6 features for every reading of Solar Wind including Thermal Speed, Density, Temperature, Velocity X-Component, Velocity Y-Component and Velocity Z-Component
The benefit this algorithm provides us is that it will flag not only a Carrington-like event but also all other kinds of anomalies that might occur. The system provides us with an early warning which can then be further investigated by NASA to make sure everything is smooth.
We used Python's NumPy Library to create a 2D array of our dataset and then created functions to fit a Gaussian Curve to our data. All work was done in Jupyter Notebooks and VSCODE
Limitations:
We used DSCOVR Plasma and Solar Winds Data provided by NASA at SPDF - Coordinated Data Analysis Web (CDAWeb) (nasa.gov)
Our experience at Space Apps 2022 was remarkable and we got to learn so much. The main highlight was getting to experience how a real-world problem is solved. We were always fascinated by space and had a keen interest in AI & Machine Learning and what it can do. So as soon as NASA arrived with the Space Apps Challenge we were onboard from Day 1. Our first step was to theoretically think of all the different Machine Learning Algorithms that could help us solve this problem and then select one as soon as we got access to the Space Data. The main setback was that we could not access the data from the links provided and had to search for the specific required data elsewhere.


#machinelearning #ai #carringtonevent #anomaly #algorithm
If a major space weather event like the Carrington Event of 1859 were to occur today, the impacts to society could be devastating. Your challenge is to develop a machine learning algorithm or neural network pipeline to correctly track changes in the peak solar wind speed and provide an early warning of the next potential Carrington-like event.

