[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-120381-en":3,"doc-seo-120381-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},120381,687197207057,"Sage","https://ap-avatar.wpscdn.com/davatar_29158cc5080c5b710cf443261637dec0",8,"Research & Report","Forecasting > 100 MeV SEP Events and Intensity based on CME and other Solar Activities using Machine Learning - Thesis Abstract","High-intensity solar energetic particle (SEP) events create severe risks to astronauts and onboard machinery, requiring accurate forecasting of both occurrence and peak intensity. This thesis develops machine learning methods that leverage CME characteristics and related space-weather phenomena to classify SEP events and predict their peak intensity. The work addresses dataset scarcity through specialized classifier and regression strategies, including Richardson-forecasts and variants that incorporate learned Richardson error and retraining with DenseLoss and autoencoder-based approaches. Results demonstrate F1 performance of 0.800 for both event forecasting and peak-intensity prediction.","Florida Institute of Technology  \nScholarship Repository @ Florida Tech  \nTheses and Dissertations  \n7-2023  \nForecasting >100 MeV SEP Events and Intensity based on CMEand other Solar Activities using Machine Learning  \nDaniel Lee Griessler  \nFollow this and additional works at: [https://repository.fit.edu/etd](https://repository.fit.edu/etd)  \n Part of the Computer Sciences Commons  \nForecasting > 100 MeV SEP Events and Intensity based on CME and other Solar  \nActivities using Machine Learning  \nby  \nDaniel Lee Griessler  \nBachelor of Science  \nComputer Science  \nFlorida Institute of Technology  \n2020  \nBachelor of Science  \nMathematical Sciences  \nFlorida Institute of Technology  \n2020  \nA thesis  \nsubmitted to the College Engineering and Science at Florida Institute of Technology  \nin partial fulfillment of the requirements  \nfor the degree of  \nMaster of Science  \nin  \nComputer Science  \nMelbourne, Florida  \nJuly, 2023  \n© Copyright 2023 Daniel Lee Griessler All Rights Reserved  \nThe author grants permission to make single copies.  \nWe the undersigned committee  \nhereby approve the attached thesis  \nForecasting > 100 MeV SEP Events and Intensity based on CME and other Solar Activities using Machine Learning by Daniel Lee Griessler  \nPhilip Chan, Ph.D.  \nAssociate Professor  \nElectrical Engineering and Computer Science  \nMajor Advisor  \nMing Zhang, Ph.D.  \nProfessor  \nAerospace, Physics, and Space Sciences  \nPhilip J. Bernhard, Ph.D.  \nAssociate Professor and Department Head Electrical Engineering and Computer Science  \nAbstract  \nTitle:  \nForecasting > 100 MeV SEP Events and Intensity based on CME and other Solar  \nActivities using Machine Learning  \nAuthor:  \nDaniel Lee Griessler  \nMajor Advisor:  \nPhilip Chan, Ph.D.  \nThere is a severe risk for astronauts and machinery from high intensity Solar Energetic Particle (SEP) events which can be mitigated through accurate forecast of their presence and peak intensity. By using characteristics of CME and other space weather phenomena, machine learning techniques have the potential to classify and predict the peak intensity of SEP events. The extreme scarcity of SEP events in current datasets poses a challenge to traditional machine learning techniques. In this work, we first demonstrate classifier machine learning techniques that can achieve an F1 score of 0 .800 in forecasting SEP events. We then propose techniques for forecasting SEP peak intensity including Combining Richardson forecast (RC), learning Richardson Error (RE), and integrating retraining with DenseLoss (DL+rRT+AE) . Finally, we demonstrate through DL+rRT+AE that we can achieve the same F1 score of 0.800 for forecasting SEP peak intensity.  \nTable of Contents  \nAbstract ....................................... iii  \nList of Figures ................................... ix  \nList of Tables .................................... xi  \nAcknowledgments ................................. xvii  \n1 Introduction ................................... 1  \n1.1 Motivation .................................. 1  \n1.2 Problem Statement ............................. 2  \n1.3 Approaches ................................. 2  \n1.4 Contributions ................................ 3  \n1.5 Organization ................................ 5  \n2 Related Work .................................. 6  \n2.1 SEP Forecasting ............................... 6  \n2.1.1 Using Characteristics of Solar Flares and X-rays ......... 6  \n2.1.2 Using Characteristics of CMEs .................. 9  \n2.1.3 Using Characteristics of Other Space Weather Phenomena ... 13  \n2.2 Machine Learning with Imbalanced Data ................. 14  \n2.2.1 Imbalanced Classification ...................... 14  \n2.2.2 Imbalanced Regression ....................... 19  \n2.3 Explaining Predictions and Models .................... 22  \n3 Description of SEP and CME Data .................... 24  \n3.1 Features from DONKI and CDAW CME Catalogs ............ 25  \n3.2 Features derived from DONKI and CDAW CME C","cbCaifiZZR1DXJp8","https://ap.wps.com/l/cbCaifiZZR1DXJp8","pdf",3856994,1,145,"English","en",105,"# Abstract\n# Introduction\n## Motivation\n## Problem Statement\n## Approaches\n## Contributions\n## Organization\n# Related Work\n## SEP Forecasting\n## Machine Learning with Imbalanced Data\n## Explaining Predictions and Models\n# Description of SEP and CME Data\n## Features from DONKI and CDAW CME Catalogs\n## Feature value adjustments\n## Normalization of features\n# Forecasting SEP Events\n## Approaches\n## Experimental Evaluation\n# Forecasting SEP Intensities\n## Approaches","[{\"question\":\"为什么需要对\\u003e100 MeV的SEP事件及其强度进行预测？\",\"answer\":\"高强度SEP事件会对宇航员与航天器设备造成严重风险，因此需要准确预测其发生与峰值强度，以降低影响并提升任务安全性。\"},{\"question\":\"论文使用了哪些空间天气特征来进行机器学习预测？\",\"answer\":\"研究利用CME等空间天气现象的特征，并且包含来自DONKI与CDAW的CME目录特征，以及来自其他来源的特征，随后进行特征调整与归一化。\"},{\"question\":\"如何应对当前SEP数据集稀缺带来的不平衡学习挑战？\",\"answer\":\"论文通过改进的分类与回归策略处理数据极少问题，例如在事件预测中使用过采样的神经网络，以及分类器/回归器再训练并结合自动编码器；在强度预测中还融入Richardson模型及其误差学习与重训练机制。\"}]","Forecasting > 100 MeV SEP Events and Intensity based on CME and other Solar Activities using Machine Learning - Thesis Abstract | PDF",1785729747,365,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"forecasting-100-mev-sep-events-and-intensity-based-on-cme-and-other-solar-activities-using-machine-learning-thesis-abstract","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/forecasting-100-mev-sep-events-and-intensity-based-on-cme-and-other-solar-activities-using-machine-learning-thesis-abstract/120381/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-03",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"为什么需要对>100 MeV的SEP事件及其强度进行预测？","Question",{"text":75,"@type":76},"高强度SEP事件会对宇航员与航天器设备造成严重风险，因此需要准确预测其发生与峰值强度，以降低影响并提升任务安全性。","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"论文使用了哪些空间天气特征来进行机器学习预测？",{"text":80,"@type":76},"研究利用CME等空间天气现象的特征，并且包含来自DONKI与CDAW的CME目录特征，以及来自其他来源的特征，随后进行特征调整与归一化。",{"name":82,"@type":73,"acceptedAnswer":83},"如何应对当前SEP数据集稀缺带来的不平衡学习挑战？",{"text":84,"@type":76},"论文通过改进的分类与回归策略处理数据极少问题，例如在事件预测中使用过采样的神经网络，以及分类器/回归器再训练并结合自动编码器；在强度预测中还融入Richardson模型及其误差学习与重训练机制。","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]