Automated Prediction of Solar Flares Using Neural Networks and Sunspots Associations. EIMC, University of Bradford BD71DP, U.K.

Size: px
Start display at page:

Download "Automated Prediction of Solar Flares Using Neural Networks and Sunspots Associations. EIMC, University of Bradford BD71DP, U.K."

Transcription

1 Automated Prediction of Solar Flares Using Neural Networks and Sunspots Associations Tufan Colak & Rami Qahwaji EIMC, University of Bradford BD71DP, U.K. WSC11 -(Sep 25-Oct )

2 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association Machine learning algorithms Practical results Conclusions and future work

3 Objective: We aim to design an automated system that could provide short-term prediction of solar flares by establishing a correlation between sunspots and solar flares using machine learning.

4 Related Work Despite the recent advances in solar imaging, machine learning has not been widely applied to solar data, except for verification purposes. Solar activity (i.e., Wolf Number) was predicted first by (Calvo et al. 1995). (Borda et al. 2002) described a method for the automatic detection of solar flares using BP MLP. MLP, SVM and RBF were used for flares detection in (Qu et al. 2003).

5 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association Machine learning algorithms Practical results Conclusions and future work

6 Data? Data from the publicly available National Geophysical Data Centre (NGDC) sunspot groups and flares catalogues are used in our study. NGDC keeps record of data from several observatories around the world and holds one of the most comprehensive publicly available databases for solar features and activities.

7 The NGDC sunspots catalogue The NGDC sunspot catalogue holds records of sunspot groups supplying their date, time, location, physical properties, sunspot area and classification data. Two classification systems exist for sunspots: McIntosh, which depends on the size, shape and spot density of sunspots, and Mt. Wilson., which is based on the distribution of magnetic polarities within spot groups.

8 The NGDC Flares catalogue This catalogue provides information about dates, starting and ending times for flare eruptions, location, NOAA number of the corresponding active region and x-ray classification for the detected flares. Not all the flares have associated NOAA numbers. Flares without NOAA numbers are not included in our study.

9 Data

10 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association and prediction model Machine learning algorithms Practical results Conclusions and future work

11 Associating Flares and Sunspots We ve investigated all the sunspot groups that were associated with flares from 01 Jan1992 till 31 Dec The degree of association was determined based on the NOAA region number and the timing information. A C++ platform that extracts online flares and sunspots info from NGDC catalogues was created. Our software has analysed the data related to flares and sunspots and has managed to associate 1425 M and X flares with their corresponding sunspot groups.

12 Associating Flares and Sunspots

13 The Theoretical Model WSC11 SIPWORKIII -(Sep 25-Oct 08/09/06 6)

14 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association Machine learning algorithms Practical results Conclusions and future work

15 Cascade FFBP In cascade FFBP, the first layer has connecting weights with the input layer. Each subsequent layer has weights connecting it to the input layer and all previous layers..

16 Optimising the Learning Algorithms A learning algorithm provides best generalisation if it is optimised. A NN is optimised if the optimum topology, learning algorithm and learning times are found. After finding that CCNN provides best performance, the number of hidden nodes was found empirically. We have started with 1 hidden node and continuously were increasing the number of hidden nodes until 35 hidden nodes were reached. Every time a new number of hidden nodes were used, the error rate and the recognition rate were recorded. After carrying out all the empirical experiments it was found that optimum performance was reached with 9 hidden nodes.

17 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association Machine learning algorithms Practical results Conclusions and future work

18 Both NGDC catalogues were used and our software has analysed the data related to flares and sunspots and has managed to associate 1425 M and X flares with their corresponding sunspot groups. The total number of samples used for our training set is 2882, where 1425 samples represent sunspots that produced flares. The remaining samples represent sunspots that existed in non-flaring days and are not related to any sunspot groups within the previous flaring sunspot samples.

19 The Training and Testing Sets The NN training and testing was carried out based on the statistical Jack-knife technique (Fukunaga 1990). For all the experiments, 80% of the samples are randomly selected and used for training while the remaining 20% are used for testing. These experiments are repeated for number of times and the average is taken.

20 Initial Experiments For each sample, the training vector consists of 5 elements ( 3 for inputs; 2 for outputs).

21 Initial Experiments Several experiments based on the Jack-knife technique were carried out and we found that the prediction rate for flares in the best case scenario was 72.9%. This indicated that a correlation existed between the input and output sets. But this value is not high enough to provide reliable prediction of solar activities. To improve the learning performance we tried to associate the classified sunspots with the sunspot cycle.

22 This seemed logical because the rise and fall of solar activity coincides with the sunspot cycle (Pap et al. 1990). When the solar cycle is at a maximum, plenty of large active regions exist and many solar flares are detected. These decreases in number as the Sun approaches the minimum part of its cycle (Pap et al. 1990).

23 Solar Cycle and Flares NASA,"Solar Minimum Explodes",

24 Solar Cycle Modelling-Hathaway s Model 140 Average Monthly Sunspot Number Number of Sunspots Generated Real Years a represents the amplitude and is related to the rise of the cycle minimum, b is related to the time in months from minimum to maximum; c gives the asymmetry of the cycle; and t o denotes the starting time

25 For each sample, the training vector consists of 6 elements ( 4 for inputs; 2 for outputs).

26 Hence, for Fkc sunspot at solar maximum that produced an M flare, the training vector looks like this:

27

28 Organisation of this talk Objectives & related work Solar data (features and activities) Data Association Machine learning algorithms Practical results Conclusions and future work

29 Conclusions A fully automated computer platform that could verify this correlation between sunspot classes and solar flares relation using machine learning, is designed. The association and learning softwares will become public shortly at Our findings show that there is a direct relation between the eruptions of flares and certain McIntosh classes of sunspots such as Ekc, Fki and Fkc. Our findings are in accordance with (McIntosh 1990), (Warwick 1966), and (Sakurai 1970).

30 McIntosh Class FSO FKO FKI FKC FHO FHI FHC FAO FAI FAC ESO ESI EKO EKI EKC EHO EHC EAO EAI EAC DSO DSI DKO DKI DKC DHO DHI DHC DAO DAI DAC CSO CSI CRO CKO CHO CAO CAI X-ray Flares versus McIntosh Classification Percentage X Class Flare M Class Flare P ercentag e X-ray Flares versus Mt. Wilson Classification M Class Flare X Class Flare B BD BG BGD G GD Mt. Wilson Class

31 Future Work Apply image segmentation and classification algorithms to detect sunspots and classify them automatically, so that the platform is completed. To track the individual sunspot groups over their lifetime. The development of the sunspot group can contribute to the knowledge of the machine learning systems. Will better prediction be achieved if the magnetic configuration of sunspots (Mt. Wilson classification) is combined with the sunspot area to replace the McIntosh classification (Sammis, Tang & Zirin, 2000, ApJ)?

32 To compare our findings with other authors who tested the correlations of the various McIntosh classes on flare rates and the applications to solar flare prediction (e.g. McIntosh 1990; Bornmann & Shaw 1994, Sol. Phys. 150, p. 127; Gallagher et al. 2002, Sol. Phys. 209, p. 171; Wheatland 2004, ApJ 609, p. 1134).

33 Acknowledgment. This work is supported by an EPSRC Grant (GR/T17588/01), which is entitled Image Processing and Machine Learning Techniques for Short-Term Prediction of Solar Activity.

The University of Bradford Institutional Repository

The University of Bradford Institutional Repository The University of Bradford Institutional Repository http://bradscholars.brad.ac.uk This work is made available online in accordance with publisher policies. Please refer to the repository record for this

More information

Automated Solar Activity Prediction: A hybrid computer platform using machine learning and solar imaging for automated prediction of solar flares

Automated Solar Activity Prediction: A hybrid computer platform using machine learning and solar imaging for automated prediction of solar flares SPACE WEATHER, VOL. 7,, doi:10.1029/2008sw000401, 2009 Automated Solar Activity Prediction: A hybrid computer platform using machine learning and solar imaging for automated prediction of solar flares

More information

Automated Solar Flare Prediction: Is it a myth?

Automated Solar Flare Prediction: Is it a myth? Automated Solar Flare Prediction: Is it a myth? Tufan Colak, t.colak@bradford.ac.uk Rami Qahwaji, Omar W. Ahmed, Paul Higgins* University of Bradford, U.K.,Trinity Collage Dublin, Ireland* European Space

More information

Recent Advances in Flares Prediction and Validation

Recent Advances in Flares Prediction and Validation Recent Advances in Flares Prediction and Validation R. Qahwaji 1, O. Ahmed 1, T. Colak 1, P. Higgins 2, P. Gallagher 2 and S. Bloomfield 2 1 University of Bradford, UK 2 Trinity College Dublin, Ireland

More information

Machine Learning for Solar Flare Prediction

Machine Learning for Solar Flare Prediction Machine Learning for Solar Flare Prediction Solar Flare Prediction Continuum or white light image Use Machine Learning to predict solar flare phenomena Magnetogram at surface of Sun Image of solar atmosphere

More information

AUTOMATED MACHINE LEARNING-BASED PREDICTION OF CMES BASED ON FLARES ASSOCIATIONS

AUTOMATED MACHINE LEARNING-BASED PREDICTION OF CMES BASED ON FLARES ASSOCIATIONS AUTOMATED MACHINE LEARNING-BASED PREDICTION OF CMES BASED ON FLARES ASSOCIATIONS R. QAHWAJI, T. COLAK, M. AL-OMARI, and S. IPSON Department of Electronic Imaging and Media Communications University of

More information

An Analysis of the Sunspot Groups and Flares of Solar Cycle 23

An Analysis of the Sunspot Groups and Flares of Solar Cycle 23 Solar Phys (2011) 269: 111 127 DOI 10.1007/s11207-010-9689-y An Analysis of the Sunspot Groups and Flares of Solar Cycle 23 Donald C. Norquist Received: 7 December 2009 / Accepted: 25 November 2010 / Published

More information

AN ANALYSIS OF THE SUNSPOT GROUPS AND FLARES OF SOLAR CYCLE 23 (POSTPRINT)

AN ANALYSIS OF THE SUNSPOT GROUPS AND FLARES OF SOLAR CYCLE 23 (POSTPRINT) AFRL-RV-PS- TP-2012-0027 AFRL-RV-PS- TP-2012-0027 AN ANALYSIS OF THE SUNSPOT GROUPS AND FLARES OF SOLAR CYCLE 23 (POSTPRINT) Donald C. Norquist 7 May 2012 Technical Paper APPROVED FOR PUBLIC RELEASE; DISTRIBUTION

