نتایج جستجو برای: layer perceptron mlp and adaptive neuro

تعداد نتایج: 16901938  

1996
Steve Lawrence Ah Chung Tsoi Andrew D. Back

We deene a Gamma multi-layer perceptron (MLP) as an MLP with the usual synaptic weights replaced by gamma lters (as proposed by de Vries and Principe (de Vries & Principe 1992)) and associated gain terms throughout all layers. We derive gradient descent update equations and apply the model to the recognition of speech phonemes. We nd that both the inclusion of gamma lters in all layers, and the...

2014
Emmanuel ADETIBA

Artificial Neural Network is widely used to learn data from systems for different types of applications. The capability of different types of Integrated Circuit (IC) based ANN structures also depends on the hardware backbone used for their implementation. In this work, Field Programmable Gate Array (FPGA) based Multilayer Perceptron Artificial Neural Network (MLP-ANN) neuron is developed. Exper...

Ali Gholami Ali Salehi kamran Mohsenifar,

To estimate the Cation Exchange Capacity (CEC), indirect manner used of Pedotransfer Functions (PTFs). CEC is one of the important soil fertility factors, and not measured directly because it is costly and time consuming. Thus, used from regression equations between easily and non-easily soil properties. The purpose of this research, is develop the PTFs for CEC, with use of easily available soi...

Journal: :iranian journal of fuzzy systems 2015
a. kalhor b. n. aarabi c. lucas b. tarvirdizadeh

in this paper, we introduce a takagi-sugeno (ts) fuzzy model which is derived from a typical multi-layer perceptron neural network (mlp nn). at first, it is shown that the considered mlp nn can be interpreted as a variety of ts fuzzy model. it is discussed that the utilized membership function (mf) in such ts fuzzy model, despite its flexible structure, has some major restrictions. after modify...

1997
Eric Ronco Peter J. Gawthrop

This report is a review of the main neuro-control technologies. Two main kinds of neuro-control approaches are distinguished. One entails developing a single controller from a neural network and the other one embeds a number of controllers inside a neural network. The single neuro-control approaches are mainly system inverse: the inverse of the system dynamics is used to control the system in a...

2012
T. Jurendić

In this study the correlation between lag factor G and Page ́s mathematical model parameter n was developed. Using the newly developed correlation the presence of internal or external resistance to moisture transfer during thermal drying can be verified. As modeling tools Artificial neural networks (ANN) and Adaptive neuro-fuzzy inference system (ANFIS) were used. The best model for determinatio...

Journal: :Expert Syst. Appl. 2016
Madjid Tavana Alireza Fallahpour Debora Di Caprio Francisco J. Santos-Arteaga

Supplier evaluation and selection constitutes a central issue in supply chain management (SCM). However, the data on which to base the corresponding choices in real life problems are often imprecise or vague, which has led to the introduction of fuzzy approaches. Predictive intelligent-based techniques, such as Artificial Neural Network (ANN) and Adaptive Neuro Fuzzy Inference System (ANFIS), h...

2010
Hamed Dehghan

This study proposed a model-based robust fault detection (RFD) method using soft computing techniques. Robust detection of the possible realistic incipient faults of an industrial gas turbine engine in steady-state conditions is mainly centered. For residual generation a bank of Multi-Layer perceptron (MLP) models, is used, Moreover, in fault detection phase, a passive approach based on Modelli...

The forecast of fluctuations and prices is the major concern in financial markets. Thus, developing an accurate and robust forecasting decision model is critically favorable to the investors. As gold has shown a special capability to smooth inflation fluctuations, governors use gold as a price controlling lever. Thus, more information about future gold price trends will help to make the firm de...

Journal: :Symmetry 2017
Sungju Lee Taikyeong T. Jeong

The goal of this paper is to compare and analyze the forecasting performance of two artificial neural network models (i.e., MLP (multi-layer perceptron) and DNN (deep neural network)), and to conduct an experimental investigation by data flow, not economic flow. In this paper, we investigate beyond the scope of simple predictions, and conduct research based on the merits and data of each model,...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->