نتایج جستجو برای: collective intelligence

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

Journal: :Computational Intelligence 2014
Ivan Marsá-Maestre Miguel A. López-Carmona Mark Klein Takayuki Ito Katsuhide Fujita

ADDRESSING UTILITY SPACE COMPLEXITY IN NEGOTIATIONS INVOLVING HIGHLY UNCORRELATED, CONSTRAINT-BASED UTILITY SPACES IVAN MARSA-MAESTRE,1 MIGUEL A. LOPEZ-CARMONA,1 MARK KLEIN,2 TAKAYUKI ITO,3 AND KATSUHIDE FUJITA3 1Computer Engineering Department, Universidad de Alcala, Madrid, Spain 2Center for Collective Intelligence, Massachusetts Institute of Technology, Cambridge, Massachusetts, USA 3School ...

2011
S. Nageeb Ali Navin Kartik

This paper studies a simple model of observational learning where agents care not only about the information of others but also about their actions. We show that despite complex strategic considerations that arise from forward-looking incentives, herd behavior can arise in equilibrium. The model encompasses applications such as sequential elections, public good contributions, and leadership cha...

2008
Bård Harstad

I investigate when side payments facilitate cooperation in a context with strategic delegation. On the one hand, allowing side payments may be necessary when one party’s participation constraint otherwise would be violated. On the other, with side payments each principal appoints a delegate that values the project less, because this increases her bargaining power. Reluctant agents, in turn, imp...

2014
Khaled Saleh Al Omoush

Web-based collective intelligence deserves and intends to become a full discipline with its formal framework, tools, measuring instruments, practical applications, and ethical field. As of yet, little attention has been paid to study the ethical dimension of harvesting the collective intelligence via Web-based collaborative systems. The present study aims to develop an ethical framework for the...

Journal: :Journal of Intelligent and Fuzzy Systems 2017
Maria Azahara Camacho-Magrinan Mercedes G. Merayo Manuel Núñez

Healthcare is one of the most important concerns of society, being extremely relevant the accuracy and quality of their services. Basically, eHealth can be considered as the area where electronic processes and communications are used to improve the quality of medical assistance. Despite the relative maturity of the field, recalls and problems related to medical devices, applications and service...

The proposed algorithm in this research is based on the multi-agent particle swarm optimization as a collective intelligence due to the connection between several simple components which enables them to regulate their behavior and relationships with the rest of the group according to certain rules. As a result, self-organizing in collective activities can be seen. Community structure is crucial...

2017
Qi Wang Mulin Chen Xuelong Li

The analysis of collective motion has attracted many researchers in artificial intelligence. Though plenty of works have been done on this topic, the achieved performance is still unsatisfying due to the complex nature of collective motions. By investigating the similarity of individuals, this paper proposes a novel framework for both quantifying and detecting collective motions. Our main contr...

2015
Ralf H. J. M. Kurvers Max Wolf Marc Naguib Jens Krause

Collective intelligence refers to the ability of groups to outperform individual decision-makers. At present, relatively little is known about the mechanisms promoting collective intelligence in natural systems. We here test a novel mechanism generating collective intelligence: self-organization according to information quality. We tested this mechanism by performing simulated predator detectio...

2007
Wenyan Yuan Yu Chen Rong Wang Zhongchao Du

This pape r traces the history of research for Collective Intelligence, and describes new forms of Collective Intelligence on the Internet so far especially from the view of Wcb2.0, 10 figure out what Collective Intelligence is, then makes analyses on those fonns to make clear the mechanism of Colledive Inte lligence on o.e Internel. As one Complcll: Adaptive System. Colledive Inte lligence is ...

2015
Ji Yeol Kim Junghoon Moon Cheul Rhee

Distinct types of collective intelligence are prominent over different countries. This study explores why some types of collective intelligence knowledge services flourish in some countries but not in others by employing an analogy related to Darwin’s evolutionary theory. This study uses geographical isolation theory and Hofstede’s cultural dimensions theory (such as the uncertainty avoidance i...

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

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

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