2 F. PASIAN ET AL. ology, both for ordinary spectra (Gulati et al., 1994; Vieira & Ponz, 1995) and for high-resolution objective prism data (von Hippe

Size: px
Start display at page:

Download "2 F. PASIAN ET AL. ology, both for ordinary spectra (Gulati et al., 1994; Vieira & Ponz, 1995) and for high-resolution objective prism data (von Hippe"

Transcription

1 AUTOMATED OBJECTIVE PRISM SPECTRAL CLASSIFICATION USING NEURAL NETWORKS F. PASIAN AND R. SMAREGLIA Osservatorio Astronomico di Trieste Via G.B.Tiepolo 11, Trieste, Italy AND P. HANZIOS, A. DAPERGOLAS AND I. BELLAS-VELIDIS National Observatory of Athens - Astronomical Institute P.O.Box 20048, Athens, Greece Abstract. An automatic spectral classication system has been developed for objective prism spectra (dispersion 830 and 2440 A/mm at H ) of LMC stars, taken with the 1.2m UK Schmidt telescope in Australia. A supervised method based on articial neural networks (ANNs) has been successfully used, and a comparison with visually-classied spectra is reported. Furthermore, an unsupervised neural network approach based on the Kohonen SOM method has been tested: spectra containing peculiarities can be evidenced, and the possibility of classifying automatically objective prism spectra using minimal a-priori information is demonstrated. 1. Introduction Objective prism spectroscopy is perhaps the oldest technology available to perform wide-eld spectroscopy, and it still has its importance and validity, due to the large number of spectra that can be acquired in a single exposure. The dispersion of this kind of instrumentation is usually insucient to allow detailed spectral analysis, but it can be certainly used for classication purposes. Given the large number of spectra available, data processing techniques to automatize spectral classication are highly desirable. Recently, quite a number of dierent eorts have been devoted to solve the problem of classifying automatically spectra. In particular, the use of articial neural networks (ANNs) appears to be the most successful method-

2 2 F. PASIAN ET AL. ology, both for ordinary spectra (Gulati et al., 1994; Vieira & Ponz, 1995) and for high-resolution objective prism data (von Hippel et al., 1994). In the framework of a collaboration between the Observatories of Trieste and Athens, ANNs have been also used on lower resolution objective prism material to detect, extract and pre-classify spectra (Smareglia et al., 1994), and to carry out a preliminary classication work on a set of 140 spectra (Bellas-Velidis & Kontizas, 1995). In this paper, a more rened automatic supervised classication system having an accuracy of about 2 spectral subclasses is described, and the feasibility of using unsupervised methods to evidence spectra containing peculiarities, and to perform classication, is demonstrated. 2. Observational Material and Processing For this study, high quality lm copies of IIIa-J plates taken with the 1.2m U.K. Schmidt Telescope in Australia have been used. This material includes both low and intermediate resolution spectra, with dispersions of 2440 A/mm and 830 A/mm at H. Such dispersions yield a magnitude limit of V 18 mag and V 16.5 mag, respectively. The spectral range goes from 3400 to 5400 A, which is the IIIa-J plate cuto. The photographic material has been digitized at the OAT by means of a PDS1010A microdensitometer. The data processing has been performed using a dedicated context mostly developed under MIDAS and SNNS (Pasian et al., 1996). The system allows correction of acquisition tilt, spectra detection (using standard data processing techniques or ANNs), spectra extraction, density-to-exposure calibration, and classication by means of ANNs. The techniques related to this nal step are described in the following. 3. Articial Neural Networks - Review An ANN consists of a net of autonomous cells u 1 ; :::; u i ; :::; u j ; :::; u n, distributed on dierent layers, joined by connections having numerical weights w i;j. Networks can be feed-forward if they contain no loops or cycles, recurrent otherwise. The weights can sometimes be chosen a priori, but in general we \teach" the network to perform as desired by iterative adjustments of the w i;j values. For this phase, called learning, two basic mechanisms are available:? Supervised learning: uses a priori knowledge to create the best performance for the ANN. In other words, the learning is done by directly comparing the output of the network with known correct answers.? Unsupervised learning: no a priori knowledge is used in this case, but there is no teaching mechanism to evaluate the performance. The result

3 OBJECTIVE PRISM SPECTRAL CLASSIFICATION WITH ANNS 3 of the processing is the construction of groups of similar input patterns, in a way which is similar to the clustering mechanism known from pattern recognition. 4. Supervised Classication 4.1. RULES FOR THE SELECTION OF THE TRAINING SET For the supervised classication, the training and validation sets have been built classifying visually the spectra extracted from the objective prism images. The rules are dened as in the following. For low dispersion spectra, the overall appearance of the spectrum is taken into account, together with strong spectral features such as the Balmer lines, the CaII H and K lines, and the G band. The global accuracy that can be reached is approximately one spectral class. For intermediate dispersion spectra, the rules to classify the spectra subsequently inserted in the training set have been dened by Hantzios et al. (1994). They use:? a sample of 259 spectra evenly distributed over the spectral type sequence and representing luminosity classes Ib, II, and early III;? 39 criteria both spectroscopic and photometric: various line ratios, the Balmer discontinuity, the H-K discontinuity, and the intensities at four selected wavelengths. Such set of criteria is actually a modication of the M-K classication system suitable for the resolution available. The comparison of 27 stars in the sample (classied by other authors by means of spectra of comparable or better resolution) yields a linear correlation with a standard deviation comparable to our accuracy (2 spectral subtypes) RESULTS A set of 582 spectra of intermediate dispersion has been classied using a supervised method based on a feed-forward ANN. A training set has been built with 50 well-exposed spectra, with classes from B0 to M8 (plus carbon stars) and resolution of 2 spectral subclasses, 2 spectra per subclass, taken from a list of visually-classied spectra. To demonstrate the overall independence of the results from the specic training set chosen, the training set itself has been modied several times by interchanging elements, yielding quite comparable results, well within our accuracy. The network has 3 layers: input, output, and 1 hidden layer. The input layer has 300 units (pixels of the extracted spectrum), the output layer has 7 units (one per spectral class, ranging from -1 to +1); an output 1,0.2,-1,-1,-1,-1,-1 denes the spectral subtype A2.

4 4 F. PASIAN ET AL. Figure 1. Comparison between visual and supervised ANN classications, for intermediate-dispersion spectra in test set. Values on axes are arbitrary numerals corresponding to spectral subclasses, from B0 to M8, and carbon stars. The network has been trained by cascade correlation, using the quickpropogation algorithm. Dierent iteration numbers have been tested to achieve convergence on the training set with appropriate errors. Once trained, the ANN has been used to classify the spectra belonging to the test set, with the results shown in Figure 1, where the classied objects are represented with a diamond, multiply-classied objects are represented with a cross, and unclassied objects appear as triangles at the bottom, laying on the abscissae axis. A very good correspondance between the visual and the automatic classication, within the given accuracy (2 subclasses) can be noticed. 5. Unsupervised Classication The same test set used for the supervised classication has been analyzed using Kohonen's Self-Organizing Map (SOM) algorithm (Kohonen et al., 1992). The implementation of the SOM in our case is made on a network having 300 input neurons (the number of pixels in each pattern) and just 1 output neuron. Every pattern (spectrum) has a specic network associated to it, for which the output value is minimal with respect to the other networks. A

5 OBJECTIVE PRISM SPECTRAL CLASSIFICATION WITH ANNS 5 Figure 2. SOM \distances" from spectrum with identier 31 (spectral type M2) versus spectral type (determined with supervised method) for intermediate-dispersion spectra. Spectra with identiers 6, 32 and 191 are overlapped. triangular matrix containing the dierence in the output values for any two networks and associated patterns is computed, considering such dierences as \distances" between any pair of spectra. The results on the test set of 582 intermediate-dispersion objective prism spectra are encouraging. Using a joining mechanism for clusterization with some clustering maximal radius, the barycentres follow the path of a rough stellar classication, forming classes corresponding to late, intermediate, and early-type stars (Smareglia et al., 1994). Figure 2, where the all \distances" from a specied spectrum are plotted versus the spectral subtypes determined by the supervised method, shows that there is a natural distribution of the extracted spectra along specied directions in the feature hyperspace implicitly de- ned by the ANN. To perform SOM-based unsupervised classication, it is necessary to dene a metric in the feature hyperspace once for all, and check the \distance" of an input spectrum from the position of known spectra. The SOM method is anyhow helpful in detecting \bad" or \peculiar" data. Figure 3 shows the SOM \distances" of the low-dispersion (830 A/mm at H ) spectra in the test set from two selected ones (classes B and M). Well exposed spectra appear in the lower left part of the plot, saturated spectra are located upper left, overlapped spectra upper right: these data should be rejected, or analyzed separately to obtain meaningful results.

6 6 F. PASIAN ET AL. Figure 3. SOM \distances" from M star (identier 71) versus \distances" from B star (identier 87) for low-dispersion spectra. Saturated spectra appear on the upper left, overlapped spectra on the upper right part of the plot. References Bellas-Velidis, I., Kontizas, E. (1995) Automated classication of stellar spectra in nearby galaxies - Articial neural network application, Proc. Greek Astr. Ass. Meeting Gulati, R.K., Gupta, R., Gothoskar, P., Khobragade, S. (1994), Stellar spectral classication using automated schemes, Astroph. Journal, Vol. No. 426, pp. 340{344 Hantzios, P., Kontizas, E., Pasian, F., Dapergolas, A., Kontizas, M., Smareglia, R. (1994) An extended scheme of spectral classication for objective prism spectra, in: Astronomy from Wide-Field Imaging, A.T.McGillivray et al. eds., pp. 255{257 Kohonen, T., Kangas, J., Laaksoonen, J., Torkkola, K. (1992), Lab. of Computer and Information Science Rakentajanaukio, Technical Report Pasian, F., Smareglia, R., Kontizas, E. (1996) A system for the analysis of objective prism data, these Proceedings Smareglia, R., Pasian, F., Kontizas, M., Kontizas, E., Dapergolas, A. (1994) Using neural networks for the detection, extraction and pre-classication of spectra in objective prism images, Vistas in Astronomy Vol. no. 38, pp. 309{315 Vieira, E.F., Ponz, J.D. (1995) Automated classication of IUE low-dispersion spectra - I. Normal stars, Astron. Astrophys. Suppl. Series, Vol. no. 111, pp. 393{398 von Hippel, T., Storrie-Lombardi, L.J., Storrie-Lombardi, M.C., Irwin, M.J. (1994) Automated classication of stellar spectra - I. Initial results with articial neural networks, Mon. Not. R. Astron. Soc., Vol. no. 269, pp. 97{104 Acknowledgements { We gratefully thank M.Kontizas, E.Kontizas and G.Sedmak for invaluable suggestions and support. This research was partially funded by the Greek and Italian Ministries of Foreign Aairs. SNNS (Stuttgart Neural Network Simulator) is distributed as `Free Software' by IPVR, University of Stuttgart.

Automatic detection of objective prism stellar spectra

Automatic detection of objective prism stellar spectra ASTRONOMY & ASTROPHYSICS DECEMBER I 1998, PAGE 293 SUPPLEMENT SERIES Astron. Astrophys. Suppl. Ser. 133, 293 297 (1998) Automatic detection of objective prism stellar spectra E. Bratsolis 1,2, I. Bellas-Velidis

More information

Automatic extraction and classification of low-dispersion objective prism stellar spectra

Automatic extraction and classification of low-dispersion objective prism stellar spectra ASTRONOMY & ASTROPHYSICS MARCH I 2, PAGE 339 SUPPLEMENT SERIES Astron. Astrophys. Suppl. Ser. 42, 339 345 (2) Automatic extraction and classification of low-dispersion objective prism stellar spectra E.

More information

Automated classification of sloan digital sky survey (SDSS) stellar spectra using artificial neural networks

Automated classification of sloan digital sky survey (SDSS) stellar spectra using artificial neural networks DOI 10.1007/s10509-008-9816-5 ORIGINAL ARTICLE Automated classification of sloan digital sky survey (SDSS) stellar spectra using artificial neural networks Mahdi Bazarghan Ranjan Gupta Received: 14 November

More information

A SPEctra Clustering Tool for the exploration of large spectroscopic surveys. Philipp Schalldach (HU Berlin & TLS Tautenburg, Germany)

A SPEctra Clustering Tool for the exploration of large spectroscopic surveys. Philipp Schalldach (HU Berlin & TLS Tautenburg, Germany) A SPEctra Clustering Tool for the exploration of large spectroscopic surveys Philipp Schalldach (HU Berlin & TLS Tautenburg, Germany) Working Group Helmut Meusinger (Tautenburg, Germany) Philipp Schalldach

More information

SPECTRAL CLASSIFICATION OF UNRESOLVED BINARY STARS WITH ARTIFICIAL NEURAL NETWORKS WM. BRUCE WEAVER1

SPECTRAL CLASSIFICATION OF UNRESOLVED BINARY STARS WITH ARTIFICIAL NEURAL NETWORKS WM. BRUCE WEAVER1 THE ASTROPHYSICAL JOURNAL, 541:298È305, 2000 September 20 ( 2000. The American Astronomical Society. All rights reserved. Printed in U.S.A. SPECTRAL CLASSIFICATION OF UNRESOLVED BINARY STARS WITH ARTIFICIAL

More information

astro-ph/ Dec 94

astro-ph/ Dec 94 To appear in Science Galaxies, Human Eyes and Articial Neural Networks O. Lahav 1, A. Naim 1, R. J. Buta 2, H. G. Corwin 3, G. de Vaucouleurs 4, A. Dressler 5, J. P. Huchra 6, S. van den Bergh 7, S. Raychaudhury

More information

Characterizing Stars

Characterizing Stars Characterizing Stars 1 Guiding Questions 1. How far away are the stars? 2. What evidence do astronomers have that the Sun is a typical star? 3. What is meant by a first-magnitude or second magnitude star?

More information

Characterizing Stars. Guiding Questions. Parallax. Careful measurements of the parallaxes of stars reveal their distances

Characterizing Stars. Guiding Questions. Parallax. Careful measurements of the parallaxes of stars reveal their distances Guiding Questions Characterizing Stars 1. How far away are the stars? 2. What evidence do astronomers have that the Sun is a typical star? 3. What is meant by a first-magnitude or second magnitude star?

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE 4: Linear Systems Summary # 3: Introduction to artificial neural networks DISTRIBUTED REPRESENTATION An ANN consists of simple processing units communicating with each other. The basic elements of

More information

Learning algorithms at the service of WISE survey

Learning algorithms at the service of WISE survey Katarzyna Ma lek 1,2,3, T. Krakowski 1, M. Bilicki 4,3, A. Pollo 1,5,3, A. Solarz 2,3, M. Krupa 5,3, A. Kurcz 5,3, W. Hellwing 6,3, J. Peacock 7, T. Jarrett 4 1 National Centre for Nuclear Research, ul.

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

arxiv: v1 [astro-ph] 12 Nov 2008

arxiv: v1 [astro-ph] 12 Nov 2008 Self-Organizing Maps. An application to the OGLE data and the Gaia Science Alerts Łukasz Wyrzykowski, and Vasily Belokurov arxiv:0811.1808v1 [astro-ph] 12 Nov 2008 Institute of Astronomy, University of

More information

A Calibration Method for Wide Field Multicolor. Photometric System 1

A Calibration Method for Wide Field Multicolor. Photometric System 1 A Calibration Method for Wide Field Multicolor Photometric System 1 Xu Zhou,Jiansheng Chen, Wen Xu, Mei Zhang... Beijing Astronomical Observatory,Chinese Academy of Sciences, Beijing 100080, China Beijing

More information

Galaxies. Need a (physically) meaningful way of describing the relevant properties of a galaxy.

Galaxies. Need a (physically) meaningful way of describing the relevant properties of a galaxy. Galaxies Aim to understand the characteristics of galaxies, how they have evolved in time, and how they depend on environment (location in space), size, mass, etc. Need a (physically) meaningful way of

More information

Artificial Neural Networks. Edward Gatt

Artificial Neural Networks. Edward Gatt Artificial Neural Networks Edward Gatt What are Neural Networks? Models of the brain and nervous system Highly parallel Process information much more like the brain than a serial computer Learning Very

More information

The Build-up of the Red Sequence in High Redshift Galaxy Clusters

The Build-up of the Red Sequence in High Redshift Galaxy Clusters The Build-up of the Red Sequence in High Redshift Galaxy Clusters Pierluigi Cerulo (CAS), Warrick J. Couch (AAO), Chris Lidman (AAO) + HAWK-I Cluster collaboration pcerulo@astro.swin.edu.au INAF Ossevatorio

More information

Chin. J. Astron. Astrophys. Vol. 2 (2002), No. 5, 474{480 Chinese Journal of Astronomy and Astrophysics Ghost Images in Schmidt CCD Photometry Bin Yan

Chin. J. Astron. Astrophys. Vol. 2 (2002), No. 5, 474{480 Chinese Journal of Astronomy and Astrophysics Ghost Images in Schmidt CCD Photometry Bin Yan Chin. J. Astron. Astrophys. Vol. 2 (2002), No. 5, 474{480 Chinese Journal of Astronomy and Astrophysics Ghost Images in Schmidt CCD Photometry Bin Yang 1 2?, Jin Zhu 1 and Yu-Ying Song 2 3 1 National Astronomical

More information

(b) Primary and secondary minima interchange phases at intervals. (c) The stars are variable in spectrum and in radial velocity.

(b) Primary and secondary minima interchange phases at intervals. (c) The stars are variable in spectrum and in radial velocity. 496 ASTRONOMY: PA YNE-GAPOSCHKIN AND BRENTON PROC. N. A. S. A STUDY OF THE RV TAURI VARIABLES By CECILIA PAYNE-GAPOSCHKIN AND VIRGINIA K. BRENTON HARVARD COLLEGE OBSERVATORY Communicated October 16, 1942

More information

Automated Classification of HETDEX Spectra. Ted von Hippel (U Texas, Siena, ERAU)

Automated Classification of HETDEX Spectra. Ted von Hippel (U Texas, Siena, ERAU) Automated Classification of HETDEX Spectra Ted von Hippel (U Texas, Siena, ERAU) Penn State HETDEX Meeting May 19-20, 2011 Outline HETDEX with stable instrumentation and lots of data ideally suited to

More information

arxiv: v1 [astro-ph.sr] 20 Oct 2011

arxiv: v1 [astro-ph.sr] 20 Oct 2011 Classification of Stellar Spectra with LLE Scott F. Daniel, Andrew Connolly, Jeff Schneider, Jake Vanderplas, and Liang Xiong (Dated: October 24, 2011) arxiv:1110.4646v1 [astro-ph.sr] 20 Oct 2011 We investigate

More information

Quasar Selection from Combined Radio and Optical Surveys using Neural Networks

Quasar Selection from Combined Radio and Optical Surveys using Neural Networks Quasar Selection from Combined Radio and Optical Surveys using Neural Networks Ruth Carballo and Antonio Santiago Cofiño Dpto. de Matemática Aplicada y C. Computación. Universidad de Cantabria, Avda de

More information

STUDIES OF SELECTED VOIDS. SURFACE PHOTOMETRY OF FAINT GALAXIES IN THE DIRECTION OF IN HERCULES VOID

STUDIES OF SELECTED VOIDS. SURFACE PHOTOMETRY OF FAINT GALAXIES IN THE DIRECTION OF IN HERCULES VOID STUDIES OF SELECTED VOIDS. SURFACE PHOTOMETRY OF FAINT GALAXIES IN THE DIRECTION OF 1600+18 IN HERCULES VOID G.Petrov [1], A.Y.Kniazev [2], and J.W. Fried [2] 1 Institute of Astronomy, Bulgarian Academy

More information

Neural Networks. Fundamentals Framework for distributed processing Network topologies Training of ANN s Notation Perceptron Back Propagation

Neural Networks. Fundamentals Framework for distributed processing Network topologies Training of ANN s Notation Perceptron Back Propagation Neural Networks Fundamentals Framework for distributed processing Network topologies Training of ANN s Notation Perceptron Back Propagation Neural Networks Historical Perspective A first wave of interest

More information

2 J. Federico Ramírez, Olac Fuentes and Ravi K. Gulati galaxies in deep-field photographs (Odewahn and Nielsen, 1994). While ANNs have had remarkably

2 J. Federico Ramírez, Olac Fuentes and Ravi K. Gulati galaxies in deep-field photographs (Odewahn and Nielsen, 1994). While ANNs have had remarkably Prediction of Stellar Atmospheric Parameters Using Instance-Based Machine Learning and Genetic Algorithms J. Federico Ram rez (framirez@cseg.inaoep.mx), Olac Fuentes (fuentes@cseg.inaoep.mx) and Ravi K.

More information

ASTR-1020: Astronomy II Course Lecture Notes Section III

ASTR-1020: Astronomy II Course Lecture Notes Section III ASTR-1020: Astronomy II Course Lecture Notes Section III Dr. Donald G. Luttermoser East Tennessee State University Edition 4.0 Abstract These class notes are designed for use of the instructor and students

More information

PHYSICAL CHARACTERISTICS OF PLANET-HOSTING STARS AND OPTIMIZATION OF THE EXTRASOLAR PLANET SEARCHES

PHYSICAL CHARACTERISTICS OF PLANET-HOSTING STARS AND OPTIMIZATION OF THE EXTRASOLAR PLANET SEARCHES Proc. VI Serbian-Bulgarian Astronomical Conference, Belgrade 7-11 May 2008, Eds. M. S. Dimitrijevi, M. Tsvetkov, L.. Popovi, V. Golev Publ. Astr. Soc. "Rudjer Boškovi ", No. 9, 2009, 381-386 PHYSICAL CHARACTERISTICS

More information

Hidden Layer Output Layer. Weighted connections. Stellar Parameter. Stellar Spectrum. Nodes

Hidden Layer Output Layer. Weighted connections. Stellar Parameter. Stellar Spectrum. Nodes Mon. Not. R. Astron. Soc. 000, 000{000 (1997) Printed 24 September 1997 (MN LATEX style le v1.4) Physical Parameterization of Stellar Spectra: The Neural Network Approach Coryn A.L. Bailer-Jones 1?y, Mike

More information

CCD astrometry and instrumental V photometry of visual double stars,

CCD astrometry and instrumental V photometry of visual double stars, ASTRONOMY & ASTROPHYSICS MAY I 1999, PAGE 525 SUPPLEMENT SERIES Astron. Astrophys. Suppl. Ser. 136, 525 529 (1999) CCD astrometry and instrumental V photometry of visual double stars, V. Differential measurements

More information

Distributed Genetic Algorithm for feature selection in Gaia RVS spectra. Application to ANN parameterization

Distributed Genetic Algorithm for feature selection in Gaia RVS spectra. Application to ANN parameterization Distributed Genetic Algorithm for feature selection in Gaia RVS spectra. Application to ANN parameterization Diego Fustes, Diego Ordóñez, Carlos Dafonte, Minia Manteiga and Bernardino Arcay Abstract This

More information

STRUCTURE OF GALAXIES

STRUCTURE OF GALAXIES STRUCTURE OF GALAXIES 2., classification, surface photometry Piet van der Kruit Kapteyn Astronomical Institute University of Groningen the Netherlands February 2010, classification, surface photometry

More information

AUTOMATIC CLASSIFICATION OF STELLAR SPECTRA

AUTOMATIC CLASSIFICATION OF STELLAR SPECTRA AUTOMATIC CLASSIFICATION OF STELLAR SPECTRA ICIAR CARRICAJO, MINIA MANTEIGA OUTEIRO Departamento de Ciencias de la Navegación y de la Tierra, Universidade da Coruña, E-15011 A Coruña, SPAIN ALEJANDRA RODRIGUEZ,

More information

SEMI-EMPIRICAL LIBRARY OF GALAXY SPECTRA FROM SDSS

SEMI-EMPIRICAL LIBRARY OF GALAXY SPECTRA FROM SDSS SEMI-EMPIRICAL LIBRARY OF GALAXY SPECTRA FROM SDSS prepared by: approved by: reference: issue: 1 revision: 0 date: 2008-02-28 status: Issued P. Tsalmantza, M. Kontizas, C. A. L. Bailer-Jones, I. Bellas-Velidis,

More information

CCD Star Images: On the Determination of Moffat s PSF Shape Parameters

CCD Star Images: On the Determination of Moffat s PSF Shape Parameters J. Astrophys. Astr. (1988) 9, 17 24 CCD Star Images: On the Determination of Moffat s PSF Shape Parameters O. Bendinelli Dipartimento di Astronomia, Via Zamboni 33, I-40126 Bologna, Italy G. Parmeggiani

More information

Astronomical "color"

Astronomical color Astronomical "color" What color is the star Betelgeuse? It's the bright star at upper left in this picture of Orion taken by a student at the RIT Observatory. Orange? Red? Yellow? These are all reasonable

More information

Recurrent Neural Networks

Recurrent Neural Networks Recurrent Neural Networks Datamining Seminar Kaspar Märtens Karl-Oskar Masing Today's Topics Modeling sequences: a brief overview Training RNNs with back propagation A toy example of training an RNN Why

More information

TEACHING OBSERVATIONAL METHODS IN ASTROPHYSICS: REMOTE OBSERVATIONS FROM THE SCHOOL

TEACHING OBSERVATIONAL METHODS IN ASTROPHYSICS: REMOTE OBSERVATIONS FROM THE SCHOOL TEACHING OBSERVATIONAL METHODS IN ASTROPHYSICS: REMOTE OBSERVATIONS FROM THE SCHOOL Paolo Santin, INAF - Astronomical Observatory of Trieste, Trieste, Italy Abstract The traditional way of teaching Astrophysics

More information

Revealing new optically-emitting extragalactic Supernova Remnants

Revealing new optically-emitting extragalactic Supernova Remnants 10 th Hellenic Astronomical Conference Ioannina, September 2011 Revealing new optically-emitting extragalactic Supernova Remnants Ioanna Leonidaki (NOA) Collaborators: P. Boumis (NOA), A. Zezas (UOC, CfA)

More information

Artificial Neural Networks

Artificial Neural Networks Introduction ANN in Action Final Observations Application: Poverty Detection Artificial Neural Networks Alvaro J. Riascos Villegas University of los Andes and Quantil July 6 2018 Artificial Neural Networks

More information

Laboratory: Milky Way

Laboratory: Milky Way Department of Physics and Geology Laboratory: Milky Way Astronomy 1402 Equipment Needed Quantity Equipment Needed Quantity Milky Way galaxy Model 1 Ruler 1 1.1 Our Milky Way Part 1: Background Milky Way

More information

Study of Physical Characteristics of High Apogee Space Debris

Study of Physical Characteristics of High Apogee Space Debris Study of Physical Characteristics of High Apogee Space Debris Yongna Mao, Jianfeng Wang, Xiaomeng Lu, Liang Ge, Xiaojun Jiang (National Astronomical Observatories, Beijing, 100012, China) Abstract Date

More information

Machine Learning. Boris

Machine Learning. Boris Machine Learning Boris Nadion boris@astrails.com @borisnadion @borisnadion boris@astrails.com astrails http://astrails.com awesome web and mobile apps since 2005 terms AI (artificial intelligence)

More information

Variation of the Si II features in the chemically peculiar star HD

Variation of the Si II features in the chemically peculiar star HD Bull. Astr. Soc. India (2004) 32, 113 119 Variation of the Si II features in the chemically peculiar star HD 115735 S.M.Sriraghavan 1,3, K. Jayakumar 2, G.S.D. Babu 1,2 and S. Sujatha 1,4 1 M.P.Birla Institute

More information

Analysis of the rich optical iron-line spectrum of the x-ray variable I Zw 1 AGN 1H

Analysis of the rich optical iron-line spectrum of the x-ray variable I Zw 1 AGN 1H Analysis of the rich optical iron-line spectrum of the x-ray variable I Zw 1 AGN 1H0707 495 H Winkler, B Paul Department of Physics, University of Johannesburg, PO Box 524, 2006 Auckland Park, Johannesburg,

More information

DISPIs and/or Filters for AMEX

DISPIs and/or Filters for AMEX FTM2003-01, Version 1.1, May 14, 2003 DISPIs and/or Filters for AMEX Rob P. Olling 1,2 1 US Naval Observatory, 2 USRA ABSTRACT This memo reviews some of the trades regarding a grating and a set of filters

More information

Measuring Radial Velocities of Low Mass Eclipsing Binaries

Measuring Radial Velocities of Low Mass Eclipsing Binaries Measuring Radial Velocities of Low Mass Eclipsing Binaries Rebecca Rattray, Leslie Hebb, Keivan G. Stassun College of Arts and Science, Vanderbilt University Due to the complex nature of the spectra of

More information

The Optical Microvariability and Spectral Changes of the BL Lacertae Object S

The Optical Microvariability and Spectral Changes of the BL Lacertae Object S J. Astrophys. Astr. (2011) 32, 97 103 c Indian Academy of Sciences The Optical Microvariability and Spectral Changes of the BL Lacertae Object S5 0716+714 H. Poon 1,, J.H.Fan 2 & J.N.Fu 1 1 Astronomy Department,

More information

NEW M-TYPE VARIABLES IN GALACTIC DARK CLOUDS

NEW M-TYPE VARIABLES IN GALACTIC DARK CLOUDS Astrophysics, Vol. 46, No. 1, 2003 NEW M-TYPE VARIABLES IN GALACTIC DARK CLOUDS N. D. Melikian 1, C. Magnan 2, J. M. Sarkissian 3, and A. A. Karapetian 1 UDC: 524.338 The results of the spectral classification

More information

How do we know the distance to these stars? The Ping Pong Ball Challenge -Devise a method for determining the height of the ping pong ball above the floor. -You are restricted to the floor. -You can only

More information

arxiv:astro-ph/ v1 10 Dec 1996

arxiv:astro-ph/ v1 10 Dec 1996 Solicited talk in Data Analysis in Astronomy, Erice 1996 arxiv:astro-ph/9612096v1 10 Dec 1996 ARTIFICIAL NEURAL NETWORKS AS A TOOL FOR GALAXY CLASSIFICATION OFER LAHAV Institute of Astronomy, Madingley

More information

astro-ph/ Feb 1995

astro-ph/ Feb 1995 Mon. Not. R. Astron. Soc. 000, 000{000 (1995) GB1508+5714: a radio-loud quasar with z=4.30 and the space density of high redshift, radio{loud quasars astro-ph/9502071 14 Feb 1995 I. M. Hook 1?, R. G. McMahon

More information

Photometric Studies of GEO Debris

Photometric Studies of GEO Debris Photometric Studies of GEO Debris Patrick Seitzer Department of Astronomy, University of Michigan 500 Church St. 818 Dennison Bldg, Ann Arbor, MI 48109 pseitzer@umich.edu Heather M. Cowardin ESCG/Jacobs

More information

arxiv:astro-ph/ v1 30 Jun 1997

arxiv:astro-ph/ v1 30 Jun 1997 GOHSS: a Fibre fed Multiobject NIR Spectrograph for the Italian Galileo Telescope arxiv:astro-ph/9706297v1 30 Jun 1997 R. Scaramella 1, E. Cascone 2, F.Cortecchia 2, R.S. Ellis 3, D.Lorenzetti 1, D.Mancini

More information

A New Analysis in the Field of the Open Cluster Collinder 223

A New Analysis in the Field of the Open Cluster Collinder 223 Chin. J. Astron. Astrophys. Vol. 4 (2004), No. 1, 67 74 ( http: /www.chjaa.org or http: /chjaa.bao.ac.cn ) Chinese Journal of Astronomy and Astrophysics A New Analysis in the Field of the Open Cluster

More information

The Temperatures of Stars. Image credit: NOAO

The Temperatures of Stars. Image credit: NOAO The Temperatures of Stars Image credit: NOAO Understanding Stars Starlight contains a lot of information. This information doesn t decay or expire as the light travels through space. By examining the light

More information

AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES. 1. Introduction

AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES. 1. Introduction AUTOMATIC MORPHOLOGICAL CLASSIFICATION OF GALAXIES ZSOLT FREI Institute of Physics, Eötvös University, Budapest, Pázmány P. s. 1/A, H-1117, Hungary; E-mail: frei@alcyone.elte.hu Abstract. Sky-survey projects

More information

Neural Networks with Applications to Vision and Language. Feedforward Networks. Marco Kuhlmann

Neural Networks with Applications to Vision and Language. Feedforward Networks. Marco Kuhlmann Neural Networks with Applications to Vision and Language Feedforward Networks Marco Kuhlmann Feedforward networks Linear separability x 2 x 2 0 1 0 1 0 0 x 1 1 0 x 1 linearly separable not linearly separable

More information

arxiv:astro-ph/ v1 5 Mar 1998

arxiv:astro-ph/ v1 5 Mar 1998 Mon. Not. R. Astron. Soc. 000, 000 000 (1997) Printed 9 October 2018 (MN LATEX style file v1.4) Automated Classification of Stellar Spectra. II: Two-Dimensional Classification with Neural Networks and

More information

Problem Solving. radians. 180 radians Stars & Elementary Astrophysics: Introduction Press F1 for Help 41. f s. picture. equation.

Problem Solving. radians. 180 radians Stars & Elementary Astrophysics: Introduction Press F1 for Help 41. f s. picture. equation. Problem Solving picture θ f = 10 m s =1 cm equation rearrange numbers with units θ factors to change units s θ = = f sinθ fθ = s / cm 10 m f 1 m 100 cm check dimensions 1 3 π 180 radians = 10 60 arcmin

More information

Quasars and Active Galactic Nuclei (AGN)

Quasars and Active Galactic Nuclei (AGN) Quasars and Active Galactic Nuclei (AGN) Astronomy Summer School in Mongolia National University of Mongolia, Ulaanbaatar July 21-26, 2008 Kaz Sekiguchi Hubble Classification M94-Sa M81-Sb M101-Sc M87-E0

More information

Neural Networks and the Back-propagation Algorithm

Neural Networks and the Back-propagation Algorithm Neural Networks and the Back-propagation Algorithm Francisco S. Melo In these notes, we provide a brief overview of the main concepts concerning neural networks and the back-propagation algorithm. We closely

More information

1 Introduction. 2 Observations. HD , an Eccentric Ellipsoidal System

1 Introduction. 2 Observations. HD , an Eccentric Ellipsoidal System Peremennye Zvezdy (Variable Stars) 33, No. 7, 2013 Received 24 August; accepted 30 August. HD 305629, an Eccentric Ellipsoidal System S. A. Otero 1,2, G. Di Scala 3,4 1 Buenos Aires, Argentina 2 American

More information

Christian Mohr

Christian Mohr Christian Mohr 20.12.2011 Recurrent Networks Networks in which units may have connections to units in the same or preceding layers Also connections to the unit itself possible Already covered: Hopfield

More information

THE PLEIADES OPEN CLUSTER

THE PLEIADES OPEN CLUSTER THE PLEIADES OPEN CLUSTER G. Iafrate (a), M. Ramella (a) and P. Padovani (b) (a) INAF - Astronomical Observatory of Trieste (b) ESO - European Southern Observatory 1 Introduction Open star clusters are

More information

Spectroscopy in Astronomy

Spectroscopy in Astronomy Spectroscopy in Astronomy History 1814 German optician Joseph von Fraunhofer sun with 600+ spectral lines; now we know more than 3000 lines 1860 German chemists Gustav Kirchhoff and Robert W. Bunsen Chemical

More information

12. Physical Parameters from Stellar Spectra. Fundamental effective temperature calibrations Surface gravity indicators Chemical abundances

12. Physical Parameters from Stellar Spectra. Fundamental effective temperature calibrations Surface gravity indicators Chemical abundances 12. Physical Parameters from Stellar Spectra Fundamental effective temperature calibrations Surface gravity indicators Chemical abundances 1 Fundamental Properties of Stars Temperature (T) Radius (R) Chemical

More information

Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1

Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1 Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1 Key Ideas The Distance Problem Geometric Distances Trigonometric Parallaxes Luminosity Distances Standard Candles Spectroscopic Parallaxes

More information

Exploiting Sparse Non-Linear Structure in Astronomical Data

Exploiting Sparse Non-Linear Structure in Astronomical Data Exploiting Sparse Non-Linear Structure in Astronomical Data Ann B. Lee Department of Statistics and Department of Machine Learning, Carnegie Mellon University Joint work with P. Freeman, C. Schafer, and

More information

The Galactic O-Star Spectral Survey (GOSSS) Project status and first results

The Galactic O-Star Spectral Survey (GOSSS) Project status and first results The Galactic O-Star Spectral Survey (GOSSS) Project status and first results Alfredo Sota 1, Jesús Maíz Apellániz 1, Rodolfo H. Barbá 2, Nolan R. Walborn 3, Emilio J. Alfaro 1, Roberto C. Gamen 4, Nidia

More information

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS The SKYGRID Project A Calibration Star Catalog for New Sensors Stephen A. Gregory Boeing LTS Tamara E. Payne Boeing LTS John L. Africano Boeing LTS Paul Kervin Air Force Research Laboratory POSTER SESSION

More information

Lines of Hydrogen. Most prominent lines in many astronomical objects: Balmer lines of hydrogen

Lines of Hydrogen. Most prominent lines in many astronomical objects: Balmer lines of hydrogen The Family of Stars Lines of Hydrogen Most prominent lines in many astronomical objects: Balmer lines of hydrogen The Balmer Thermometer Balmer line strength is sensitive to temperature: Most hydrogen

More information

VARIABLE STARS NEAR β CAS DISCOVERED ON SCANNED PHOTOGRAPHIC PLATES AT THE STERNBERG ASTRONOMICAL INSTITUTE

VARIABLE STARS NEAR β CAS DISCOVERED ON SCANNED PHOTOGRAPHIC PLATES AT THE STERNBERG ASTRONOMICAL INSTITUTE Proceedings of the IX Bulgarian-Serbian Astronomical Conference: Astroinformatics (IX BSACA) Sofia, Bulgaria, July 2-4, 2014, Editors: M. K. Tsvetkov, M. S. Dimitrijević, O. Kounchev, D. Jevremović and

More information

y(n) Time Series Data

y(n) Time Series Data Recurrent SOM with Local Linear Models in Time Series Prediction Timo Koskela, Markus Varsta, Jukka Heikkonen, and Kimmo Kaski Helsinki University of Technology Laboratory of Computational Engineering

More information

Introduction to Stellar Spectra

Introduction to Stellar Spectra Introduction to Stellar Spectra We are about to start down a long road as we search for the chemical composition of the stars. The journey won't be short, or easy, but along the way you'll meet a number

More information

1 Introduction Tasks like voice or face recognition are quite dicult to realize with conventional computer systems, even for the most powerful of them

1 Introduction Tasks like voice or face recognition are quite dicult to realize with conventional computer systems, even for the most powerful of them Information Storage Capacity of Incompletely Connected Associative Memories Holger Bosch Departement de Mathematiques et d'informatique Ecole Normale Superieure de Lyon Lyon, France Franz Kurfess Department

More information

Introduction to Artificial Neural Networks

Introduction to Artificial Neural Networks Facultés Universitaires Notre-Dame de la Paix 27 March 2007 Outline 1 Introduction 2 Fundamentals Biological neuron Artificial neuron Artificial Neural Network Outline 3 Single-layer ANN Perceptron Adaline

More information

Pattern Recognition Prof. P. S. Sastry Department of Electronics and Communication Engineering Indian Institute of Science, Bangalore

Pattern Recognition Prof. P. S. Sastry Department of Electronics and Communication Engineering Indian Institute of Science, Bangalore Pattern Recognition Prof. P. S. Sastry Department of Electronics and Communication Engineering Indian Institute of Science, Bangalore Lecture - 27 Multilayer Feedforward Neural networks with Sigmoidal

More information

2MASS observations of spectroscopically identified extragalactic C stars

2MASS observations of spectroscopically identified extragalactic C stars 2MASS observations of spectroscopically identified extragalactic C stars Serge Demers and Mathieu Dallaire Département de Physique Université de Montréal, Montreal, Qc H3C 3J7, Canada and Paolo Battinelli

More information

Data Release 5. Sky coverage of imaging data in the DR5

Data Release 5. Sky coverage of imaging data in the DR5 Data Release 5 The Sloan Digital Sky Survey has released its fifth Data Release (DR5). The spatial coverage of DR5 is about 20% larger than that of DR4. The photometric data in DR5 are based on five band

More information

W. A. Lawson, P. L. Cottrell*, A. C. Gilmore & P. Μ. Kilmartin Mount John University Observatory, Department of Physics, Christchurch, New Zealand

W. A. Lawson, P. L. Cottrell*, A. C. Gilmore & P. Μ. Kilmartin Mount John University Observatory, Department of Physics, Christchurch, New Zealand J. Astrophys. Astr. (1989) 10, 151 155 The Reclassification of the Suspected R Coronae Borealis Star SY Hyi as a Semiregular Variable W. A. Lawson, P. L. Cottrell*, A. C. Gilmore & P. Μ. Kilmartin Mount

More information

Name: Partner(s): 1102 or 3311: Desk # Date: NGC 6633

Name: Partner(s): 1102 or 3311: Desk # Date: NGC 6633 Name: Partner(s): 1102 or 3311: Desk # Date: NGC 6633 Determining the Age of a Cluster Purpose Understand how HR diagrams reveal information about stellar evolution Use an HR diagram to determine the age

More information

The Pulsation Properties of the Double-Mode RR Lyrae Variable V79 in Messier 3

The Pulsation Properties of the Double-Mode RR Lyrae Variable V79 in Messier 3 336 The Pulsation Properties of the Double-Mode RR Lyrae Variable V79 in Messier 3 Christine M. Clement Department of Astronomy and Astrophysics, University of Toronto, Toronto, ON, M5S 3H8, Canada Mike

More information

Selection of stars to calibrate Gaia

Selection of stars to calibrate Gaia Highlights of Spanish Astrophysics VIII, Proceedings of the XI Scientific Meeting of the Spanish Astronomical Society held on September 8 12, 2014, in Teruel, Spain. A. J. Cenarro, F. Figueras, C. Hernández-

More information

Lab 4 Radial Velocity Determination of Membership in Open Clusters

Lab 4 Radial Velocity Determination of Membership in Open Clusters Lab 4 Radial Velocity Determination of Membership in Open Clusters Sean Lockwood 1, Dipesh Bhattarai 2, Neil Lender 3 December 2, 2007 Abstract We used the Doppler velocity of 29 stars in the open clusters

More information

Lecture 15: Galaxy morphology and environment

Lecture 15: Galaxy morphology and environment GALAXIES 626 Lecture 15: Galaxy morphology and environment Why classify galaxies? The Hubble system gives us our basic description of galaxies. The sequence of galaxy types may reflect an underlying physical

More information

A Ramble Through the Night Sky

A Ramble Through the Night Sky 1 2 Contents of Talk What is up there? Moon, stars, planets, comets, aurora, nebulae, galaxies How can I find my way around? Magazines, books, planisphere, software What if I want to see more? Binoculars,

More information

COLOR MAGNITUDE DIAGRAMS

COLOR MAGNITUDE DIAGRAMS COLOR MAGNITUDE DIAGRAMS What will you learn in this Lab? This lab will introduce you to Color-Magnitude, or Hertzsprung-Russell, Diagrams: one of the most useful diagnostic tools developed in 20 th century

More information

FIA0221: Taller de Astronomía II. Lecture 14 Spectral Classification of Stars

FIA0221: Taller de Astronomía II. Lecture 14 Spectral Classification of Stars FIA0221: Taller de Astronomía II Lecture 14 Spectral Classification of Stars Spectral types along the stellar CMD. Oh, Be A Fine Girl Kiss Me! Classification of Stellar spectra: The MK system: strong He+

More information

Overview: Astronomical Spectroscopy

Overview: Astronomical Spectroscopy Overview: Astronomical Spectroscopy or How to Start Thinking Creatively about Measuring the Universe Basic Spectrograph Optics Objective Prism Spectrometers - AESoP Slit Spectrometers Spectrometers for

More information

489 THE METALLICITY DISTRIBUTION OF LATE-TYPE DWARFS AND THE HIPPARCOS HR DIAGRAM M. Haywood, J. Palasi, A. Gomez, L. Meillon DASGAL, URA 335 du CNRS

489 THE METALLICITY DISTRIBUTION OF LATE-TYPE DWARFS AND THE HIPPARCOS HR DIAGRAM M. Haywood, J. Palasi, A. Gomez, L. Meillon DASGAL, URA 335 du CNRS 489 THE METALLICITY DISTRIBUTION OF LATE-TYPE DWARFS AND THE HIPPARCOS HR DIAGRAM M. Haywood, J. Palasi, A. Gomez, L. Meillon DASGAL, URA 335 du CNRS Observatoire de Paris - Meudon, France ABSTRACT The

More information

AstroBITS: Open Cluster Project

AstroBITS: Open Cluster Project AstroBITS: Open Cluster Project I. Introduction The observational data that astronomers have gathered over many years indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium

More information

Classifaction of gg gh against qg qh

Classifaction of gg gh against qg qh Jet Variables, Machine Learning, Box vs Triangle Diagrams Joshua Lin + Ben Nachman joshua.z.lin@gmail.com LBNL, Berkeley 2018 January 8-12 Conference, LBNL Introduction 2 These days, we understand very

More information

THE MK SYSTEM AND THE MK PROCESS

THE MK SYSTEM AND THE MK PROCESS * This paper is dedicated to my father, William Thomas Morgan (1877-19??). You will never know what I owe you. THE MK SYSTEM AND THE MK PROCESS W.W. MORGAN* Yerkes Observatory University of Chicago At

More information

arxiv:astro-ph/ v1 19 May 1995

arxiv:astro-ph/ v1 19 May 1995 GALAXY CLASSIFICATION BY HUMAN EYES AND BY ARTIFICIAL NEURAL NETWORKS arxiv:astro-ph/9505091v1 19 May 1995 Ofer Lahav Institute of Astronomy, Madingley Road Cambridge CB3 OHA, UK e-mail: lahav@mail.ast.cam.ac.uk

More information

NTT V, I, z photometry of the metal-rich bulge globular cluster Terzan 6

NTT V, I, z photometry of the metal-rich bulge globular cluster Terzan 6 ASTRONOMY & ASTROPHYSICS MAY I 1997, PAGE 483 SUPPLEMENT SERIES Astron. Astrophys. Suppl. Ser. 122, 483-488 (1997) NTT V, I, z photometry of the metal-rich bulge globular cluster Terzan 6 B. Barbuy 1,

More information

A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES

A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES A PRELIMINARY CLASSIFICATION SCHEME FOR THE CENTRAL REGIONS OF LATE-TYPE GALAXIES SIDNEY VAN DEN BERGH* Dominion Astrophysical Observatory, National Research Council 5071 West Saanich Road, Victoria, B.C.,

More information

Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical

Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical Trigonometry p. 9 The Earth p. 12 The Celestial Sphere p. 14 The

More information

CCD BV photometry of three southern galactic open clusters using Faulk

CCD BV photometry of three southern galactic open clusters using Faulk CCD BV photometry of three southern galactic open clusters using Faulk aulkes Telescope South David Boyd, Adam Sharpe, George Frost & Alex Dunn Introduction We present results of CCD photometry of the

More information

Using a Hopfield Network: A Nuts and Bolts Approach

Using a Hopfield Network: A Nuts and Bolts Approach Using a Hopfield Network: A Nuts and Bolts Approach November 4, 2013 Gershon Wolfe, Ph.D. Hopfield Model as Applied to Classification Hopfield network Training the network Updating nodes Sequencing of

More information

Non-linear Measure Based Process Monitoring and Fault Diagnosis

Non-linear Measure Based Process Monitoring and Fault Diagnosis Non-linear Measure Based Process Monitoring and Fault Diagnosis 12 th Annual AIChE Meeting, Reno, NV [275] Data Driven Approaches to Process Control 4:40 PM, Nov. 6, 2001 Sandeep Rajput Duane D. Bruns

More information

Strength-based and time-based supervised networks: Theory and comparisons. Denis Cousineau Vision, Integration, Cognition lab. Université de Montréal

Strength-based and time-based supervised networks: Theory and comparisons. Denis Cousineau Vision, Integration, Cognition lab. Université de Montréal Strength-based and time-based supervised networks: Theory and comparisons Denis Cousineau Vision, Integration, Cognition lab. Université de Montréal available at: http://mapageweb.umontreal.ca/cousined

More information