• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Collective Intelligence

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satnam Alag,

How is Collective Intelligence different from Artificial Intelligence.

Thank you,
Deepa
 
author and iconoclast
Posts: 24206
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepa,

Welcome to JavaRanch!

First, a bit of business: you may not have read our naming policy on the way in. It requires that you use a full, real (sounding) first and last name for your display name. A single name isn't enough. Most importantly, if you don't have a valid display name, you're not eligible for the book giveaway. You can change your display name here. Thanks!
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Collective intelligence is still very much about human intelligence (at least for now). Its when lot of folks collaborate together and share their experiences, deductions etc. Generally everyone benefits individually and thats their motivation to participate, and generally the sum is greater than the parts. Web provide an excellent platform for this to happen.

I suppose in far future you could have AI devices collaborating together sharing their experiences and learning from each other, getting better as well.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satna,
Generally speaking, Collective Intelligence is a way of making decisions through considering other persons opinions.
Do you think that way of working decreases our human thinking capabilies ?

Emmanuel
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Satnam,

What are some of the core mathematical principles behind the collective intelligence algorithms? What area(s) of mathematics has spawned most of the CI principles (number theory, set theory, etc.)

Scott
 
Author
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deepa,

To answer your question on how is Collective Intelligence and Artificial Intelligence related, I am going to quote a couple of sections from my book.

Chapter 1

Collective intelligence is about making your application more valuable by tapping into �Wise crowds�. More formally, Collective Intelligence (CI) as used in this book simply and concisely means,

�To effectively use the information provided by others to improve one�s application�.

This is a fairly broad definition of collective intelligence � one which makes use of all types of information, both inside and outside the application � to improve the application for a user. This book introduces you to concepts from the areas of machine learning, information retrieval, and data mining and demonstrates how you can add intelligence to your application. You will be exposed to how your application can learn about individual users by using their interactions and correlate their interactions with those of others to offer a highly personalized experience.



Let�s expand on our earlier definition of collective intelligence.

Collective intelligence of users in essence is
the intelligence that is extracted out from the collective set of interactions and contributions made by your users.
the use of this intelligence to act as a filter for what is valuable in your application for a user. This filter takes into account a user�s preferences and interactions to provide relevant information to the user.

This filter could be the simple influence that collective user information has on a user � perhaps a rating or a review written about a product as shown in Figure 1.1 or it maybe more involved � building models to recommend personalized content to a user. This book is focused towards building the more involved models to personalize your application.



Chapter 7


Data mining is the automated process of analyzing data to discover patterns and build predictive models. Data mining has a strong theoretical foundation and draws from many fields including mathematics, statistics, and machine learning. Machine learning is a part of artificial intelligence that deals with the development of algorithms that can be used by machines to learn the patterns in data in an automated manner. Data mining is different from data analysis, which typically deals with fitting data to already known models.




In short, Collective intelligence builds on techniques from the areas of artificial intelligence and information retrieval.
 
bacon. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic