首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 0 毫秒
1.
    
Neural networks are well-known for their impressive classification performance, and the ensemble learning technique acts as a catalyst to improve this performance even further by integrating multiple networks.However, neural network ensembles, like neural networks, are regarded as a black box because they cannot explain their decision-making process. As a result, despite their high classification performance, neural networks and their ensembles are unsuitable for some applications that require explainable decisions. However, the rule extraction technique can overcome this drawback by representing the knowledge learned by a neural network in the guise of interpretable decision rules. A rule extraction algorithm provides neural networks the ability to justify their classification responses using explainable classification rules. There are several rule extraction algorithms for extracting classification rules from neural networks, but only a few of them use neural network ensembles to generate rules. As a result, this paper proposes a rule extraction algorithm called Rule Extraction Using Ensemble of Neural Network Ensembles (RE-E-NNES) to demonstrate the high performance of neural network ensembles.RE-E-NNES extracts classification rules by ensembling several neural network ensembles. The results demonstrate the efficacy of the proposed RE-E-NNES algorithm in comparison to other existing rule extraction algorithms.  相似文献   

2.
    
Mareschal, French, and Quinn (2000) and Mareschal, Quinn, and French (2002) have proposed a connectionist model of visual categorization in 3- to 4-month-old infants that simulates and predicts previously unexplained behavioural effects such as the asymmetric categorization effect (French, Mareschal, Mermillod, & Quinn, 2004). In the current paper, we show that the model's ability to simulate the asymmetry depends on the correlational structure of the stimuli. These results are important given that adults (Anderson & Fincham, 1996) as well as infants (Younger & Cohen, 1986) are able to rely on correlation information to perform visual categorization. At a behavioural level, the current paper suggests that pure bottom-up processes, based on the correlational structure of the categories, could explain the disappearance of the asymmetry in older 10-month-old infants (Furrer & Younger, 2005). Moreover, our results also raise new challenges for visual categorization models that attempt to simulate the shift from asymmetric categorization in 3- to 4-month-old to symmetric categorization in 10-month-old infants (Shultz & Cohen, 2004; Westermann & Mareschal, 2004, 2012).  相似文献   

3.
    
Facial expressions convey not only emotions but also communicative information. Therefore, facial expressions should be analysed to understand communication. The objective of this study is to develop an automatic facial expression analysis system for extracting nonverbal communicative information. This study focuses on specific communicative information: emotions expressed through facial movements and the direction of the expressions. We propose a multi-tasking deep convolutional network (DCN) to classify facial expressions, detect the facial regions, and estimate face angles. We reformulate facial region detection and face angle estimation as regression problems and add task-specific output layers in the DCN’s architecture. Experimental results show that the proposed method performs all tasks accurately. In this study, we show the feasibility of the multi-tasking DCN for extracting nonverbal communicative information from a human face.  相似文献   

4.
    
Online network platforms provide great convenience for users to obtain information. However, it’s challenging to select the required information from enormous texts. Automatic text headline generation methods not only guide users to select the information they are interested in, but also solve the problem of information overload. Nevertheless, the existing works mainly utilize the grammar rules to obtain the key information of the source text, while ignoring the dwell time of user’s attention on different text contents. To address this issue, this paper proposes an abstractive text headline generation model based on the eye-tracking attention mechanism. Specifically, this model first relies on the eye-tracking data to establish the mapping relationship between text words and the words’ reading time. Then, an eye-tracking attention mechanism is constructed to judge the importance of different words. Finally, this attention mechanism is integrated into the encoder-decoder framework to generate a high-quality headline. Experimental results obtained from different datasets demonstrate that the headline generated by our model is more concise. Moreover, our proposed model outperforms significantly the classical headline generation models on ROUGE-1, ROUGE-2 and ROUGE-L.  相似文献   

5.
Computational Cognitive Neuroscience (CCN) is a new field that lies at the intersection of computational neuroscience, machine learning, and neural network theory (i.e., connectionism). The ideal CCN model should not make any assumptions that are known to contradict the current neuroscience literature and at the same time provide good accounts of behavior and at least some neuroscience data (e.g., single-neuron activity, fMRI data). Furthermore, once set, the architecture of the CCN network and the models of each individual unit should remain fixed throughout all applications. Because of the greater weight they place on biological accuracy, CCN models differ substantially from traditional neural network models in how each individual unit is modeled, how learning is modeled, and how behavior is generated from the network. A variety of CCN solutions to these three problems are described. A real example of this approach is described, and some advantages and limitations of the CCN approach are discussed.  相似文献   

