نتایج جستجو برای: fuzzy interference system anfis models were paralleled to configure a multi adaptive neuro

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

Journal: :journal of advances in computer research 0
masoumeh pourhasan department of computer engineering, faculty of engineering, chalous branch, islamic azad university, chalous, mazandaran, iran abbas karimi department of computer engineering, faculty of engineering, arak branch, islamic azad university, arak, markazi, iran

some applications are critical and must designed fault tolerant system. usually voting algorithm is one of the principle elements of a fault tolerant system. two kinds of voting algorithm are used in most applications, they are majority voting algorithm and weighted average algorithm these algorithms have some problems. majority confronts with the problem of threshold limits and voter of weight...

Journal: :journal of the iranian chemical research 0
vali zare-shahabadi young researchers club, mahshahr branch, islamic azad university, mahshahr, iran

toxicity of 38 aliphatic carboxylic acids was studied using non-linear quantitative structure-toxicityrelationship (qstr) models. the adaptive neuro-fuzzy inference system (anfis) was used to construct thenonlinear qstr models in all stages of study. two anfis models were developed based upon differentsubsets of descriptors. the first one used log ow k and lumo e as inputs and had good predicti...

Slope stability analysis is an enduring research topic in the engineering and academic sectors. Accurate prediction of the factor of safety (FOS) of slopes, their stability, and their performance is not an easy task. In this work, the adaptive neuro-fuzzy inference system (ANFIS) was utilized to build an estimation model for the prediction of FOS. Three ANFIS models were implemented including g...

Journal: :journal of medical signals and sensors 0
monire sheikh hosseini maryam zekri

image classification is an issue which utilizes image processing, pattern recognition and classification methods. automatic medical image classification is a progressive area in image classification and it expected to be more developed in the future. due to this fact that automatic diagnosis which use intelligent methods such as medical image classification can assist pathologists by providing ...

Bayatzadehfard, Z., Fattahi , H.,

Horizontal Directional Drilling (HDD) is extensively used in geothechnical engineering. In a variety of conditions it is essential to predict the torque required for performing the reaming operation. Nevertheless, there is presently not a convenient method to accomplish this task. To overcome this problem, in this research, the application of computational intelligence methods for data analysis...

Ali Vahidian Kamyad, Amir Hooshang Mohammadpour, Mohsen Foroughipour, Somayyeh Lotfi Noghabi,

Introduction: Epilepsy is a clinical syndrome in which seizures have a tendency to recur. Sodium valproate is the most effective drug in the treatment of all types of generalized seizures. Finding the optimal dosage (the lowest effective dose) of sodium valproate is a real challenge to all neurologists. In this study, a new approach based on Adaptive Neuro-Fuzzy Inference System (ANFIS) was pre...

2010
H. J. Kim T. W. Park L. Chung

The application of neuro-fuzzy inference system to predict the compressive strengths of concrete is presented in this study. To investigate the influence of various parameters which affect the compressive strength, 2000 data samples were used for the analysis. Adaptive neuro-fuzzy inference system (ANFIS) was introduced for training and testing the data obtained from technical literatures. To r...

2014
D. Chandra Sekhar

In this paper, an adaptive neuro fuzzy interference (ANFIS) based hybrid field oriented speed controlling of an induction motor is proposed. The proposed hybrid field oriented speed controller results attractive performance of induction motor with the potential features of both Artificial Neural network (ANN) and Fuzzy Logic Controller (FLC). In this topology the Artificial Neural Network (ANN)...

This study presents a robust and rigorous method based on intelligent models, namely radial basis function networks optimized by particle swarm optimization (PSO-RBF), multilayer perceptron neural networks (MLP-NNs), and adaptive neuro-fuzzy inference system optimized by particle swarm optimization methods (PSO-ANFIS), for predicting the equilibrium and kinetics of the adsorption of sulfur and ...

2013
Rajpal Singh Bhoopal Ramvir Singh Pradeep Kumar Sharma

In the present study, the adaptive neuro-fuzzy inference system (ANFIS) is developed for the prediction of effective thermal conductivity (ETC) of different fillers filled in polymer matrixes. The ANFIS uses a hybrid learning algorithm. The ANFIS is a class of adaptive networks that is functionally equivalent to fuzzy inference systems (FIS). The ANFIS is based on neuro-fuzzy model, trained wit...

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

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

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"; } -->