More information

Contents. The SOP in its first year

Contents. The SOP in its first year S O P R E P O R T - MAY 2014 Contents The SOP in its first year National Astronomy Week 2014 Highlights Solar Observation Workshop - National Astronomy Convention FPV - Astronomical League of the Philippines

More information

Flare Forecasting Using the Evolution of McIntosh Sunspot Classifications

Flare Forecasting Using the Evolution of McIntosh Sunspot Classifications submitted to Journal of Space Weather and Space Climate c The author(s) under the Creative Commons Attribution License Flare Forecasting Using the Evolution of McIntosh Sunspot Classifications A. E. McCloskey

More information

A method for the prediction of relative sunspot number for the remainder of a progressing cycle with application to cycle 23

A method for the prediction of relative sunspot number for the remainder of a progressing cycle with application to cycle 23 A&A 392, 301 307 (2002) DOI: 10.1051/0004-6361:20020616 c ESO 2002 Astronomy & Astrophysics A method for the prediction of relative sunspot number for the remainder of a progressing cycle with application

More information

Predicting Solar Flares by Converting GOES X-ray Data to Gramian Angular Fields (GAF) Images

Predicting Solar Flares by Converting GOES X-ray Data to Gramian Angular Fields (GAF) Images , July 4-6, 2018, London, U.K. Predicting Solar Flares by Converting GOES X-ray Data to Gramian Angular Fields (GAF) Images Tarek Nagem, Rami Qahwaji, Stanley Ipson, Amro Alasta Abstract: Predicting solar

More information

APPLICATION OF SUPPORT VECTOR MACHINE TO THE PREDICTION OF GEO-EFFECTIVE HALO CMES

APPLICATION OF SUPPORT VECTOR MACHINE TO THE PREDICTION OF GEO-EFFECTIVE HALO CMES Journal of The Korean Astronomical Society http://dx.doi.org/10.5303/jkas.2012.45.2.31 45: 31 38, 2012 April ISSN:1225-4614 c 2012 The Korean Astronomical Society. All Rights Reserved. http://jkas.kas.org

More information

Solar Activity during the Rising Phase of Solar Cycle 24

Solar Activity during the Rising Phase of Solar Cycle 24 International Journal of Astronomy and Astrophysics, 213, 3, 212-216 http://dx.doi.org/1.4236/ijaa.213.3325 Published Online September 213 (http://www.scirp.org/journal/ijaa) Solar Activity during the

More information

The relationship between grouped solar flares and sunspot activity

The relationship between grouped solar flares and sunspot activity Bull. Astr. Soc. India (2013) 41, 237 246 The relationship between grouped solar flares and sunspot activity Song Feng 1,2, Lan Yu 3 and Yunfei Yang 1 1 Yunnan Key Laboratory of Computer Technology Application

More information

Unusual Migration of Prominence Activities in the Southern Hemisphere during Cycles 23 24

Unusual Migration of Prominence Activities in the Southern Hemisphere during Cycles 23 24 PASJ: Publ. Astron. Soc. Japan 65, S16, 213 December 5 c 213. Astronomical Society of Japan. Unusual Migration of Prominence Activities in the Southern Hemisphere during Cycles 23 24 Masumi SHIMOJO National

More information

An Automatic Segmentation Algorithm for Solar Filaments in H-Alpha Images using a Context-based Sliding Window

An Automatic Segmentation Algorithm for Solar Filaments in H-Alpha Images using a Context-based Sliding Window An Automatic Segmentation Algorithm for Solar Filaments in H-Alpha Images using a Context-based Sliding Window Ibrahim A. Atoum College of Applied Sciences Al Maarefa Colleges for Science and Technology

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Commentary on Algorithms for Solar Active Region Identification and Tracking

Commentary on Algorithms for Solar Active Region Identification and Tracking Commentary on Algorithms for Solar Active Region Identification and Tracking David C. Stenning Department of Statistics, University of California, Irvine Solar Stat, 2012 SDO and Solar Statistics The Solar

More information

FORECAST OF SOLAR PROTON EVENTS WITH NOAA SCALES BASED ON SOLAR X-RAY FLARE DATA USING NEURAL NETWORK

FORECAST OF SOLAR PROTON EVENTS WITH NOAA SCALES BASED ON SOLAR X-RAY FLARE DATA USING NEURAL NETWORK Journal of the Korean Astronomical Society http://dx.doi.org/10.5303/jkas.2014.47.6.209 47: 209 214, 2014 December pissn: 1225-4614 eissn: 2288-890X c 2014. The Korean Astronomical Society. All rights

More information

A new technique for the calculation and 3D visualisation of magnetic complexities on solar satellite images

A new technique for the calculation and 3D visualisation of magnetic complexities on solar satellite images Vis Comput DOI 10.1007/s00371-010-0418-1 ORIGINAL ARTICLE A new technique for the calculation and 3D visualisation of magnetic complexities on solar satellite images O.W. Ahmed R. Qahwaji T. Colak T. Dudok

More information

I. Data Processing and First Results

