337,000 research outputs found

    ASSESSING ALTERNATIVES TO ESTIMATE THE STEM VOLUME OF A SEASONAL SEMI-DECIDUOUS FOREST

    Get PDF
    The objective of this study was to evaluate the use of linear and hybrid linear models, artificial neural networks (ANN) and support vector machine (SVM) in the estimation of the stem volume in a Seasonal Semi-deciduous Forest. Cubing data of 99 sample-trees of 15 species were used for this purpose. After analysis, we verified that the inclusion of the species as random effect did not contribute to increase the accuracy of the estimates in the structure of a hybrid model. Artificial neural networks and support vector machines, including species as input categorical variables, were the best alternatives to estimate the stem volume of trees of the Seasonal Semi-deciduous Forest. AbstractThe objective of this study was to evaluate the use of linear and hybrid linear models, artificial neural networks (ANN) and support vector machine (SVM) in the estimation of the stem volume in a Seasonal Semi-deciduous Forest. Cubing data of 99 sample-trees of 15 species were used for this purpose. After analysis, we verified that the inclusion of the species as random effect did not contribute to increase the accuracy of the estimates in the structure of a hybrid model. Artificial neural networks and support vector machines, including species as input categorical variables, were the best alternatives to estimate the stem volume of trees of the Seasonal Semi-deciduous Forest.Keywords: Stem volume; artificial neural networks; support vector machines; hybrid linear models; uneven-aged forest. ResumoAvaliando alternativas para estimar o volume do fuste de uma Floresta Estacional Semidecidual. O objetivo desse estudo foi   avaliar o uso de modelos lineares e lineares mistos, redes neurais   artificiais (RNA) e máquina de vetor de suporte (MVS) na estimação dos   volumes dos fustes de árvores em uma Floresta Estacional Semidecidual. Dados de cubagem de 99 árvores-amostra   de 15 espécies foram utilizados para esta finalidade. Após análises, verificou-se que   a inclusão das espécies como efeito aleatório não contribuiu para aumentar a   exatidão das estimativas na estrutura de um modelo misto. As redes neurais artificiais e   as máquinas de vetores de suporte, incluindo as espécies como variáveis   categóricas de entrada, foram as melhores alternativas para estimar o volume   dos fustes das árvores da Floresta Estacional Semidecidual.Palavras-chaves: Volume do   fuste; redes neurais artificiais; máquinas de vetor de suporte; modelos   lineares mistos; floresta inequiânea.

    Metaheuristic Algorithms for Convolution Neural Network

    Get PDF
    A typical modern optimization technique is usually either heuristic or metaheuristic. This technique has managed to solve some optimization problems in the research area of science, engineering, and industry. However, implementation strategy of metaheuristic for accuracy improvement on convolution neural networks (CNN), a famous deep learning method, is still rarely investigated. Deep learning relates to a type of machine learning technique, where its aim is to move closer to the goal of artificial intelligence of creating a machine that could successfully perform any intellectual tasks that can be carried out by a human. In this paper, we propose the implementation strategy of three popular metaheuristic approaches, that is, simulated annealing, differential evolution, and harmony search, to optimize CNN. The performances of these metaheuristic methods in optimizing CNN on classifying MNIST and CIFAR dataset were evaluated and compared. Furthermore, the proposed methods are also compared with the original CNN. Although the proposed methods show an increase in the computation time, their accuracy has also been improved (up to 7.14 percent).Comment: Article ID 1537325, 13 pages. Received 29 January 2016; Revised 15 April 2016; Accepted 10 May 2016. Academic Editor: Martin Hagan. in Hindawi Publishing. Computational Intelligence and Neuroscience Volume 2016 (2016

    Optimization the initial weights of artificial neural networks via genetic algorithm applied to hip bone fracture prediction

    Get PDF
    This paper aims to find the optimal set of initial weights to enhance the accuracy of artificial neural networks (ANNs) by using genetic algorithms (GA). The sample in this study included 228 patients with first low-trauma hip fracture and 215 patients without hip fracture, both of them were interviewed with 78 questions. We used logistic regression to select 5 important factors (i.e., bone mineral density, experience of fracture, average hand grip strength, intake of coffee, and peak expiratory flow rate) for building artificial neural networks to predict the probabilities of hip fractures. Three-layer (one hidden layer) ANNs models with back-propagation training algorithms were adopted. The purpose in this paper is to find the optimal initial weights of neural networks via genetic algorithm to improve the predictability. Area under the ROC curve (AUC) was used to assess the performance of neural networks. The study results showed the genetic algorithm obtained an AUC of 0.858±0.00493 on modeling data and 0.802 ± 0.03318 on testing data. They were slightly better than the results of our previous study (0.868±0.00387 and 0.796±0.02559, resp.). Thus, the preliminary study for only using simple GA has been proved to be effective for improving the accuracy of artificial neural networks.This research was supported by the National Science Council (NSC) of Taiwan (Grant no. NSC98-2915-I-155-005), the Department of Education grant of Excellent Teaching Program of Yuan Ze University (Grant no. 217517) and the Center for Dynamical Biomarkers and Translational Medicine supported by National Science Council (Grant no. NSC 100- 2911-I-008-001)

    Automatic segmentation of cerebral infarcts in follow-up computed tomography images with convolutional neural networks

    Get PDF
    Background and purpose: Infarct volume is a valuable outcome measure in treatment trials of acute ischemic stroke and is strongly associated with functional outcome. Its manual volumetric assessment is, however, too demanding to be implemented in clinical practice. Objective: To assess the value of convolutional neural networks (CNNs) in the automatic segmentation of infarct volume in follow-up CT images in a large population of patients with acute ischemic stroke. Materials and methods: We included CT images of 1026 patients from a large pooling of patients with acute ischemic stroke. A reference standard for the infarct segmentation was generated by manual delineation. We introduce three CNN models for the segmentation of subtle, intermediate, and severe hypodense lesions. The fully automated infarct segmentation was defined as the combination of the results of these three CNNs. The results of the three-CNNs approach were compared with the results from a single CNN approach and with the reference standard segmentations. Results: The median infarct volume was 48 mL (IQR 15–125 mL). Comparison between the volumes of the three-CNNs approach and manually delineated infarct volumes showed excellent agreement, with an intraclass correlation coefficient (ICC) of 0.88. Even better agreement was found for severe and intermediate hypodense infarcts, with ICCs of 0.98 and 0.93, respectively. Although the number of patients used for training in the single CNN approach was much larger, the accuracy of the three-CNNs approach strongly outperformed the single CNN approach, which had an ICC of 0.34. Conclusion: Convolutional neural networks are valuable and accurate in the quantitative assessment of infarct volumes, for both subtle and severe hypodense infarcts in follow-up CT images. Our proposed three-CNNs approach strongly outperforms a more straightforward single CNN approach

    Incremental construction of LSTM recurrent neural network

    Get PDF
    Long Short--Term Memory (LSTM) is a recurrent neural network that uses structures called memory blocks to allow the net remember significant events distant in the past input sequence in order to solve long time lag tasks, where other RNN approaches fail. Throughout this work we have performed experiments using LSTM networks extended with growing abilities, which we call GLSTM. Four methods of training growing LSTM has been compared. These methods include cascade and fully connected hidden layers as well as two different levels of freezing previous weights in the cascade case. GLSTM has been applied to a forecasting problem in a biomedical domain, where the input/output behavior of five controllers of the Central Nervous System control has to be modelled. We have compared growing LSTM results against other neural networks approaches, and our work applying conventional LSTM to the task at hand.Postprint (published version
    corecore