نتایج جستجو برای: mfnn

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

Journal: :Neurocomputing 2021

In this work, we introduce a new modeling and inferential tool for dynamical processing of time series. The approach is called recurrent dictionary learning (RDL). proposed model reads as linear Gaussian Markovian state-space involving two operators, the state evolution observation matrices, that assumed to be unknown. These unknown operators (that can seen interpreted dictionaries) sequence hi...

This study investigates predictability, chaos analysis, wavelet decomposition and the performance of neural network models in forecasting the return series of the Tehran Stock Exchange Index (TEDPIX). For this purpose, the daily data from April 24, 2009 to May 3, 2012 is used. Results show that TEDPIX series is chaotic and predictable with nonlinear effect. Also, according to obtained inverse o...

2016
Emmanuel Bratsolis Eleni Charou Theocharis Tsenoglou Nikolaos Vassilas

This paper examines the utility of high-resolution airborne RGB orthophotos and LiDAR data for mapping residential land uses within the spatial limits of suburb of Athens, Greece. Modern remote sensors deliver ample information from the AOI (area of interest) for the estimation of 2D indicators or with the inclusion of elevation data 3D indicators for the classification of urban land. In this r...

Journal: :International journal of recent technology and engineering 2021

The nature of electric force and unsettling influences happened in power signal has gotten a significant issue between the providers & clients. For enhancing quality constant checking is required that being conveyed at client's destinations. Thusly, recognition “POWER QUALITY” aggravations, appropriate characterization D profoundly attractive. location appropriation frameworks are errands f...

Journal: :Expert Syst. Appl. 2009
Bahar Celikkol Erbas Spiro E. Stefanou

The use of the artificial neural networks in economics and business goes back to 1950s, while the major bulk of the applications have been developed in more recent years. Reviewing this literature indicates that the field of business benefits from the neural networks in a wide spectrum from prediction to classification, as most of the applications in economics primarily focus on the predictive ...

  این مطالعه برای پیش‌بینی بازدهی شاخص قیمت و بازده نقدی بورس اوراق بهادار تهران، آشوب را تحلیل و پیش‌بینی‌پذیری را بررسی کرده و نیز عملکرد انواع مدل ‌ های شبکۀ عصبی را با کمک داده‌های تجزیه‌شده با روش موجک ارزیابی کرده است. به‌همین منظور، از داده ‌ های سری‌زمانی روزانه و سری بازدهی شاخص قیمت و بازده نقدی بورس طی دورۀ زمانی ۵ فروردین ‌۱۳۸۸ تا ۱۸ اردیبهشت ۱۳۹۱ استفاده شده است. براساس نتایج این م...

Journal: :Computer methods and programs in biomedicine 2005
Fatimah Ibrahim Mohd Nasir Taib Wan Abu Bakar Wan Abas Chan Chong Guan Saadiah Sulaiman

Dengue fever (DF) is an acute febrile viral disease frequently presented with headache, bone or joint and muscular pains, and rash. A significant percentage of DF patients develop a more severe form of disease, known as dengue haemorrhagic fever (DHF). DHF is the complication of DF. The main pathophysiology of DHF is the development of plasma leakage from the capillary, resulting in haemoconcen...

Journal: :international journal of energy and environmental engineering 2011
roozbeh zomorodian mohsen rezasoltani mohammad bagher ghofrani

in this paper, the application of neural networks for simulation and optimization of the cogeneration systems has been presented. cgam problem, a benchmark in cogeneration systems, is chosen as a casestudy. thermodynamic model includes precise modeling of the whole plant. for simulation of the steadysate behavior, the static neural network is applied. then using dynamic neural network, plant is...

Journal: :Energy and Buildings 2021

During the last few years, multi-objective optimization processes have become one of main challenges for energy efficiency in buildings. In this work, a new efficient method, based on Building Performance Optimization (BPO) technique, has been developed to improve indoor thermal comfort and performance residential buildings, i.e. Moroccan ground floor + first (GFFF) house located Marrakech regi...

Abbas Ali Abounoori Esmaeil Naderi Hanieh Mohammadali Nadiya Gandali Alikhani

During the recent decades, neural network models have been focused upon by researchers due to their more real performance and on this basis, different types of these models have been used in forecasting. Now, there is a question that which kind of these models has more explanatory power in forecasting the future processes of the stock. In line with this, the present paper made a comparison betw...

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

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

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