I. Data Processing and First Results ACTIVE-REGION MONITORING AND FLARE FORECASTING I. Data Processing and First Results PETER T. GALLAGHER, Y.-J. MOON and HAIMIN WANG Big Bear Solar Observatory, New Jersey Institute of Technology, Big Bear

More information

FARSIDE HELIOSEISMIC HOLOGRAPHY: RECENT ADVANCES

FARSIDE HELIOSEISMIC HOLOGRAPHY: RECENT ADVANCES FARSIDE HELIOSEISMIC HOLOGRAPHY: RECENT ADVANCES I. González Hernández 1, F. Hill 1, C. Lindsey 2, D. Braun 2, P. Scherrer 3, and S.M. Hanasoge 3 1 National Solar Observatory, Tucson, Arizona, USA 2 NorthWest

More information

The Forecasting Solar Particle Events and Flares (FORSPEF) Tool

The Forecasting Solar Particle Events and Flares (FORSPEF) Tool .. The Forecasting Solar Particle Events and Flares (FORSPEF) Tool A. Anastasiadis 1, I. Sandberg 1, A. Papaioannou 1, M. K. Georgoulis 2, K. Tziotziou 1, G. Tsiropoula 1, D. Paronis 1, P. Jiggens 3, A.

More information

Status SC23 Predictions SC24

Status SC23 Predictions SC24 Status SC23 Predictions SC24 Jan Janssens http://members.chello.be/j.janssens/engwelcome.html Belgian Solar Section 5 Nov 5 Evolution Wolfnumber R Absolute & Smoothed monthly Wolfnumber R 18 16 14 12 1

More information

Numerical processing of sunspot images using the digitized Royal Greenwich Observatory Archive

Numerical processing of sunspot images using the digitized Royal Greenwich Observatory Archive Numerical processing of sunspot images using the digitized Royal Greenwich Observatory Archive Andrey Tlatov 1 and Vladimir Ershov 2 1 Kislovodsk Mountain Solar Station,Pulkovo observatory 2 Mullard Space

More information

Kanzelhöhe Observatory Flare observations and real-time detections Astrid Veronig & Werner Pötzi

Kanzelhöhe Observatory Flare observations and real-time detections Astrid Veronig & Werner Pötzi Kanzelhöhe Observatory Flare observations and real-time detections Astrid Veronig & Werner Pötzi Kanzelhöhe Observatory / Institute of Physics University of Graz, Austria Institute of Physics Kanzelhöhe

More information

Short-Term Solar Flare Prediction Using Predictor

Short-Term Solar Flare Prediction Using Predictor Solar Phys (2010) 263: 175 184 DOI 10.1007/s11207-010-9542-3 Short-Term Solar Flare Prediction Using Predictor Teams Xin Huang Daren Yu Qinghua Hu Huaning Wang Yanmei Cui Received: 18 November 2009 / Accepted:

More information

M.S. Wheatland. AGU 2005 Fall Meeting

M.S. Wheatland. AGU 2005 Fall Meeting School of Physics, University of Sydney AGU 2005 Fall Meeting Physical s Existing s of flare Overview Physical s Existing s of flare Physical s Existing s of flare Frequency-size N(S)dS: number of flares

More information

Negatively Correlated Echo State Networks

Negatively Correlated Echo State Networks Negatively Correlated Echo State Networks Ali Rodan and Peter Tiňo School of Computer Science, The University of Birmingham Birmingham B15 2TT, United Kingdom E-mail: {a.a.rodan, P.Tino}@cs.bham.ac.uk

More information

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1

What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 What Do Neural Networks Do? MLP Lecture 3 Multi-layer networks 1 Multi-layer networks Steve Renals Machine Learning Practical MLP Lecture 3 7 October 2015 MLP Lecture 3 Multi-layer networks 2 What Do Single

More information

Automatic Solar Filament Detection Using Image Processing Techniques

Automatic Solar Filament Detection Using Image Processing Techniques Automatic Solar Filament Detection Using Image Processing Techniques Ming Qu and Frank Y. Shih (shih@njit.edu) College of Computing Sciences, New Jersey Institute of Technology Newark, NJ 07102 U.S.A.

More information

Solar Cycle 24. Overview of predictions on the start and amplitude of a new solar cycle. Jan Janssens Belgian Solar Section

Solar Cycle 24. Overview of predictions on the start and amplitude of a new solar cycle. Jan Janssens Belgian Solar Section Solar Cycle 24 Overview of predictions on the start and amplitude of a new solar cycle Jan Janssens Belgian Solar Section Summary The coming solar cycle minimum The coming solar cycle maximum Current Conclusions

More information

michele piana dipartimento di matematica, universita di genova cnr spin, genova

michele piana dipartimento di matematica, universita di genova cnr spin, genova michele piana dipartimento di matematica, universita di genova cnr spin, genova first question why so many space instruments since we may have telescopes on earth? atmospheric blurring if you want to

More information

Introduction to Deep Learning

Introduction to Deep Learning Introduction to Deep Learning Some slides and images are taken from: David Wolfe Corne Wikipedia Geoffrey A. Hinton https://www.macs.hw.ac.uk/~dwcorne/teaching/introdl.ppt Feedforward networks for function

More information

The relationships of solar flares with both sunspot and geomagnetic activity

The relationships of solar flares with both sunspot and geomagnetic activity Research in Astron. Astrophys. 2012 Vol. 12 No. 4, 400 410 http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics The relationships of solar flares with both

