Earticle

현재 위치 Home 검색결과

결과 내 검색

발행연도

-

학문분야

자료유형

간행물

검색결과

검색조건
검색결과 : 26
No
1

5,500원

사물들로부터 개념을 인식하고 또한 역으로 개념으로부터 대표 사물을 연상하는 인간의 양방향 연상 능력을 구현하기 위하여 일반적으로 BAM(Bidirectional Associative Memory)이 활용되고 있다. 그러나 BAM과 같은 기존 연상 방식은 비선형 문제의 해결이 어렵고, 연상 저장 능력과 수행 시간 면에서 불충분한 성능을 보여준 다. 본 연구에서는 이러한 문제점들을 해결하기 위해 역전파 신경망을 기반으로 하는 양방향 연상 신경망(BBN: Bidirectional Backpropagation Neural-net)을 제안한다. 또한 제안된 BBN의 효용성을 검증하기 위해 Exclusive-OR, Prior Encoder-Decoder 및 문자인식 문제를 대상으로 한 실험을 수행하여, 기존 방식에 비하 여 양방향 연상에 보다 효과적으로 활용될 수 있음을 확인하였다.

A well-known BAM(Bidirectional Associative Memory) has been widely used to emulate human’s bidirectional association capability which can recognize a concept from objects and also recall a representative object from that concept. However, the conventional association model like BAM is often not useful for solving non-linearly separable problem and also inadequate when considering its capacity and speed of association. In order to relax such inadequacies, we propose BBN(Bidirectional Backpropagation Neural-net) based on backpropagation algorithm. We also validate the usefulness of BBN by some experiments for Exclusive- OR, Prior Encoder-Decoder, and Character Recognition problems. In some discussions, we state that BBN may outperform the conventional ones in terms of bidirectional association capability and its efficacy.

2

개선된 역전파법 : 알고리즘과 수치예제

한홍수, 최상웅, 정현식, 노정구

대한경영정보학회 경영과 정보연구 제2권 1998.06 pp.75-93

※ 기관로그인 시 무료 이용이 가능합니다.

5,400원

In this paper, we propose a new algorithm(N_BP) to be capable of overcoming limitations of the traditional backpropagation(O_BP). The N_BP is based on the method of conjugate gradients and calculates learning parameters through the line search which may be characterized by order statistics and golden section. Experimental results showed that the N_BP was definitely superior to the O_BP with and without a stochastic term in terms of accuracy and rate of convergence and might surmount the problem of local minima. Furthermore, they confirmed us that the stagnant phenomenon of learning in the O_BP resulted from the limitations of its algorithm in itself and that unessential approaches would never cured it of this phenomenon.

3

Applying Modified Backpropagation Algorithm to Chemical Reaction System

Byung Joo Kim

보안공학연구지원센터(IJHIT) International Journal of Hybrid Information Technology Vol.9 No.9 2016.09 pp.13-22

※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.

4

Performance Improvement of Backpropagation Algorithm by Automatic Tuning of Learning Rate using Fuzzy Logic System

Jung, Kyung-Kwon, Lim, Joong-Kyu, Chung, Sung-Boo, Eom, Ki-Hwan

[Kisti 연계] 한국해양정보통신학회 International journal of maritime information and communication sciences Vol.1 No.3 2003 pp.157-162

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

We propose a learning method for improving the performance of the backpropagation algorithm. The proposed method is using a fuzzy logic system for automatic tuning of the learning rate of each weight. Instead of choosing a fixed learning rate, the fuzzy logic system is used to dynamically adjust the learning rate. The inputs of fuzzy logic system are delta and delta bar, and the output of fuzzy logic system is the learning rate. In order to verify the effectiveness of the proposed method, we performed simulations on the XOR problem, character classification, and function approximation. The results show that the proposed method considerably improves the performance compared to the general backpropagation, the backpropagation with momentum, and the Jacobs'delta-bar-delta algorithm.

5

Prediction of plasma etching using genetic-algorithm controlled backpropagation neural network

Kim, Sung-Mo, Kim, Byung-Whan

[Kisti 연계] 제어로봇시스템학회 제어로봇시스템학회 학술대회논문집 2003 pp.1305-1308

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

