نتایج جستجو برای: fuzzy inference system anfis

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

Distributed flexible AC- transmission system (D-FACTS) is a recently advanced FACTS device with high flexibility and smaller size. The DPFC can control power flow in transmission lines, regulate bus voltages and it can also enhance stability margin in power grids. Adaptive-neural network-based fuzzy inference system (ANFIS) combines features of artificial neural network and fuzzy controller. Th...

ژورنال: علوم آب و خاک 2022

Accurate prediction of pore water pressure in the body of earth dams during construction with accurate methods is one of the most important components in managing the stability of earth dams. The main objective of this research is to develop hybrid models based on fuzzy neural inference systems and meta-heuristic optimization algorithms. In this regard, the fuzzy neural inference system and opt...

2018
Omar Suleiman Arabeyyat

Weather elements are the most important parameters in metrological and hydrological studies especially in semi-arid regions, like Jordan. The Adaptive Neuro-Fuzzy Inference System (ANFIS) is used here to predict the minimum and maximum temperature of rainfall for the next 10 years using 30 years’ time series data for the period from 1985 to 2015. Several models were used based on different memb...

2011
S R Navghare

Conventional control algorithms used in pH control systems give inefficient performance, leading to use of large mixers. To improve the neutralization control process, an ANFIS based advanced controller has been proposed. In this paper, method of design of adaptive controller based on neurofuzzy technique is presented. The method uses ANFIS methodology to automatically generate fuzzy rule base ...

2016
A. H. Mohamed K. H. Marzouk

The main goal of this research is to develop a novel optimum neuro-fuzzy system for diagnosis the complex and dynamic systems. .It has used the Particle Swarm Optimization (PSO) technique for training the Adaptive Neuro Fuzzy Inference System (ANFIS) off-line. The proposed system has applied for diagnosis the faults of two complex Photovoltaic (PV) systems. They are used to feed the power for l...

2016
B L Shivakumar

This paper proposes two different approaches for the prediction of type2 diabetes. Many different techniques have been used for the prediction of chronic diseases by different researchers. Among them Adaptive Neuro Fuzzy Inference system (ANFIS) is very popular and already used for the prediction of type 2 diabetes. In this paper, the proposed system is optimization of ANFIS using Genetic Algor...

Journal: :journal of mining and environment 0
h. fattahi department of mining engineering, arak university of technology, arak, iran

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...

2010
Hazlina Hamdan Jonathan M. Garibaldi

Fuzzy inference systems have been applied in recent years in various medical fields due to their ability to obtain good results featuring white-box models. Adaptive Neuro-Fuzzy Inference System (ANFIS), which combines adaptive neural network capabilities with the fuzzy logic qualitative approach, has been previously used in modelling survival of breast cancer patients based on patient groups de...

2004
Seref Naci Engin Janset Kuvulmaz Vasfi Emre Ömürlü

Since liquid tank systems are commonly used in industrial applications, system-related requirements results in many modeling and control problems because of their interactive use with other process control elements. Modeling stage is one of the most noteworthy parts in the design of a control system. Although nonlinear tank problems have been widely addressed in classical system dynamics, when ...

2013
Surya Prakash

This paper deals with the application of artificial neural network (ANN) and fuzzy based Adaptive Neuro Fuzzy Inference System(ANFIS) approach to Load Frequency Control (LFC) of multi unequal area hydro-thermal interconnected power system. The proposed ANFIS controller combines the advantages of fuzzy controller as well as quick response and adaptability nature of ANN. Area-1 and area-2 consist...

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

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

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