More information

Deep Learning Technology for Predicting Solar Flares from (Geostationary Operational Environmental Satellite) Data

Deep Learning Technology for Predicting Solar Flares from (Geostationary Operational Environmental Satellite) Data Deep Learning Technology for Predicting Solar s from (Geostationary Operational Environmental Satellite) Data Tarek A M Hamad Nagem, Rami Qahwaji, Stan Ipson School of Electrical Engineering and Computer

More information

RELATIONSHIP BETWEEN SOLAR MAXIMUM AMPLITUDE AND MAX MAX CYCLE LENGTH

RELATIONSHIP BETWEEN SOLAR MAXIMUM AMPLITUDE AND MAX MAX CYCLE LENGTH The Astronomical Journal, 132:1485 1489, 2006 October # 2006. The American Astronomical Society. All rights reserved. Printed in U.S.A. RELATIONSHIP BETWEEN SOLAR MAXIMUM AMPLITUDE AND MAX MAX CYCLE LENGTH

More information

Sunspot group classifications

Sunspot group classifications Sunspot group classifications F.Clette 30/8/2009 Purpose of a classification Sunspots as a measurement tool: Sunspot contrast and size proportional to magnetic field Sunspot group topology reflects the

More information

Invisible sunspots and implications for the monitoring of Solar Active Regions

Invisible sunspots and implications for the monitoring of Solar Active Regions Invisible sunspots and implications for the monitoring of Solar Active Regions Silvia Dalla (1), Lyndsay Fletcher (2) and Nicholas Walton (3) (1) Centre for Astrophysics, University of Central Lancashire,

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Jim Carrigan Observatory Prudhoe Bay Monthly Magnetic Bulletin May 2014 14/05/JC JIM CARRIGAN OBSERVATORY MAGNETIC DATA 1. Introduction Jim Carrigan observatory is the fourth

More information

THE SCIENCE OF SOLAR HURRICANES

THE SCIENCE OF SOLAR HURRICANES THE SCIENCE OF SOLAR HURRICANES 2016 SWC Seminar Series Vadim Uritsky CUA/Physics, NASA/GSFC Special thanks: Dr. Antti Pulkkinen, NASA/GSFC Space weather research & forecasting at CUA http://spaceweathercenter.cua.edu

More information

Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS

Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS 2016 n 6 WARNING OF MAJOR DATA CHANGE Over the past 4 years a community effort has been carried out to revise

More information

Astron 104 Laboratory #7 Sunspots and the Solar Cycle

Astron 104 Laboratory #7 Sunspots and the Solar Cycle Name: Section: Astron 104 Laboratory #7 Sunspots and the Solar Cycle Section 9.4 In this exercise, you will observe how the physical appearance of the Sun changes from day to day over the period of one

More information

Astronomy. Astrophysics. Invisible sunspots and rate of solar magnetic flux emergence. Letter to the Editor

Astronomy. Astrophysics. Invisible sunspots and rate of solar magnetic flux emergence. Letter to the Editor A&A 479, L1 L4 (2008) DOI: 10.1051/0004-6361:20078800 c ESO 2008 Astronomy & Astrophysics Letter to the Editor Invisible sunspots and rate of solar magnetic flux emergence S. Dalla 1, L. Fletcher 2, and

More information

Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS

Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS Sunspot Index and Long-term Solar Observations World Data Center supported by the ICSU - WDS 2016 n 7 WARNING OF MAJOR DATA CHANGE Over the past 4 years a community effort has been carried out to revise

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Ascension Island Observatory Monthly Magnetic Bulletin March 2017 17/03/AS Crown copyright; Ordnance Survey ASCENSION ISLAND OBSERVATORY MAGNETIC DATA 1. Introduction Ascension

More information

Solar Activity Forecasting on by Means of Artificial Neural Networks

Solar Activity Forecasting on by Means of Artificial Neural Networks Reported on EGS XXIV General Assembly, 22 April 1999, The Hague, The Netherlands Solar Activity Forecasting on 1999-2000 by Means of Artificial Neural Networks A. Dmitriev, Yu. Minaeva, Yu. Orlov, M. Riazantseva,

More information

KING EDWARD POINT OBSERVATORY MAGNETIC DATA

KING EDWARD POINT OBSERVATORY MAGNETIC DATA BRITISH GEOLOGICAL SURVEY King Edward d Point Observatory Monthly Magnetic Bulletin May 2018 18/05/KE King Edward Point (UK) Maps British Antarctic Survey KING EDWARD POINT OBSERVATORY MAGNETIC DATA 1.

More information

ECLT 5810 Classification Neural Networks. Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann

ECLT 5810 Classification Neural Networks. Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann ECLT 5810 Classification Neural Networks Reference: Data Mining: Concepts and Techniques By J. Hand, M. Kamber, and J. Pei, Morgan Kaufmann Neural Networks A neural network is a set of connected input/output

More information

KING EDWARD POINT OBSERVATORY MAGNETIC DATA

KING EDWARD POINT OBSERVATORY MAGNETIC DATA BRITISH GEOLOGICAL SURVEY King Edward d Point Observatory Monthly Magnetic Bulletin September 2018 18/09/KE King Edward Point (UK) Maps British Antarctic Survey KING EDWARD POINT OBSERVATORY MAGNETIC DATA