A new technique is presented to construct a predictive model of plasma etch process. This was accomplished by combining a backpropagation neural network (BPNN) and a genetic algorithm (GA). The predictive model constructed in this way is referred to as a GA-BPNN. The GA played a role of controlling training factors simultaneously. The training factors to be optimized are the hidden neuron, training tolerance, initial weight magnitude, and two gradients of bipolar sigmoid and linear functions. Each etch response was optimized separately. The proposed scheme was evaluated with a set of experimental plasma etch data. The etch process was characterized by a $2^3$ full factorial experiment. The etch responses modeled are aluminum (A1) etch rate, silica profile angle, A1 selectivity, and dc bias. Additional test data were prepared to evaluate model appropriateness. The GA-BPNN was compared to a conventional BPNN. Compared to the BPNN, the GA-BPNN demonstrated an improvement of more than 20% for all etch responses. The improvement was significant in the case of A1 etch rate.

6

Recurrent Neural Network with Backpropagation Through Time Learning Algorithm for Arabic Phoneme Recognition

Ismail, Saliza, Ahmad, Abdul Manan

[Kisti 연계] 제어로봇시스템학회 제어로봇시스템학회 학술대회논문집 2004 pp.1033-1036

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

The study on speech recognition and understanding has been done for many years. In this paper, we propose a new type of recurrent neural network architecture for speech recognition, in which each output unit is connected to itself and is also fully connected to other output units and all hidden units [1]. Besides that, we also proposed the new architecture and the learning algorithm of recurrent neural network such as Backpropagation Through Time (BPTT, which well-suited. The aim of the study was to observe the difference of Arabic's alphabet like "alif" until "ya". The purpose of this research is to upgrade the people's knowledge and understanding on Arabic's alphabet or word by using Recurrent Neural Network (RNN) and Backpropagation Through Time (BPTT) learning algorithm. 4 speakers (a mixture of male and female) are trained in quiet environment. Neural network is well-known as a technique that has the ability to classified nonlinear problem. Today, lots of researches have been done in applying Neural Network towards the solution of speech recognition [2] such as Arabic. The Arabic language offers a number of challenges for speech recognition [3]. Even through positive results have been obtained from the continuous study, research on minimizing the error rate is still gaining lots attention. This research utilizes Recurrent Neural Network, one of Neural Network technique to observe the difference of alphabet "alif" until "ya".

7

The Comparison of Neural Network Learning Paradigms: Backpropagation, Simulated Annealing, Genetic Algorithm, and Tabu Search

Chen, Ming-Kuen

[Kisti 연계] 한국품질경영학회 한국품질경영학회 학술대회논문집 1998 pp.696-704

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

Artificial neural networks (ANN) have successfully applied into various areas. But, How to effectively established network is the one of the critical problem. This study will focus on this problem and try to extensively study. Firstly, four different learning algorithms ANNs were constructed. The learning algorithms include backpropagation, simulated annealing, genetic algorithm, and tabu search. The experimental results of the above four different learning algorithms were tested by statistical analysis. The training RMS, training time, and testing RMS were used as the comparison criteria.

8

시설 재배용 실내 환경 제어를 위한 역전파 알고리즘 적용

공휘식

[Kisti 연계] 대한전자공학회 대한전자공학회 학술대회논문집 2006 pp.833-834

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

In this paper, It is proposed collecting, processing, and learning of data with PIC16F877 and Acode 300[3], constructing database in PC. The PIC16F877 microcontroller nodes are the radio sensor and the DC motor controller. The PC of flexible factory level construct the data-table for object-oriented optimal environment control. The DC Motor control command is decision with back-propagation.

9

퍼지-역전파 알고리즘을 이용한 ADALINE 제어기

강성호, 정성부, 김주웅, 엄기환

[Kisti 연계] 한국해양정보통신학회 한국해양정보통신학회 학술대회논문집 2001 pp.684-687

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

본 논문에서는 퍼지-역전파 알고리즘을 이용하여 연결강도를 조정하고 ADALINE(Adaptive Linear Neuron)을 제어기로 사용하는 새로운 제어방식을 제안하였다. 제안된 ADALINE 제 어기는 퍼지 알고리즘을 이용하여 학습하고, 구조가 간단하고 계산량이 작은 장점으로 적응제어나 실시간 제어에 적합한 제어방식이다. 제안된 제어방식의 유용성을 입증하기 위하여 서보 전동기를 대상으로 위치제어에 대하여 시뮬레이션 하였다.

In this paper, we propose a ADALINE controller using fuzzy-backpropagation algorithm to adjust weight. In the proposed ADALINE controller, using fuzzy algorithm for traning neural network, controller make use of ADALINE due to simple and computing efficiency. And then it applies to servo-motor as an controlled process. And then it take a simulation for the position control, so the verify the usefulness of the proposed ADALINE controller.

10

퍼지-역전파 알고리즘을 이용한 ADALINE 구조

강성호, 임중규, 서원호, 이현관, 엄기환

[Kisti 연계] 대한전자공학회 대한전자공학회 학술대회논문집 2001 pp.189-192

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

In this paper, we propose a ADALINE controller using fuzzy-backpropagation algorithm to adjust weight. In the proposed ADALINE controller, using fuzzy algorithm for traning neural network, controller make use of ADALINE due to simple and computing efficiency. This controller includes adaptive learning rate to accelerate teaming. It applies to servo-motor as an controlled process. And then it take a simulation for the position control, so the verify the usefulness of the proposed ADALINE controller.

11

Hybrid L1/L2 를 이용한 주파수 영역 탄성파 파형역산

정우근, 하태영, 신창수

[Kisti 연계] 한국지구물리탐사학회 한국지구물리물리탐사학회 학술대회논문집 2007 pp.124-129

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

For seismic imaging and inversion, the inverted image depends on how we define the objective function. ${\ell}^1$-norm is more robust than ${\ell}^2$-norm. However, it is difficult to apply the Newton-type algorithm directly because the partial derivative for ${\ell^1$-norm has a singularity. In our paper, to overcome the difficulties of singularities, Huber function given by hybrid ${\ell}^1/{\ell}^2$-norm is used. We tested the robustness of our new object function with several noisy data set. Numerical results show that the new objective function is more robust to band limited spiky noise than the conventional object function.

12

쿠르노 모형을 적용한 양방향입찰 풀시장에서 오차 역전파 알고리즘을 이용한 최적 입찰전략수립

권병국, 이승철, 김종환

[Kisti 연계] 대한전기학회 대한전기학회 학술대회논문집 2003 pp.475-478

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

본 논문에서는 쿠르노 모형을 적용한 양방향입찰 전력 풀시장에서 입찰에 참여하는 발전기가 최대 이익을 얻기 위한 입찰전략으로서 신경회로망의 오차 역전파 알고리즘을 이용하여 최적 입찰발전량과 입찰가격을 수립하는 기법에 관하여 연구한다. 전력시장 환경은 n 개의 발전기들이 참여하는 비협조적 불완전정보 시장으로 설정하고 Bayesian의 조건부 확률이론을 적용하여 상대 발전기들의 발전비용함수와 시장의 수요함수를 추정하여 발전기 상호간 쿠르노-내쉬균형점을 이루는 최적 입찰발전량을 예측한다. 그리고 이익을 극대화시키기 위해 오차 역전파 알고리즘을 이용하여 시장의 가격 탄력성과 쿠르노 시장균형가격에 연결가중치를 조절함으로써 입찰가격이 계통한계가격에 근접하도록 최적 입찰전략을 수립한다.

13

패턴인식에서 온라인 오류역전파 알고리즘의 학습속도 향상방법

이태승, 황병원

[Kisti 연계] 한국정보과학회 한국정보과학회 학술대회논문집 2002 pp.616-618

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

MLP(multilayer perceptron)는 다른 패턴인식 방법에 비해 몇 가지 이점이 있어 다양한 문제영역에서 사용되고 있다 그러나 MLP의 학습에 일반적으로 사용되는 EBP(error backpropagation) 알고리즘은 학습시간이 비교적 오래 걸린다는 단점이 있으며, 이는 실시간 처리를 요구하는 문제나 대규모 데이터 및 MLP 구조로 인해 학습시간이 상당히 긴 문제에서 제약으로 작용한다. 패턴인식에 사용되는 학습데이터는 풍부한 중복특성을 내포하고 있으므로 패턴마다 MLP의 내부변수를 갱신하는 은라인 계열의 학습방식이 속도의 향상에 상당한 효과가 있다. 일반적인 온라인 EBP 알고리즘에서는 내부 가중치 갱신시 고정된 학습률을 적용한다. 고정 학습률을 적절히 선택함으로써 패턴인식 응용에서 상당한 속도개선을 얻을 수 있지만, 학습률을 고정함으로써 온라인 방식에서 패턴별 갱신의 특성을 완전히 활용하지 못하는 비효율성이 발생한다. 또한, 학습도중 패턴군이 학습된 패턴과 그렇지 못한 패턴으로 나뉘고 이 가운데 학습된 패턴은 학습을 위한 계산에 포함될 필요가 없음에도 불구하고, 기존의 온라인 EBP에서는 에폭에 할당된 모든 패턴을 일률적으로 계산에 포함시킨다. 이 문제에 대해 본 논문에서는 학습이 진행됨에 따라 패턴마다 적절한 학습률을 적용하고 필요한 패턴만을 학습에 반영하는 패턴별 가변학습률 및 학습생략(COIL) 방댑을 제안한다. 제안한 COIL의 성능을 입증하기 위해 화자증명과 음성인식을 실험하고 그 결과를 제시한다.

14

백프로퍼게이션 알고리즘을 이용한 오존농도 예측모델 개발

김광진, 선우영

[Kisti 연계] 한국대기환경학회 한국대기환경학회 학술대회논문집 1999 pp.59-60

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

15

대표 패턴을 사용한 가변 기울기 역전도 알고리즘의 점진적 학습방법

심범식, 윤충화

[Kisti 연계] 한국컴퓨터정보학회 Journal of the Korea society of computer and information Vol.3 No.1 1998 pp.95-112

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

역전도 알고리즘은 연관 기억장치, 음성 인식, 패턴인식, 로보틱스등 여러 응용 분야에 다양하게 사용되고 있다. 그러나 새로운 학습 패턴을 추가적으로 학습시키려면 이전에학습했던 모든 패턴과 추가되는 패턴을 갖고 처음부터 새로운 학습을 수행하여야 한다. 이는 패턴의 개수가 점차 늘어날수록 학습에 소요되는 시간이 기하 급수적으로 길어지는 결과를 초래하게 된다. 따라서 주기적으로 다량의 데이터를 추가로 학습을 할 경우에 이러한 점진적 학습은 반드시 해결해야 할 문제점으로 간주된다. 본 논문에서는 기존의 신경망 구조는 그대로 유지하면서 대표 패턴을 추출해 추가 학습을 수행하는 방법을 제안하고 제안된 기법의 효율성을 위해 기계 학습 분야의 벤치마크로 많이 사용되는 Monk's data와 Iris data에 적용해 보았다.

The Error Backpropagation algorithm is widely used in various areas such as associative memory, speech recognition, pattern recognition, robotics and so on. However, if and when a new leaning pattern has to be added in order to drill, it will have to accomplish a new learning with all previous learning pattern and added pattern from the very beginning. Somehow, it brings about a result which is that the more it increases the number of pattern, the longer it geometrically progress the time required by leaning. Therefore, a so-called Incremental Learning Method has to be solved the point at issue all by means in case of situation which is periodically and additionally learned by numerous data. In this study, not only the existing neural network construction is still remained, but it also suggests a method which means executing through added leaning by a model pattern. Eventually, for a efficiency of suggested technique, both Monk's data and Iris data are applied to make use of benchmark on machine learning field.

16

역전파 알고리즘을 사용한 지능형 철도 운영 시스템 개선방안

홍선호

[Kisti 연계] 한국방재학회 한국방재학회논문집 Vol.15 No.3 2015 pp.27-32

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

최근 유럽 등 국가간 상호운영성 규격을 준용하는 철도 운영기관들을 중심으로 가상 상황 기반의 직무 훈련과 진보된 지능형 시스템의 개발이 동시에 진행되고 있다. 향후 대륙 철도 연계를 준비하고 있는 국내철도에서는 현재의 경험 기반의 교육훈련체계를 향후 지능형 시스템과의 연계를 고려한 훈련체계로의 전환을 준비할 시점이다. 이를 위해 인공신경망 학습 대상 모델 개발에 필요한 기관사의 직무와 열차시스템의 기능을 조사하였으며, 이를 체계적으로 관리하기 위한 의사결정이론기반의 학습관리모델을 제시한다. 또한 고속 열차의 안전방지벽을 적용한 논리모델과 패리티모델을 학습 사례모델로 구성하여, 역전파 알고리즘의 적용 효과를 확인하고 체계적 훈련 니즈 관리와 지능형 시스템의 구축 방안을 제안하였다.

Recently, the development of the advanced intelligent systems based on virtual situations and job training has been conducted by several countries of Europe complying cross-country interoperability standards. Thus, Korea Railroad, which will link with the Eurasian railway in the future, must prepare the conversion of current education and training systems based on experience into future systems base on the advanced intelligent operations. To this end, this study investigated the functions of railway operation and the jobs of train drivers required for the development of learning model associated with the artificial neural network theory. In the study, the application of the index task management function based on decision task models was proposed. In addition, the onboard field logical model, which is one of safety barrier of high speed rail system, and the parity model were constituted as case studies of intelligent training models. Then, the effects appling the backpropagation algorithm to these models were checked. Finally, we proposed to extend the need for an intelligent system in accordance with the training needs of systemic administration.

17

역전파알고리즘을 이용한 대피저항율추정에 관한 연구

박경열, 유보혁, 석진욱, 최종기, 정길조, 김정훈

[Kisti 연계] 대한전기학회 대한전기학회 학술대회논문집 1997 pp.203-205

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

In this paper, we present a useful method of estimating earth resistivity using BP algorithm in Neural-Networks. From this method, equivalent earth resistivity(EER) can be obtained directly using training data composed of field-measured apparent resistivity and probe distance. This approach can reduce errors which is conventionally raised from manual operation of calculating EER. To evaluate its accuracy and convenience, the result of proposed method is compared to that of conventional methods, graphical($\rho$-a graph) and numerical(CDEGS program), respectively.

18

적응 역전파 학습 알고리즘을 이용한 신경회로망 제어기 설계

최경미, 최윤호, 박진배

[Kisti 연계] 대한전기학회 대한전기학회 학술대회논문집 2007 pp.1730-1731

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

In this paper, we present a direct adaptive control method using neural networks for the control of nonlinear systems. The weights of neural networks are trained by an adaptive backpropagation algorithm based on Lyapunov stability theory. We develop the parameter update-laws using the neural network input and the error between the desired output and the output of nonlinear plant to update the weights of a neural network in the sense that Lyapunove stability theory. Beside the output tracking error is asymptotically converged to zero.

19

오류역전파 알고리즘의 Local maxima를 탈출하기 위한 방법에 관한 연구

서원택, 조범준

[Kisti 연계] 한국정보과학회 한국정보과학회 학술대회논문집 2001 pp.313-315

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

본 논문에서 소개하는 알고리즘을 은닉층의 뉴런의 수를 학습하는 동안 동적으로 변화시켜 역전파 알고리즘의 단점인 Local maxima를 탈출하고 또한 은닉층의 뉴런의 수를 결정하는 과정을 없애기 위해 연구되었다. 본 알고리즘의 성능을 평가하기 위해 두 가지 실험에 적용하였는데 첫번째는 Exclusive-OR 문제이고 두번째는 7$\times$8 한글 자음과 모음의 폰트 학습에 적용하였다. 이 실험의 결과로 네트웍이 local maxima에 빠져드는 확률이 줄어드는 것을 알 수 있었고 학습속도 또한 일반적인 역전파 알고리즘보다 빠른 것으로 증명되었다.

20

후향전파 알고리즘과 동적터널링 시스템을 조합한 다층신경망의 새로운 학습방법

조용현

[Kisti 연계] 대한전자공학회 電子工學會論文誌. Journal of the Korea institute of telematics and electronics. B Vol.b33 No.4 1996 pp.201-208

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

This paper proposes an efficient method for improving the training performance of the neural network using a hybrid of backpropagation algorithm and dynamic tunneling system.The backpropagation algorithm, which is the fast gradient descent method, is applied for high-speed optimization. The dynamic tunneling system, which is the deterministic method iwth a tunneling phenomenone, is applied for blobal optimization. Converging to the local minima by using the backpropagation algorithm, the approximate initial point for escaping the local minima is estimated by the pattern classification, and the simulation results show that the performance of proposed method is superior th that of backpropagation algorithm with randomized initial point settings.

 
1 2
페이지 저장