scispace - formally typeset
Search or ask a question
Author

Chris Christodoulou

Bio: Chris Christodoulou is an academic researcher from University of Cyprus. The author has contributed to research in topics: Biological neuron model & Leaky integrator. The author has an hindex of 12, co-authored 50 publications receiving 1159 citations. Previous affiliations of Chris Christodoulou include University of London & King's College London.


Papers
More filters
Journal ArticleDOI
01 Feb 2004
TL;DR: The aim of this work is to design classifiers that accept the model-based representation of unseen images and produce an estimate of the age of the person in the corresponding face image, which indicates that machines can estimate theAge of a person almost as reliably as humans.
Abstract: We describe a quantitative evaluation of the performance of different classifiers in the task of automatic age estimation. In this context, we generate a statistical model of facial appearance, which is subsequently used as the basis for obtaining a compact parametric description of face images. The aim of our work is to design classifiers that accept the model-based representation of unseen images and produce an estimate of the age of the person in the corresponding face image. For this application, we have tested different classifiers: a classifier based on the use of quadratic functions for modeling the relationship between face model parameters and age, a shortest distance classifier, and artificial neural network based classifiers. We also describe variations to the basic method where we use age-specific and/or appearance specific age estimation methods. In this context, we use age estimation classifiers for each age group and/or classifiers for different clusters of subjects within our training set. In those cases, part of the classification procedure is devoted to choosing the most appropriate classifier for the subject/age range in question, so that more accurate age estimates can be obtained. We also present comparative results concerning the performance of humans and computers in the task of age estimation. Our results indicate that machines can estimate the age of a person almost as reliably as humans.

610 citations

Journal ArticleDOI
TL;DR: Evaluated artificial neural networks in predicting earthquakes occurring in the region of Greece with the use of different types of input data conclude that, when the neural networks are trained by using the appropriate data they are able to generalise and predict unknown seismic events relatively accurately.
Abstract: The aim of this study is to evaluate the performance of artificial neural networks in predicting earthquakes occurring in the region of Greece with the use of different types of input data. More specifically, two different case studies are considered: the first concerns the prediction of the earthquake magnitude (M) of the following day and the second the prediction of the magnitude of the impending seismic event following the occurrence of pre-seismic signals, the so-called Seismic Electric Signals (SES), which are believed to occur prior to an earthquake, as well as the time lag between the SES and the seismic event itself. The neural network developed for the first case study used only time series magnitude data as input with the output being the magnitude of the following day. The resulting accuracy rate was 80.55% for all seismic events, but only 58.02% for the major seismic events (M>=5.2 on the Richter scale). Our second case study for earthquake prediction uses SES as input data to the neural networks developed. This case study is separated in two parts with the differentiating element being the way of constructing the missing SES. In the first part, where the missing SES were constructed randomly for all the seismic events, the resulting accuracy rates for the magnitude of upcoming seismic events were just over 60%. In the second part, where the missing SES were constructed for the major seismic events (M>=5.0 on the Richter scale) only by the use of neural networks reversely, the resulting accuracy rate by predicting only the magnitude was 84.01%, and by predicting both the magnitude and time lag was 83.56% for the magnitude and 92.96% for the time lag. Based on the results we conclude that, when the neural networks are trained by using the appropriate data they are able to generalise and predict unknown seismic events relatively accurately.

117 citations

Journal ArticleDOI
TL;DR: It is noted that as the reset becomes weaker, the firing pattern shows a progressive transition from regular firing, to random, to temporally clustered, and eventually to bursting firing, as the slope of the transfer function increases.
Abstract: Partial reset is a simple and powerful tool for controlling the irregularity of spike trains fired by a leaky integrator neuron model with random inputs. In particular, a single neuron model with a realistic membrane time constant of 10 ms can reproduce the highly irregular firing of cortical neurons reported by Softky and Koch (1993). In this article, the mechanisms by which partial reset affects the firing pattern are investigated. Itisshown theoretically that partial reset is equivalent to the use of a time-dependent threshold, similar to a technique proposed by Wilbur and Rinzel (1983) to produce high irregularity. This equivalent model allows establishing that temporal integration and fluctuation detection can coexist and cooperate to cause highly irregular firing. This study also reveals that reverse correlation curves cannot be used reliably to assess the causes of firing. For instance, they do not reveal temporal integration when it takes place. Further, the peak near time zero does not always ind...

78 citations

Journal ArticleDOI
TL;DR: The results show that the partial somatic reset mechanism is the most likely candidate to reflect the mechanism used in the brain for reproducing irregular firing.

41 citations

Journal ArticleDOI
TL;DR: It has, therefore, been demonstrated that ANNs can be used by auditors to identify fraud-prone companies and can be complementary to other techniques at the planning stage of their audit to predict if a particular audit client is likely to have been victimized by a fraudster.
Abstract: Purpose – The purpose of the paper is to test the use of artificial neural networks (ANNs) as a tool in fraud detection.Design/methodology/approach – Following a review of the relevant literature on fraud detection by auditors, the authors developed a questionnaire which they distributed to auditors attending a fraud detection seminar. The questionnaire was then used to develop seven ANNs to test the usage of these models in fraud detection.Findings – Utilizing exogenous and endogenous factors as input variables to ANNs and in developing seven different models, an average of 90 per cent accuracy was found in the fraud detection prediction model. It has, therefore, been demonstrated that ANNs can be used by auditors to identify fraud‐prone companies.Originality/value – Whilst previous researchers have looked at empirical predictors of fraud, fraud risk assessment methods and mechanically fraud risk assessment methods, no other research has combined both exogenous and endogenous factors in developing ANNs t...

41 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

Journal ArticleDOI
01 Apr 1988-Nature
TL;DR: In this paper, a sedimentological core and petrographic characterisation of samples from eleven boreholes from the Lower Carboniferous of Bowland Basin (Northwest England) is presented.
Abstract: Deposits of clastic carbonate-dominated (calciclastic) sedimentary slope systems in the rock record have been identified mostly as linearly-consistent carbonate apron deposits, even though most ancient clastic carbonate slope deposits fit the submarine fan systems better. Calciclastic submarine fans are consequently rarely described and are poorly understood. Subsequently, very little is known especially in mud-dominated calciclastic submarine fan systems. Presented in this study are a sedimentological core and petrographic characterisation of samples from eleven boreholes from the Lower Carboniferous of Bowland Basin (Northwest England) that reveals a >250 m thick calciturbidite complex deposited in a calciclastic submarine fan setting. Seven facies are recognised from core and thin section characterisation and are grouped into three carbonate turbidite sequences. They include: 1) Calciturbidites, comprising mostly of highto low-density, wavy-laminated bioclast-rich facies; 2) low-density densite mudstones which are characterised by planar laminated and unlaminated muddominated facies; and 3) Calcidebrites which are muddy or hyper-concentrated debrisflow deposits occurring as poorly-sorted, chaotic, mud-supported floatstones. These

9,929 citations

01 Feb 2009
TL;DR: This Secret History documentary follows experts as they pick through the evidence and reveal why the plague killed on such a scale, and what might be coming next.
Abstract: Secret History: Return of the Black Death Channel 4, 7-8pm In 1348 the Black Death swept through London, killing people within days of the appearance of their first symptoms. Exactly how many died, and why, has long been a mystery. This Secret History documentary follows experts as they pick through the evidence and reveal why the plague killed on such a scale. And they ask, what might be coming next?

5,234 citations