More information

KING EDWARD POINT OBSERVATORY MAGNETIC DATA

KING EDWARD POINT OBSERVATORY MAGNETIC DATA BRITISH GEOLOGICAL SURVEY King Edward d Point Observatory Monthly Magnetic Bulletin October 2018 18/10/KE King Edward Point (UK) Maps British Antarctic Survey KING EDWARD POINT OBSERVATORY MAGNETIC DATA

More information

Materials Science Forum Online: ISSN: , Vols , pp doi: /

Materials Science Forum Online: ISSN: , Vols , pp doi: / Materials Science Forum Online: 2004-12-15 ISSN: 1662-9752, Vols. 471-472, pp 687-691 doi:10.4028/www.scientific.net/msf.471-472.687 Materials Science Forum Vols. *** (2004) pp.687-691 2004 Trans Tech

More information

Comparing Robustness of Pairwise and Multiclass Neural-Network Systems for Face Recognition

Comparing Robustness of Pairwise and Multiclass Neural-Network Systems for Face Recognition Comparing Robustness of Pairwise and Multiclass Neural-Network Systems for Face Recognition J. Uglov, V. Schetinin, C. Maple Computing and Information System Department, University of Bedfordshire, Luton,

More information

Holdout and Cross-Validation Methods Overfitting Avoidance

Holdout and Cross-Validation Methods Overfitting Avoidance Holdout and Cross-Validation Methods Overfitting Avoidance Decision Trees Reduce error pruning Cost-complexity pruning Neural Networks Early stopping Adjusting Regularizers via Cross-Validation Nearest

More information

Speaker Representation and Verification Part II. by Vasileios Vasilakakis

Speaker Representation and Verification Part II. by Vasileios Vasilakakis Speaker Representation and Verification Part II by Vasileios Vasilakakis Outline -Approaches of Neural Networks in Speaker/Speech Recognition -Feed-Forward Neural Networks -Training with Back-propagation

More information

Determination of Linear Force- Free Magnetic Field Constant αα Using Deep Learning

Determination of Linear Force- Free Magnetic Field Constant αα Using Deep Learning Determination of Linear Force- Free Magnetic Field Constant αα Using Deep Learning Bernard Benson, Zhuocheng Jiang, W. David Pan Dept. of Electrical and Computer Engineering (Dept. of ECE) G. Allen Gary

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Ascension Island Observatory Monthly Magnetic Bulletin December 2008 08/12/AS Crown copyright; Ordnance Survey ASCENSION ISLAND OBSERVATORY MAGNETIC DATA 1. Introduction Ascension

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Fort McMurray Observatory Monthly Magnetic Bulletin February 2016 16/02/FM Fort McMurray FORT McMURRAY OBSERVATORY MAGNETIC DATA 1. Introduction The British Geological Survey

More information

Pattern Matching and Neural Networks based Hybrid Forecasting System

Pattern Matching and Neural Networks based Hybrid Forecasting System Pattern Matching and Neural Networks based Hybrid Forecasting System Sameer Singh and Jonathan Fieldsend PA Research, Department of Computer Science, University of Exeter, Exeter, UK Abstract In this paper

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Fort McMurray Observatory Monthly Magnetic Bulletin March 2017 17/03/FM Fort McMurray FORT McMURRAY OBSERVATORY MAGNETIC DATA 1. Introduction The British Geological Survey (BGS)

More information

Nonlinear Classification

Nonlinear Classification Nonlinear Classification INFO-4604, Applied Machine Learning University of Colorado Boulder October 5-10, 2017 Prof. Michael Paul Linear Classification Most classifiers we ve seen use linear functions

More information

Recent Advances in Bayesian Inference Techniques

Recent Advances in Bayesian Inference Techniques Recent Advances in Bayesian Inference Techniques Christopher M. Bishop Microsoft Research, Cambridge, U.K. research.microsoft.com/~cmbishop SIAM Conference on Data Mining, April 2004 Abstract Bayesian

More information

Monthly Geomagnetic Bulletin

Monthly Geomagnetic Bulletin HARTLAND OBSERVATORY Monthly Geomagnetic Bulletin BRISTOL CHANNEL December 2002 02/12/HA Hartland NERC 2002 1. HARTLAND OBSERVATORY MAGNETIC DATA 1.1 Introduction This bulletin is published to meet the

More information

Faculae Area as Predictor of Maximum Sunspot Number. Chris Bianchi. Elmhurst College

Faculae Area as Predictor of Maximum Sunspot Number. Chris Bianchi. Elmhurst College Faculae Area as Predictor of Maximum Sunspot Number Chris Bianchi Elmhurst College Abstract. We measured facular area from digitized images obtained from the Mt. Wilson Observatory for 41 days from selected

More information

Sun s rotation period. Teacher s Guide Basic Level CESAR s Science Case

Sun s rotation period. Teacher s Guide Basic Level CESAR s Science Case Teacher s Guide Basic Level Introduction This is the teacher s guide for. Note that this guide does not contain full instructions to successfully develop the science case, those can be found at the student

More information

CHANGING SUMMER CLIMATE ON THE PRAIRIES: FROM DROUGHTS TO FLOODS AN ASSESSMENT OF THE CAUSES AND CONSEQUENCES SINCE 1990

