نتایج جستجو برای: network structure

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

In the present work, an artificial neural network (ANN) model was used to study the quantitative structure retention relationship (QSRR) of retention index (RI) of some volatile compounds in natural cocoa and conched chocolate powder. Molecular structural descriptors are selected using genetic algorithm to construct the nonlinear QSRR models, kernel partial least squares PLS (KPLS) and Levenber...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه رازی - پژوهشکده فنی و مهندسی 1388

asymmetric polyethersulfone (pes) microfiltration flat sheet membranes were composed by the phase inversion method (pim) and were used as supports. composite membranes were fabricated by coating silicone rubber as selective layer. effect of different concentrations of pes and pdms and different solvent such as nmp, dmf and dms effects as pes solvents and support thickness and different coagulat...

Journal: مدیریت شهری 2015
Hosein Esmaili Sangari, Vahid Eilaee,

This long-lasting point in his life due to economic developments, social and cultural development of the Industrial Revolution, the foundation has been transformed. Today, the need for rehabilitation and restoration of these islands what the city increases, the need to develop a coherent and logical connection between the old and new areas to preserve and enhance the integrity and identity of...

Dynamic network data envelopment analysis (DNDEA) has attracted a lot of attention in recent years. On one hand the available models in DNDEA evaluating the performance of a DMU with interrelated processes during specified multiple periods but on the other hand they can only measure the efficiency of dynamic network structure when a supply chain structure present. For example, in the banking in...

Journal: :محیط شناسی 0
حمید زارع ابیانه دانشیار گروه مهندسی آب دانشکدة کشاورزی دانشگاه بوعلی سینا مریم بیات ورکشی دانشجوی دکترای آبیاری و زهکشی دانشکدة کشاورزی دانشگاه بوعلی سینا جابر بیات ورکشی دانشجوی کارشناسی ارشد آبیاری و زهکشی دانشکدة کشاورزی دانشگاه شهرکرد

in this study artificial neural network (ann) was used for modeling of wastewater treatment plants with using. for this purpose, the base of the quality parameters measured at the plant input, plant output value was predicted. neural network input data, including temperature (t), biochemical oxygen demand (bod), chemical oxygen demand (cod), total suspended solids (tss), total solids (ts) and p...

Journal: :معماری و شهرسازی 0
اسفندیار زبردست دانشگاه تهران، دکترای شهرسازی

multi-criteria evaluation methods (mcem) have been widely used in the scientific arena as well as in urban and regional planning. the analytic network process (anp) is one the mcem that includes relevant tangible as well as intangible criteria and sub-criteria. it allows for a more complex relationship among the decision levels and attributes, as it does not require a strict hierarchical struct...

2007
Sinan Aral Arun Sundararajan

We investigate the long held but empirically untested assumption that diverse networks drive performance by providing access to novel information. We build and validate an analytical model of information diversity, develop theory linking network structure to the distribution of novel information among actors and their performance, and test our theory using a unique ten month panel of email comm...

2016
Ani Calinescu Janet Efstathiou

Networked systems, natural or designed, have always been part of life. Their sophistication degree and complexity have increased through either natural evolution or technological progress. However, recent theoretical results have shown that a previously unexpected number of different classes of networks share similar network architectures and universal laws. Examples of such networks include me...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Enghin Atalay Ali Hortaçsu James Roberts Chad Syverson

Complex social networks have received increasing attention from researchers. Recent work has focused on mechanisms that produce scale-free networks. We theoretically and empirically characterize the buyer-supplier network of the US economy and find that purely scale-free models have trouble matching key attributes of the network. We construct an alternative model that incorporates realistic fea...

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

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

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