6.
    
To explore the enterprise credit risk evaluation, the application effect of several common neural network models in Chinese small and medium-sized enterprise data sets was compared and the optimal parameters for each model were determined. In addition, the classification accuracy and the applicability of the model were compared, and finally the common problem of optimization neural network algorithm based on population was solved: need to determine the dimensions in advance. The experimental results showed that the probabilistic neural network (PNN) had the minimum error rate and second types of errors, while the PNN model had the highest AUC value and was robust. To sum up, the algorithm makes some contributions to solve the financing problem of small and medium-sized enterprises in China.  相似文献   

7.
Habituation, a decrement in response to a stimulus that is presented repeatedly without ill effect, can be identified in almost all animals. It can also be used in machine learning to provide a variety of different applications, such as novelty detection, recency encoding, and temporal signal pre-processing. This paper examines how habituation can be mathematically modelled, and discusses how well these models fit the revised characteristics of habituation. It then demonstrates how the models can be combined with neural networks in order to realise the various applications. Finally, some simple experimental results are presented that demonstrate the effectiveness of the methods.  相似文献   

8.
A neural net based implementation of propositional [0,1]-valued multi-adjoint logic programming is presented, which is an extension of earlier work on representing logic programs in neural networks carried out in [A.S. d'Avila Garcez et al., Neural-Symbolic Learning Systems: Foundations and Applications, Springer, 2002; S. Hölldobler et al., Appl. Intelligence 11 (1) (1999) 45–58]. Proofs of preservation of semantics are given, this makes the extension to be well-founded.The implementation needs some preprocessing of the initial program to transform it into a homogeneous program; then, transformation rules carry programs into neural networks, where truth-values of rules relate to output of neurons, truth-values of facts represent input, and network functions are determined by a set of general operators; the net outputs the values of propositional variables under its minimal model.  相似文献   

9.
    
The field of neuroevolution has achieved much attention in recent years from both academia and industry. Numerous papers have reported its successful applications in different fields ranging from medical domain to autonomous systems. However, it is not clear which evolutionary optimization techniques lead to the best results. In this paper, multilayer perceptron (MLP) neural networks (NNs) are trained and optimized using four advanced bio-inspired evolutionary algorithms (EA). The algorithms are Multi-Verse Optimizer (MVO), Moth-flame optimization (MFO), Cuckoo Search (CS) and Particle Swarm Optimization (PSO). Each algorithm is equipped with two operators: evolutionary population dynamics and mutation, which impact on exploration and exploitation. Optimized MLPs are then used for the navigation of an autonomous robot. Accuracy and area under the curve metrics are used for the evaluation and comparison metrics. Moreover, two well-regarded gradient descent algorithms including Back propagation (BP) and Levenberg Marquardt (LM) are utilized to validate the results obtained by evolutionary-based MLP trainers. It is observed that MLPs developed using MFO are the most robust ones among MLPs trained using other evolutionary and gradient descent algorithms.  相似文献   

10.
    
Aiming at the existing problems in the production and export scale prediction of aquaculture, a model of yield prediction based on BP Neural network algorithm is proposed, and a set of algorithms is proposed to optimize BP neural network (BPNN). Based on the traditional BP neural network, it is easy to get into the local optimal problem due to the long training time of the model. By using the simple Johnson algorithm, the dimensionality of the input neuron is reduced, and then the hidden layer neural network is determined by this method. At the same time, the data mining method is used to filter the Data.Particle swarm optimization algorithm is used to optimize the parameters. At the same time, based on the domestic e-commerce Sales network data, the results show that the average square root error of the model is less than the traditional BP neural network and the learning efficiency is higher than the traditional BP neural network. The results show that the model has a great advantage in building up a large number of historical data, and it can shorten the modeling time and get good prediction result by combining the sales data of e-commerce. It provides a new feasible method for the export prediction of aquatic products.  相似文献   

11.
Huber and O'Reilly (2003) proposed that neural habituation exists to solve a temporal parsing problem, minimizing blending between one word and the next when words are visually presented in rapid succession. They developed a neural dynamics habituation model, explaining the finding that short duration primes produce positive priming whereas long duration primes produce negative repetition priming. The model contains three layers of processing, including a visual input layer, an orthographic layer, and a lexical-semantic layer. The predicted effect of prime duration depends both on this assumed representational hierarchy and the assumption that synaptic depression underlies habituation. The current study tested these assumptions by comparing different kinds of words (e.g., words versus non-words) and different kinds of word-word relations (e.g., associative versus repetition). For each experiment, the predictions of the original model were compared to an alternative model with different representational assumptions. Experiment 1 confirmed the prediction that non-words and inverted words require longer prime durations to eliminate positive repetition priming (i.e., a slower transition from positive to negative priming). Experiment 2 confirmed the prediction that associative priming increases and then decreases with increasing prime duration, but remains positive even with long duration primes. Experiment 3 replicated the effects of repetition and associative priming using a within-subjects design and combined these effects by examining target words that were expected to repeat (e.g., viewing the target word ‘BACK' after the prime phrase ‘back to'). These results support the originally assumed representational hierarchy and more generally the role of habituation in temporal parsing and priming.  相似文献   

12.
13.
    
This paper introduces a novel PSO-GA based hybrid training algorithm with Adam Optimization and contrasts performance with the generic Gradient Descent based Backpropagation algorithm with Adam Optimization for training Artificial Neural Networks. We aim to overcome the shortcomings of the traditional algorithm, such as slower convergence rate and frequent convergence to local minima, by employing the characteristics of evolutionary algorithms. PSO has a property of faster convergence rate, which can be exploited to account for the slower pace of convergence of the traditional BP (which is due to low values of gradients). In contrast, the integration with GA complements the drawback of convergence to local minima as GA, possesses the capability of efficient global search. So by this integration of these algorithms, we propose our new hybrid algorithm for training ANNs. We compare both the algorithms for the application of medical diagnosis. Results display that the proposed hybrid training algorithm, significantly outperforms the traditional training algorithm, by enhancing the accuracies of the ANNs with an increase of 20% in the average testing accuracy and 0.7% increase in the best testing accuracy.  相似文献   

14.
We used the elaboration likelihood model (ELM) from marketing research to explain and examine how recruitment message specificity influences job seeker attraction to organizations. Using an experimental design and data from 171 college-level job seekers, the results showed that detailed recruitment messages led to enhanced perceptions of organization attributes and person–organization (P–O) fit. Perceptions of fit were found to mediate the relationship between message specificity and intention to apply to the organization. In addition, perceptions of organization attributes and P–O fit were found to influence intentions to apply under circumstances of explicit recruitment information while attractiveness and fit perceptions were shown to influence application intentions under conditions of implicit recruitment information. The theoretical and practical implications of these findings are discussed.  相似文献   

15.
Adaptations to Ovulation   总被引:2,自引:0,他引:2  
ABSTRACT— In socially monogamous species in which males heavily invest in offspring, there arises an inevitable genetic conflict between partners over whether investing males become biological fathers of their partners' offspring. Humans are such a species. The ovulatory-shift hypothesis proposes that changes in women's mate preferences and sexual interests across the cycle are footprints of this conflict. When fertile (mid-cycle), women find masculine bodily and behavioral features particularly sexy and report increased attraction to men other than current partners. Men are more vigilant of partners when the latter are fertile, which may reflect evolved counteradaptations. This adaptationist hypothesis has already generated several fruitful research programs, but many questions remain.  相似文献   

16.
ABSTRACT

The popular notion that alcohol intoxication enhances perceptions of the physical attractiveness of the opposite sex has been inconsistently supported. The current study tested intoxicated and non-intoxicated persons of both genders in naturalistic settings after measuring their blood alcohol concentration (BAC) by a breath test. A sample of 80 heterosexual university student social drinkers was recruited at a campus pub and campus parties over a 3-month period to take a survey rating the attractiveness of unfamiliar faces of the opposite gender presented in photographs. Attractiveness ratings were positively correlated with BAC. Analysis of covariance (ANCOVA) was conducted on attractiveness ratings with independent variables of gender and BAC group, with three levels of the latter: non-intoxicated (BAC = 0), moderately intoxicated (BAC .01%–.09%), and highly intoxicated (BAC .10%–.19%). Both intoxicated groups gave significantly higher attractiveness ratings than non-intoxicated controls. The findings confirm the “beer goggles” phenomenon of folk psychology for both genders, although the mechanism remains unclear.  相似文献   

17.
Abstract

In an experimental simulation with Israeli participants, the author examined the influence of two aspects of pre-employment screening (duration of screening and type of testing) on applicants' attitudes toward a recruitment effort and toward a potential job. Testing that lasted longer led to more favorable attitudes. The participants considered knowledge testing, compared with personality testing, more job related, less invasive of privacy, and less sensitive to the amount of time spent testing.  相似文献   

18.
Voice and interpersonal attraction   总被引:1,自引:0,他引:1  
The present study examined the effects of voice and physical appearance on inter-personal attraction. Furthermore, the attributes of voice that enhance interpersonal attraction were investigated. In the first study the subjects were 25 female students from one university and the target persons were four male students from another university. The subjects rated attractiveness of voice and physical appearance, and the overall interpersonal attraction of the target persons. The attractiveness of voice and physical appearance had independent effects on interpersonal attraction. In the second study the subjects were 62 students (20 males, 42 females) from one university and the target persons were 16 students from another university (eight of each sex). The results of the first study were replicated. Bright, generous voices, low vocal pitch and a small range of vocal pitch increased interpersonal attraction.  相似文献   

19.
With the increasing popularity of social media and web-based forums, the distribution of fake news has become a major threat to various sectors and agencies. This has abated trust in the media, leaving readers in a state of perplexity. There exists an enormous assemblage of research on the theme of Artificial Intelligence (AI) strategies for fake news detection. In the past, much of the focus has been given on classifying online reviews and freely accessible online social networking-based posts. In this work, we propose a deep convolutional neural network (FNDNet) for fake news detection. Instead of relying on hand-crafted features, our model (FNDNet) is designed to automatically learn the discriminatory features for fake news classification through multiple hidden layers built in the deep neural network. We create a deep Convolutional Neural Network (CNN) to extract several features at each layer. We compare the performance of the proposed approach with several baseline models. Benchmarked datasets were used to train and test the model, and the proposed model achieved state-of-the-art results with an accuracy of 98.36% on the test data. Various performance evaluation parameters such as Wilcoxon, false positive, true negative, precision, recall, F1, and accuracy, etc. were used to validate the results. These results demonstrate significant improvements in the area of fake news detection as compared to existing state-of-the-art results and affirm the potential of our approach for classifying fake news on social media. This research will assist researchers in broadening the understanding of the applicability of CNN-based deep models for fake news detection.  相似文献   

20.
Previous studies on individual differences in intelligence and brain activation during cognitive processing focused on brain regions where activation increases with task demands (task-positive network, TPN). Our study additionally considers brain regions where activation decreases with task demands (task-negative network, TNN) and compares effects of intelligence on neural effort in the TPN and the TNN. In a sample of 52 healthy subjects, functional magnetic resonance imaging was used to determine changes in neural effort associated with the processing of a working memory task. The task comprised three conditions of increasing difficulty: (a) maintenance, (b) manipulation, and (c) updating of a four-letter memory set. Neural effort was defined as signal increase in the TPN and signal decrease in the TNN, respectively. In both functional networks, TPN and TNN, neural effort increased with task difficulty. However, intelligence, as assessed with Raven's Matrices, was differentially associated with neural effort in the TPN and TNN. In the TPN, we observed a positive association, while we observed a negative association in the TNN. In terms of neural efficiency (i.e., task performance in relation to neural effort expended on task processing), more intelligent subjects (as compared to less intelligent subjects) displayed lower neural efficiency in the TPN, while they displayed higher neural efficiency in the TNN. The results illustrate the importance of differentiating between TPN and TNN when interpreting correlations between intelligence and fMRI measures of brain activation. Importantly, this implies the risk of misinterpreting whole brain correlations when ignoring the functional differences between TPN and TNN.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号