CHANGING SUMMER CLIMATE ON THE PRAIRIES: FROM DROUGHTS TO FLOODS AN ASSESSMENT OF THE CAUSES AND CONSEQUENCES SINCE 1990 CHANGING SUMMER CLIMATE ON THE PRAIRIES: FROM DROUGHTS TO FLOODS AN ASSESSMENT OF THE CAUSES AND CONSEQUENCES SINCE 1990 Ray Garnett Agro Climatic Consulting (ACC) Natural Resources Institute (NRI) The

More information

Usability of solar radius variations as an indicator of solar activity and influence on climate

Usability of solar radius variations as an indicator of solar activity and influence on climate Mem. S.A.It. Vol. 76, 989 c SAIt 2005 Memorie della Usability of solar radius variations as an indicator of solar activity and influence on climate A. Kilcik, O. Golbasi, H. Kilic, V. Ozkan, and A.Y. Yuceer

More information

Radial Basis Function Networks. Ravi Kaushik Project 1 CSC Neural Networks and Pattern Recognition

Radial Basis Function Networks. Ravi Kaushik Project 1 CSC Neural Networks and Pattern Recognition Radial Basis Function Networks Ravi Kaushik Project 1 CSC 84010 Neural Networks and Pattern Recognition History Radial Basis Function (RBF) emerged in late 1980 s as a variant of artificial neural network.

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin July 2010 10/07/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So un d

More information

Forecast daily indices of solar activity, F10.7, using support vector regression method

Forecast daily indices of solar activity, F10.7, using support vector regression method Research in Astron. Astrophys. 9 Vol. 9 No. 6, 694 702 http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics Forecast daily indices of solar activity, F10.7,

More information

Recent development in the Lund Solar Activity Model (LSAM)

Recent development in the Lund Solar Activity Model (LSAM) Recent development in the Lund Solar Activity Model (LSAM) H. Lundstedt and J. M. Jensen Swedish Institute of Space Physics Lund, Sweden (www.lund.irf.se) Athen October 12, 2005 Outline Lund Solar Activity

More information

arxiv: v1 [astro-ph] 4 Jan 2008

arxiv: v1 [astro-ph] 4 Jan 2008 Astronomy & Astrophysics manuscript no. 8800 c ESO 2008 February 2, 2008 LETTER TO THE EDITOR Invisible sunspots and rate of solar magnetic flux emergence S. Dalla 1, L. Fletcher 2, and N.A. Walton 3 arxiv:0801.0703v1

More information

Coronal Magnetic Field Extrapolations

Coronal Magnetic Field Extrapolations 3 rd SOLAIRE School Solar Observational Data Analysis (SODAS) Coronal Magnetic Field Extrapolations Stéphane RÉGNIER University of St Andrews What I will focus on Magnetic field extrapolation of active

More information

An introduction to Support Vector Machines

An introduction to Support Vector Machines 1 An introduction to Support Vector Machines Giorgio Valentini DSI - Dipartimento di Scienze dell Informazione Università degli Studi di Milano e-mail: valenti@dsi.unimi.it 2 Outline Linear classifiers

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin July 2011 11/07/PS Jason Islands West Falkland King George Bay Queen Charlotte Bay Weddell Island Caracass Island Saunders Island

More information

ESTIMATE OF SOLAR MAXIMUM USING THE 1 8 Å GEOSTATIONARY OPERATIONAL ENVIRONMENTAL SATELLITES X-RAY MEASUREMENTS (Postprint)

ESTIMATE OF SOLAR MAXIMUM USING THE 1 8 Å GEOSTATIONARY OPERATIONAL ENVIRONMENTAL SATELLITES X-RAY MEASUREMENTS (Postprint) AFRL-RV-PS- TR-2015-0005 AFRL-RV-PS- TR-2015-0005 ESTIMATE OF SOLAR MAXIMUM USING THE 1 8 Å GEOSTATIONARY OPERATIONAL ENVIRONMENTAL SATELLITES X-RAY MEASUREMENTS (Postprint) L. M. Winter and K. S. Balasubramaniam

More information

Verification of Short-Term Predictions of Solar Soft X-ray Bursts for the Maximum Phase ( ) of Solar Cycle 23

Verification of Short-Term Predictions of Solar Soft X-ray Bursts for the Maximum Phase ( ) of Solar Cycle 23 Chin. J. Astron. Astrophys. Vol. 3 (2003), No. 6, 563 568 ( http: /www.chjaa.org or http: /chjaa.bao.ac.cn ) Chinese Journal of Astronomy and Astrophysics Verification of Short-Term Predictions of Solar

More information

Geomagnetic activity indicates large amplitude for sunspot cycle 24

Geomagnetic activity indicates large amplitude for sunspot cycle 24 Geomagnetic activity indicates large amplitude for sunspot cycle 24 David H. Hathaway and Robert M. Wilson NASA/National Space Science and Technology Center Huntsville, AL USA Abstract. The level of geomagnetic

More information

A Report on Carrington Rotations 2169 thru 2173

A Report on Carrington Rotations 2169 thru 2173 Feature Story: ALPO Solar Section A Report on Carrington Rotations 2169 thru 2173 By Richard (Rik) Hill, Acting Coordinator & Scientific Advisor, ALPO Solar Section rhill@lpl.arizona.edu 120 100 R I by

More information

Portugaliae Electrochimica Acta 26/4 (2008)

Portugaliae Electrochimica Acta 26/4 (2008) Portugaliae Electrochimica Acta 6/4 (008) 6-68 PORTUGALIAE ELECTROCHIMICA ACTA Comparison of Regression Model and Artificial Neural Network Model for the Prediction of Volume Percent of Diamond Deposition

More information

Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity market participants *

Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity market participants * technical paper 227 Evaluation of support vector machine based forecasting tool in electricity price forecasting for Australian national electricity maret participants * DC Sansom, T Downs and TK.Saha

More information

Automatic Classification of Sunspot Groups Using SOHO/MDI Magnetogram and White Light Images

Automatic Classification of Sunspot Groups Using SOHO/MDI Magnetogram and White Light Images Automatic Classification of Sunspot Groups Using SOHO/MDI Magnetogram and White Light Images David Stenning March 29, 2011 1 Introduction and Motivation Although solar data is being generated at an unprecedented

More information

Data Analysis and Measurement: Having a Solar Blast!

Data Analysis and Measurement: Having a Solar Blast! Educational Product Educators Grades 6-8 Data Analysis and Measurement: Having a Solar Blast! A Lesson Guide with Activities in Mathematics, Science, and Technology Find solar flares Total Numb Jan. 1990

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin July 2009 09/07/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So un d

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin May 2009 09/05/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So un d

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin April 2009 09/04/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So un

More information

EXTENDED CLASSROOM Kopernik Observatory & Science Center

EXTENDED CLASSROOM Kopernik Observatory & Science Center Kopernik: Build Your Own STEM Program (Grades K-12) What do you need to reinforce in your classroom? Kopernik staff will plan with you the ultimate program for any STEM curriculum. Programs can also be

More information

PURPOSE(OF(THE(STSM:(

PURPOSE(OF(THE(STSM:( TOSCASTSMUniversidaddeExtremadura:LaureLefèvreFebruary2015) ABSTRACT: The International Sunspot Number forms the longest solar time series currently available. It provides an essential reference for understanding

More information

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network , pp.12-17 http://dx.doi.org/10.14257/astl.2018.151.03 Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network Myeong-Jae Jo 1, In-Kyum Kim 1, Won-Hyuck Choi 2 and

More information

Square Penalty Support Vector Regression

Square Penalty Support Vector Regression Square Penalty Support Vector Regression Álvaro Barbero, Jorge López, José R. Dorronsoro Dpto. de Ingeniería Informática and Instituto de Ingeniería del Conocimiento Universidad Autónoma de Madrid, 28049

More information

A statistical solar flare forecast method

A statistical solar flare forecast method A statistical solar flare forecast method M. S. Wheatland SPACE WEATHER, VOL. 3,, doi:1.129/24sw131, 25 School of Physics, University of Sydney, Sydney, New South Wales, Australia Received 18 November

More information

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937)

Computing & Telecommunications Services Monthly Report January CaTS Help Desk. Wright State University (937) January 215 Monthly Report Computing & Telecommunications Services Monthly Report January 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last

More information

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter (Chair) STF - China Fellow francesco.dimaio@polimi.it

More information

Parts 3-6 are EXAMPLES for cse634

Parts 3-6 are EXAMPLES for cse634 1 Parts 3-6 are EXAMPLES for cse634 FINAL TEST CSE 352 ARTIFICIAL INTELLIGENCE Fall 2008 There are 6 pages in this exam. Please make sure you have all of them INTRODUCTION Philosophical AI Questions Q1.

More information

The z-vertex Trigger for Belle II

The z-vertex Trigger for Belle II The z-vertex Trigger for Belle II Sebastian Skambraks Technische Universität München IMPRS Young Scientist Workshop at Ringberg Castle July 10, 2015 1 / 13 Outline Introduction Motivation Signal Flow Multi

More information

Monthly Magnetic Bulletin

Monthly Magnetic Bulletin BRITISH GEOLOGICAL SURVEY Port Stanley Observatory Monthly Magnetic Bulletin December 2007 07/12/PS Jason Islands a ar C West Falkland Kin gg eor ge B Port Salavador ay Weddell Island Mount Osborne So

More information

Computing & Telecommunications Services

Computing & Telecommunications Services Computing & Telecommunications Services Monthly Report September 214 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Table of Contents HEAT Ticket

More information

Examination of the solar cycle variation of fof2 for cycles 22 and 23

Examination of the solar cycle variation of fof2 for cycles 22 and 23 Journal of Atmospheric and Solar-Terrestrial Physics 70 (2008) 268 276 www.elsevier.com/locate/jastp Examination of the solar cycle variation of fof2 for cycles 22 and 23 A. O zgu c-, T. Atac-, R. Pektas-

More information

ISSI International Team on Mining and exploiting the NASA Solar Dynamics Observatory data in Europe

ISSI International Team on Mining and exploiting the NASA Solar Dynamics Observatory data in Europe ISSI International Team on Mining and exploiting the NASA Solar Dynamics Observatory data in Europe Minutes of Meeting ISSI, 30 May -1 June 2012, 3rd meeting Participants: Karel Schrijver, Paul Higgins,

More information