SlideShare a Scribd company logo
1 of 32
Download to read offline
Motiv. Def. Desi. Impl. Conclu. Biblio.
Bayesian Networks to Predict Reputation in
Virtual Learning Communities
Luis Chamba-Eras A, B
Ana Arruarte and Jon Ander Elorriaga B
A Carrera de Ingenier´ıa en Sistemas - Universidad Nacional de Loja (UNL),
Ecuador
B Computer Languages and Systems Department - University of the Basque
Country (UPV/EHU), Ga-Lan Group, Spain
”2016 IEEE Latin American Conference on Computational Intelligence”
Cartagena-Colombia: 2-4 November 2016
1 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
2 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
3 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Motivations
• With the Internet Of Things and the support given by the In-
formation and Communication Technologies, real time partic-
ipation and collaboration between individuals in different geo-
graphical locations is a reality in e-learning.
• Currently there is great interest in predicting the indirect trust
or reputation among members of a Virtual Learning Commu-
nities (VLC): students and teachers. Any trust and reputation
model have been implemented in the field of education, partic-
ularly in the VLC using aggregation algorithms, to estimate the
capture of previous interactions of the members on resources
or activities value reputation.
4 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
This is the reality!
• ”I like” or ”I don’t like”
Figure 1: Sites that implement social computing
5 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
6 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Preliminary concepts
• Bayesian Networks (BN), known as probabilistic models or be-
lief networks, have been investigated due to a growing interest
in predicting future events, a BN in general is a relationships
network that uses statistical methods to represent probability
relationships between different nodes. It is a compact repre-
sentation of the joint probability distribution to reason under
uncertainty.
• Virtual Learning Communities (VLC), enabling members to pro-
duce knowledge, resulting from social interaction in a collabo-
rative learning process.
• Trust, concept is complex, so there are multiple definitions in
different contexts, initially, it was defined as the extent to which
an individual has confidence and is willing to interact with some-
one based on words, actions and decisions of others.
7 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Preliminary concepts
• Reputation, it is defined as the opinion that someone has about
something or somebody collected through indirect experiences.
The reputation of a member of a VLC is the opinion that other
members have on him. This opinion is based on the record of
positive and negative interactions executed by them.
• Positive reinforcement, is the reward offered to the member of
the VLC after performing a desired behavior, thereby determin-
ing the presence of this reward increases the probability that a
behavior will occur.
• Negative reinforcement, is the result offered to the member
after the appearance of unwanted conduct.
8 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Preliminary concepts
• Online reputation, mid systems and unmediated. The mid sys-
tems, from simple systems are the spaces type of review of
consumers using aggregation algorithms, for example as type
consumer review sites: Yelp, Amazon, eBay, TripAdvisor, Re-
alSelf.com, Menelaus, IMD, among others, or, to complex sys-
tems ratings as Moody. The unmediated systems are those in
which the information provided by community members flows
freely between all of them while mid systems needs a third agent
that collects, stores, organizes and publishes. Examples of not
mediated systems are recommendation letters such as those in
LinkedIn, StackOverflow, reports Infojob, word of mouth net-
works such as Facebook or forums.
9 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Related work
Related work combining BN, trust and reputation:
• Trang Nguye et al.
• L´opez-Faican et al.
• Daniel et al.
• Qi et al.
• Li et al.
• Jøsang et al.
• Patel et al.
• Aciar et al.
10 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
11 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Previous definitions
Figure 2: Acronyms of the context
12 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Factors: direct experience and reputation
• Direct experience (F1): it is based on satisfaction concept and
it is a critical factor. Direct experience is obtained interact-
ing with the ISs in the VLC. This is not always equal since in
every society there are different points of view. An aggrega-
tion algorithm adapted to the VLC area, calculates the direct
experience considering the interaction of members of the VLC
with resources and learning activities managed in an LMS. Con-
cretely, the algorithm considers the ”I like” actions (positive
reinforcement) and ”I don’t like” actions (negative reinforce-
ment) that each member performs on the resources/activities
used and managed by the LMS.
13 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Factors: direct experience and reputation
• Reputation (F2): in our proposal reputation factor (F2) is cal-
culated from past interactions achieved through direct experi-
ence (F1) between ISs in the VLC. The reputation of a member
is the opinion that the other members have on him. This opin-
ion is based on the history of positive and negative interactions
carried out by them. People trust more in those individuals
that have higher affinity. This factor is useful when there is
little previous direct experience between the IS in the VLC.
14 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Bayesian Network Model
Figure 3: BN factor by reputation of the TM
15 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Formalization Bayesian Network
Bayes Theorem:
Figure 4: Bayes Theorem
16 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Formalization Bayesian Network
Initial training values: estimates for positive/negative reputation
Figure 5: Training values BN
17 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Formalization Bayesian Network
Initial training values: positive reputation estimated values
Figure 6: Positive reputation estimated values
18 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Formalization Bayesian Network
Initial training values: negative reputation estimated values
Figure 7: Negative reputation estimated values
19 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Formalization Bayesian Network
BN obtains for each member the probability of positive and negative
reputation.
Figure 8: Estimation of positive and negative reputation for individual
member in VLC
20 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
21 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Implementation details in Moodle
• LMS Moodle 2.8.2.
• Moodle Core, new modules and plugins.
• Implement the direct experience and reputation.
• Show resources: https://goo.gl/dOd6gO
22 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Implementation details in Moodle
The prototype enables two options ”I like” or ”I don’t like” on the LA
and LR, which will be evaluated by each member based objectively
on the contribution of these to their learning.
Figure 9: Implementation of ”I like” or ”I don’t like” in the forum activity
by direct experience
23 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Implementation details in Moodle
When the member is on the VLC the ”trustmodel” block presents
summary information of the scores that the member has achieved.
Figure 10: Trust data based on the TM for each member in the VLC by
reputation
24 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Using real scenario in VLC
The prototype in real scenario for VLC, the process was as follows:
1. Start and management the virtual community for learning ”Math-
ematical Software” in Web.
2. 24 members enrolled in VLC, two teachers and 22 students.
3. Teachers tutoring and sharing activities/resources in VLC for
two month.
4. Interaction and participate with members in VLC.
5. Recollected dataset about reputation factor in prototype using
the ”trustmodel” block.
6. Comparison the dataset with the BN training values implement
in BayesiaLab.
25 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Using real scenario in VLC
The values calculated by positive reputation compared to estimates
reputation using the BN with the software BayesiaLab, identified
that there are small differences between the values calculated with
the prototype and BayesiaLab.
Figure 11: Comparative reputation result
26 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
27 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Conclusions and future work
• The main contributions of this paper are the development and
implement the BN for predicting reputation of members of VLC.
• In this paper, we present the design of a BN that predicts repu-
tation from past interactions achieved through direct experience
between members of a VLC. It has been implemented in the
Moodle LMS.
• In the work presented here the eBay aggregation algorithm
adapted to the VLC area has been implemented. It calculates
the direct experience considering the interaction of members
of the VLC with resources and learning activities managed in
the Moodle. The algorithm considers the behavioral Psychol-
ogy with ”I like” actions as positive reinforcement and ”I don’t
like” actions as negative reinforcement.
28 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Conclusions and future work
• In our work the past interaction is gathered from direct experi-
ence factor and use to predict value reputation factor.
• As future work, consider the views of members with different
features present in a VLC and combining the BN with other Ar-
tificial Intelligence techniques as Natural Language Processing
to identify through forums reputation.
29 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Outline
Motivations
Definitions and related work
Design of the Bayesian Network
Implementation of prototype
Conclusions and future work
Bibliography
30 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
Bibliography
• Aguilar, J. (2015). Confianza y reputaci´on en Sistemas Multi-Agentes.
Universidad de los Andes.
• Chamba-Eras, L. (2011). Modelo de Confianza para Objetos de
Aprendizaje en Comunidades Virtuales. Master Thesis. Universidad
del Pa´ıs Vasco.
• Esfandiari, B. and Chandrasekharan, S. (2001). On how agents make
friends: Mechanisms for trust acquisition. In Proceedings of the
Fourth Workshop on Deception, Fraud and Trust in Agent Societies,
pages 27-34, Montreal, Canada.
• Gambetta, D. (1990). Trust: Making and Breaking Cooperative Rela-
tions, chapter Can We Trust Trust?, pages 213-237. Basil Blackwell,
Oxford.
• Garc´ıa, A. (Ed.), Ruiz, C. y Dom´ınguez, F. (2007). De la educaci´on
a distancia a la educaci´on virtual. Barcelona: Ariel.
31 / 32
Motiv. Def. Desi. Impl. Conclu. Biblio.
(Creative Commons) BY-NC-SA
Thanks,
Researchers: Luis Chamba-Eras, Ana Arruarte and Jon A. Elorriaga
email: lachamba@unl.edu.ec, a.arruarte@ehu.eus, jon.elorriaga@ehu.eus
Research Group: Ga-Lan, http://galan.ehu.es
Twitter: @lachamba
32 / 32

More Related Content

What's hot

Defense
DefenseDefense
Defenseac2182
 
Multilevel Collaboration between Software Developers and the Impact of Proxim...
Multilevel Collaboration between Software Developers and the Impact of Proxim...Multilevel Collaboration between Software Developers and the Impact of Proxim...
Multilevel Collaboration between Software Developers and the Impact of Proxim...Dawn Foster
 
LAK13 Tutorial Social Network Analysis 4 Learning Analytics
LAK13 Tutorial Social Network Analysis 4 Learning AnalyticsLAK13 Tutorial Social Network Analysis 4 Learning Analytics
LAK13 Tutorial Social Network Analysis 4 Learning Analyticsgoehnert
 
Social Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to ToolsSocial Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to ToolsPatti Anklam
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...Jeromy Anglim
 
A Guide to Social Network Analysis
A Guide to Social Network AnalysisA Guide to Social Network Analysis
A Guide to Social Network AnalysisOlivier Serrat
 
A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...Stephanie Richter
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network AnalysisPatti Anklam
 
2009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 20072009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 2007Marc Smith
 
Visualizing Community through Social Network Analysis
Visualizing Community through Social Network AnalysisVisualizing Community through Social Network Analysis
Visualizing Community through Social Network AnalysisStephanie Richter
 
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...Adrien Joly
 
2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvanaMarc Smith
 
Activating Online Collaborative Communities
Activating Online Collaborative CommunitiesActivating Online Collaborative Communities
Activating Online Collaborative CommunitiesCommunitySense
 
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
Mining and analyzing social media   part 2 - hicss47 tutorial - dave kingMining and analyzing social media   part 2 - hicss47 tutorial - dave king
Mining and analyzing social media part 2 - hicss47 tutorial - dave kingDave King
 
Personalizing the web building effective recommender systems
Personalizing the web building effective recommender systemsPersonalizing the web building effective recommender systems
Personalizing the web building effective recommender systemsAravindharamanan S
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Xiaohan Zeng
 
Analysis of Overlapping Communities in Signed Complex Networks
Analysis of Overlapping Communities in Signed Complex NetworksAnalysis of Overlapping Communities in Signed Complex Networks
Analysis of Overlapping Communities in Signed Complex NetworksMohsen Shahriari
 

What's hot (20)

Defense
DefenseDefense
Defense
 
Multilevel Collaboration between Software Developers and the Impact of Proxim...
Multilevel Collaboration between Software Developers and the Impact of Proxim...Multilevel Collaboration between Software Developers and the Impact of Proxim...
Multilevel Collaboration between Software Developers and the Impact of Proxim...
 
LAK13 Tutorial Social Network Analysis 4 Learning Analytics
LAK13 Tutorial Social Network Analysis 4 Learning AnalyticsLAK13 Tutorial Social Network Analysis 4 Learning Analytics
LAK13 Tutorial Social Network Analysis 4 Learning Analytics
 
Social Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to ToolsSocial Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to Tools
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...
 
A Guide to Social Network Analysis
A Guide to Social Network AnalysisA Guide to Social Network Analysis
A Guide to Social Network Analysis
 
A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
2009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 20072009 Node XL Overview: Social Network Analysis in Excel 2007
2009 Node XL Overview: Social Network Analysis in Excel 2007
 
Visualizing Community through Social Network Analysis
Visualizing Community through Social Network AnalysisVisualizing Community through Social Network Analysis
Visualizing Community through Social Network Analysis
 
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...
PhD Defense - A Context Management Framework based on Wisdom of Crowds for So...
 
2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana2009-Social computing-First steps to netviz nirvana
2009-Social computing-First steps to netviz nirvana
 
CSE509 Lecture 6
CSE509 Lecture 6CSE509 Lecture 6
CSE509 Lecture 6
 
Activating Online Collaborative Communities
Activating Online Collaborative CommunitiesActivating Online Collaborative Communities
Activating Online Collaborative Communities
 
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
Mining and analyzing social media   part 2 - hicss47 tutorial - dave kingMining and analyzing social media   part 2 - hicss47 tutorial - dave king
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
 
Personalizing the web building effective recommender systems
Personalizing the web building effective recommender systemsPersonalizing the web building effective recommender systems
Personalizing the web building effective recommender systems
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Analysis of Overlapping Communities in Signed Complex Networks
Analysis of Overlapping Communities in Signed Complex NetworksAnalysis of Overlapping Communities in Signed Complex Networks
Analysis of Overlapping Communities in Signed Complex Networks
 

Similar to Bayesian Networks to Predict Reputation in Virtual Learning Communities

2015-11-11 research seminar
2015-11-11 research seminar2015-11-11 research seminar
2015-11-11 research seminarifi8106tlu
 
CFMC NWLC 20100902
CFMC NWLC 20100902CFMC NWLC 20100902
CFMC NWLC 20100902Janet Shing
 
Graph Neural Networks for Social Recommendation.pptx
Graph Neural Networks for Social Recommendation.pptxGraph Neural Networks for Social Recommendation.pptx
Graph Neural Networks for Social Recommendation.pptxssuser2624f71
 
Fundamentals of Deep Recommender Systems
 Fundamentals of Deep Recommender Systems Fundamentals of Deep Recommender Systems
Fundamentals of Deep Recommender SystemsWQ Fan
 
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...eraser Juan José Calderón
 
Designing Problem Based Learning Online
Designing Problem Based Learning OnlineDesigning Problem Based Learning Online
Designing Problem Based Learning OnlineDavid Jennings
 
Global Redirective Practices: an online workshop for a client
Global Redirective Practices: an online workshop for a clientGlobal Redirective Practices: an online workshop for a client
Global Redirective Practices: an online workshop for a clientSean Connolly
 
ONA and the tools landscape
ONA and the tools landscapeONA and the tools landscape
ONA and the tools landscapePatti Anklam
 
CFMC NWLC 20101021
CFMC NWLC 20101021CFMC NWLC 20101021
CFMC NWLC 20101021Janet Shing
 
User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks Shah Alam Sabuj
 
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...Matthew Rowe
 
The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...Dr. Rob Duncan
 
Co-creation of Learning and Social CRM
Co-creation of Learning and Social CRMCo-creation of Learning and Social CRM
Co-creation of Learning and Social CRMDarshan Desai
 
Global Redirective Practices
Global Redirective PracticesGlobal Redirective Practices
Global Redirective PracticesKshitiz Anand
 
Designing and using group software through patterns
Designing and using group software through patternsDesigning and using group software through patterns
Designing and using group software through patternsKyle Mathews
 
ME290 Global Engineering Professional Seminar Knowl.docx
ME290  Global Engineering Professional Seminar Knowl.docxME290  Global Engineering Professional Seminar Knowl.docx
ME290 Global Engineering Professional Seminar Knowl.docxandreecapon
 

Similar to Bayesian Networks to Predict Reputation in Virtual Learning Communities (20)

Learning Analytics BETT2013
Learning Analytics BETT2013Learning Analytics BETT2013
Learning Analytics BETT2013
 
2015-11-11 research seminar
2015-11-11 research seminar2015-11-11 research seminar
2015-11-11 research seminar
 
CFMC NWLC 20100902
CFMC NWLC 20100902CFMC NWLC 20100902
CFMC NWLC 20100902
 
Graph Neural Networks for Social Recommendation.pptx
Graph Neural Networks for Social Recommendation.pptxGraph Neural Networks for Social Recommendation.pptx
Graph Neural Networks for Social Recommendation.pptx
 
Fundamentals of Deep Recommender Systems
 Fundamentals of Deep Recommender Systems Fundamentals of Deep Recommender Systems
Fundamentals of Deep Recommender Systems
 
Design challenges for future learning
Design challenges for future learningDesign challenges for future learning
Design challenges for future learning
 
sm@jgc Session Three
sm@jgc Session Threesm@jgc Session Three
sm@jgc Session Three
 
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
 
Designing Problem Based Learning Online
Designing Problem Based Learning OnlineDesigning Problem Based Learning Online
Designing Problem Based Learning Online
 
Global Redirective Practices: an online workshop for a client
Global Redirective Practices: an online workshop for a clientGlobal Redirective Practices: an online workshop for a client
Global Redirective Practices: an online workshop for a client
 
ONA and the tools landscape
ONA and the tools landscapeONA and the tools landscape
ONA and the tools landscape
 
Aera CVLE presentation
Aera CVLE presentationAera CVLE presentation
Aera CVLE presentation
 
CFMC NWLC 20101021
CFMC NWLC 20101021CFMC NWLC 20101021
CFMC NWLC 20101021
 
User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks
 
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
 
The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...The role of online social networks in inter-firm collaborative innovation and...
The role of online social networks in inter-firm collaborative innovation and...
 
Co-creation of Learning and Social CRM
Co-creation of Learning and Social CRMCo-creation of Learning and Social CRM
Co-creation of Learning and Social CRM
 
Global Redirective Practices
Global Redirective PracticesGlobal Redirective Practices
Global Redirective Practices
 
Designing and using group software through patterns
Designing and using group software through patternsDesigning and using group software through patterns
Designing and using group software through patterns
 
ME290 Global Engineering Professional Seminar Knowl.docx
ME290  Global Engineering Professional Seminar Knowl.docxME290  Global Engineering Professional Seminar Knowl.docx
ME290 Global Engineering Professional Seminar Knowl.docx
 

More from Universidad Nacional de Loja

Democratización del aprendizaje de la inteligencia artificial desde edades te...
Democratización del aprendizaje de la inteligencia artificial desde edades te...Democratización del aprendizaje de la inteligencia artificial desde edades te...
Democratización del aprendizaje de la inteligencia artificial desde edades te...Universidad Nacional de Loja
 
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...Universidad Nacional de Loja
 
Clase 2- Introducción a los Proyectos Informáticos
Clase 2- Introducción a los Proyectos InformáticosClase 2- Introducción a los Proyectos Informáticos
Clase 2- Introducción a los Proyectos InformáticosUniversidad Nacional de Loja
 
Clase1- Introducción a la Gestión de Proyectos Informáticos
Clase1- Introducción a la Gestión de Proyectos InformáticosClase1- Introducción a la Gestión de Proyectos Informáticos
Clase1- Introducción a la Gestión de Proyectos InformáticosUniversidad Nacional de Loja
 
Clase1- Introducción a los Proyectos Informáticos
Clase1- Introducción a los Proyectos InformáticosClase1- Introducción a los Proyectos Informáticos
Clase1- Introducción a los Proyectos InformáticosUniversidad Nacional de Loja
 
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020 Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020 Universidad Nacional de Loja
 
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020Universidad Nacional de Loja
 
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020Universidad Nacional de Loja
 
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...Universidad Nacional de Loja
 
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearning
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearningRol del Tutor en el proceso de enseñanza-aprendizaje eLearning
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearningUniversidad Nacional de Loja
 
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0Universidad Nacional de Loja
 
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...Universidad Nacional de Loja
 
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...Universidad Nacional de Loja
 
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingeniería
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingenieríaMDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingeniería
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingenieríaUniversidad Nacional de Loja
 
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovación
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovaciónCurso Ciencia 2.0: Recursos para aprendizaje, investigación e innovación
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovaciónUniversidad Nacional de Loja
 
Curso Ciencia 2.0: Recursos para el docente universitario
Curso Ciencia 2.0: Recursos para el docente universitarioCurso Ciencia 2.0: Recursos para el docente universitario
Curso Ciencia 2.0: Recursos para el docente universitarioUniversidad Nacional de Loja
 

More from Universidad Nacional de Loja (20)

Democratización del aprendizaje de la inteligencia artificial desde edades te...
Democratización del aprendizaje de la inteligencia artificial desde edades te...Democratización del aprendizaje de la inteligencia artificial desde edades te...
Democratización del aprendizaje de la inteligencia artificial desde edades te...
 
¿Dónde publicar?
¿Dónde publicar?¿Dónde publicar?
¿Dónde publicar?
 
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...
Clase3 - Metodología de la Investigación en Ciencias de la Computación: Intro...
 
Clase 2- Introducción a los Proyectos Informáticos
Clase 2- Introducción a los Proyectos InformáticosClase 2- Introducción a los Proyectos Informáticos
Clase 2- Introducción a los Proyectos Informáticos
 
Clase1- Introducción a la Gestión de Proyectos Informáticos
Clase1- Introducción a la Gestión de Proyectos InformáticosClase1- Introducción a la Gestión de Proyectos Informáticos
Clase1- Introducción a la Gestión de Proyectos Informáticos
 
Clase1- Introducción a los Proyectos Informáticos
Clase1- Introducción a los Proyectos InformáticosClase1- Introducción a los Proyectos Informáticos
Clase1- Introducción a los Proyectos Informáticos
 
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020 Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos II - abril-septiembre 2020
 
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020
Encuadre de la Asignatura de Proyectos Informáticos I - abril-septiembre 2020
 
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020
Encuadre de la Asignatura de Inteligencia Artificial - abril-septiembre 2020
 
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...
Metodologías, recursos, y recomendaciones prácticas para preparar un curso en...
 
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearning
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearningRol del Tutor en el proceso de enseñanza-aprendizaje eLearning
Rol del Tutor en el proceso de enseñanza-aprendizaje eLearning
 
Machine Learning para Wawas
Machine Learning para WawasMachine Learning para Wawas
Machine Learning para Wawas
 
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0
Inteligencia Artificial en la Educación: Machine Learning y Scratch 3.0
 
Cienciometria y desarrollo de colecciones
Cienciometria y desarrollo de coleccionesCienciometria y desarrollo de colecciones
Cienciometria y desarrollo de colecciones
 
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...
La Tecnología en las Tendencias de Innovación Educativa: Aprendizaje mediado ...
 
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...
MDE para identificar la relación entre el IQ, IM, EA, IE de estudiantes de in...
 
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingeniería
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingenieríaMDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingeniería
MDE para identificar la relación de IQ, IM, EA, IE de estudiantes de ingeniería
 
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovación
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovaciónCurso Ciencia 2.0: Recursos para aprendizaje, investigación e innovación
Curso Ciencia 2.0: Recursos para aprendizaje, investigación e innovación
 
Curso Ciencia 2.0: Recursos para el docente universitario
Curso Ciencia 2.0: Recursos para el docente universitarioCurso Ciencia 2.0: Recursos para el docente universitario
Curso Ciencia 2.0: Recursos para el docente universitario
 
Curso Ciencia 2.0: NMC Horizon Report 2017
Curso Ciencia 2.0: NMC Horizon Report 2017Curso Ciencia 2.0: NMC Horizon Report 2017
Curso Ciencia 2.0: NMC Horizon Report 2017
 

Recently uploaded

Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 

Recently uploaded (20)

Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 

Bayesian Networks to Predict Reputation in Virtual Learning Communities

  • 1. Motiv. Def. Desi. Impl. Conclu. Biblio. Bayesian Networks to Predict Reputation in Virtual Learning Communities Luis Chamba-Eras A, B Ana Arruarte and Jon Ander Elorriaga B A Carrera de Ingenier´ıa en Sistemas - Universidad Nacional de Loja (UNL), Ecuador B Computer Languages and Systems Department - University of the Basque Country (UPV/EHU), Ga-Lan Group, Spain ”2016 IEEE Latin American Conference on Computational Intelligence” Cartagena-Colombia: 2-4 November 2016 1 / 32
  • 2. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 2 / 32
  • 3. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 3 / 32
  • 4. Motiv. Def. Desi. Impl. Conclu. Biblio. Motivations • With the Internet Of Things and the support given by the In- formation and Communication Technologies, real time partic- ipation and collaboration between individuals in different geo- graphical locations is a reality in e-learning. • Currently there is great interest in predicting the indirect trust or reputation among members of a Virtual Learning Commu- nities (VLC): students and teachers. Any trust and reputation model have been implemented in the field of education, partic- ularly in the VLC using aggregation algorithms, to estimate the capture of previous interactions of the members on resources or activities value reputation. 4 / 32
  • 5. Motiv. Def. Desi. Impl. Conclu. Biblio. This is the reality! • ”I like” or ”I don’t like” Figure 1: Sites that implement social computing 5 / 32
  • 6. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 6 / 32
  • 7. Motiv. Def. Desi. Impl. Conclu. Biblio. Preliminary concepts • Bayesian Networks (BN), known as probabilistic models or be- lief networks, have been investigated due to a growing interest in predicting future events, a BN in general is a relationships network that uses statistical methods to represent probability relationships between different nodes. It is a compact repre- sentation of the joint probability distribution to reason under uncertainty. • Virtual Learning Communities (VLC), enabling members to pro- duce knowledge, resulting from social interaction in a collabo- rative learning process. • Trust, concept is complex, so there are multiple definitions in different contexts, initially, it was defined as the extent to which an individual has confidence and is willing to interact with some- one based on words, actions and decisions of others. 7 / 32
  • 8. Motiv. Def. Desi. Impl. Conclu. Biblio. Preliminary concepts • Reputation, it is defined as the opinion that someone has about something or somebody collected through indirect experiences. The reputation of a member of a VLC is the opinion that other members have on him. This opinion is based on the record of positive and negative interactions executed by them. • Positive reinforcement, is the reward offered to the member of the VLC after performing a desired behavior, thereby determin- ing the presence of this reward increases the probability that a behavior will occur. • Negative reinforcement, is the result offered to the member after the appearance of unwanted conduct. 8 / 32
  • 9. Motiv. Def. Desi. Impl. Conclu. Biblio. Preliminary concepts • Online reputation, mid systems and unmediated. The mid sys- tems, from simple systems are the spaces type of review of consumers using aggregation algorithms, for example as type consumer review sites: Yelp, Amazon, eBay, TripAdvisor, Re- alSelf.com, Menelaus, IMD, among others, or, to complex sys- tems ratings as Moody. The unmediated systems are those in which the information provided by community members flows freely between all of them while mid systems needs a third agent that collects, stores, organizes and publishes. Examples of not mediated systems are recommendation letters such as those in LinkedIn, StackOverflow, reports Infojob, word of mouth net- works such as Facebook or forums. 9 / 32
  • 10. Motiv. Def. Desi. Impl. Conclu. Biblio. Related work Related work combining BN, trust and reputation: • Trang Nguye et al. • L´opez-Faican et al. • Daniel et al. • Qi et al. • Li et al. • Jøsang et al. • Patel et al. • Aciar et al. 10 / 32
  • 11. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 11 / 32
  • 12. Motiv. Def. Desi. Impl. Conclu. Biblio. Previous definitions Figure 2: Acronyms of the context 12 / 32
  • 13. Motiv. Def. Desi. Impl. Conclu. Biblio. Factors: direct experience and reputation • Direct experience (F1): it is based on satisfaction concept and it is a critical factor. Direct experience is obtained interact- ing with the ISs in the VLC. This is not always equal since in every society there are different points of view. An aggrega- tion algorithm adapted to the VLC area, calculates the direct experience considering the interaction of members of the VLC with resources and learning activities managed in an LMS. Con- cretely, the algorithm considers the ”I like” actions (positive reinforcement) and ”I don’t like” actions (negative reinforce- ment) that each member performs on the resources/activities used and managed by the LMS. 13 / 32
  • 14. Motiv. Def. Desi. Impl. Conclu. Biblio. Factors: direct experience and reputation • Reputation (F2): in our proposal reputation factor (F2) is cal- culated from past interactions achieved through direct experi- ence (F1) between ISs in the VLC. The reputation of a member is the opinion that the other members have on him. This opin- ion is based on the history of positive and negative interactions carried out by them. People trust more in those individuals that have higher affinity. This factor is useful when there is little previous direct experience between the IS in the VLC. 14 / 32
  • 15. Motiv. Def. Desi. Impl. Conclu. Biblio. Bayesian Network Model Figure 3: BN factor by reputation of the TM 15 / 32
  • 16. Motiv. Def. Desi. Impl. Conclu. Biblio. Formalization Bayesian Network Bayes Theorem: Figure 4: Bayes Theorem 16 / 32
  • 17. Motiv. Def. Desi. Impl. Conclu. Biblio. Formalization Bayesian Network Initial training values: estimates for positive/negative reputation Figure 5: Training values BN 17 / 32
  • 18. Motiv. Def. Desi. Impl. Conclu. Biblio. Formalization Bayesian Network Initial training values: positive reputation estimated values Figure 6: Positive reputation estimated values 18 / 32
  • 19. Motiv. Def. Desi. Impl. Conclu. Biblio. Formalization Bayesian Network Initial training values: negative reputation estimated values Figure 7: Negative reputation estimated values 19 / 32
  • 20. Motiv. Def. Desi. Impl. Conclu. Biblio. Formalization Bayesian Network BN obtains for each member the probability of positive and negative reputation. Figure 8: Estimation of positive and negative reputation for individual member in VLC 20 / 32
  • 21. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 21 / 32
  • 22. Motiv. Def. Desi. Impl. Conclu. Biblio. Implementation details in Moodle • LMS Moodle 2.8.2. • Moodle Core, new modules and plugins. • Implement the direct experience and reputation. • Show resources: https://goo.gl/dOd6gO 22 / 32
  • 23. Motiv. Def. Desi. Impl. Conclu. Biblio. Implementation details in Moodle The prototype enables two options ”I like” or ”I don’t like” on the LA and LR, which will be evaluated by each member based objectively on the contribution of these to their learning. Figure 9: Implementation of ”I like” or ”I don’t like” in the forum activity by direct experience 23 / 32
  • 24. Motiv. Def. Desi. Impl. Conclu. Biblio. Implementation details in Moodle When the member is on the VLC the ”trustmodel” block presents summary information of the scores that the member has achieved. Figure 10: Trust data based on the TM for each member in the VLC by reputation 24 / 32
  • 25. Motiv. Def. Desi. Impl. Conclu. Biblio. Using real scenario in VLC The prototype in real scenario for VLC, the process was as follows: 1. Start and management the virtual community for learning ”Math- ematical Software” in Web. 2. 24 members enrolled in VLC, two teachers and 22 students. 3. Teachers tutoring and sharing activities/resources in VLC for two month. 4. Interaction and participate with members in VLC. 5. Recollected dataset about reputation factor in prototype using the ”trustmodel” block. 6. Comparison the dataset with the BN training values implement in BayesiaLab. 25 / 32
  • 26. Motiv. Def. Desi. Impl. Conclu. Biblio. Using real scenario in VLC The values calculated by positive reputation compared to estimates reputation using the BN with the software BayesiaLab, identified that there are small differences between the values calculated with the prototype and BayesiaLab. Figure 11: Comparative reputation result 26 / 32
  • 27. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 27 / 32
  • 28. Motiv. Def. Desi. Impl. Conclu. Biblio. Conclusions and future work • The main contributions of this paper are the development and implement the BN for predicting reputation of members of VLC. • In this paper, we present the design of a BN that predicts repu- tation from past interactions achieved through direct experience between members of a VLC. It has been implemented in the Moodle LMS. • In the work presented here the eBay aggregation algorithm adapted to the VLC area has been implemented. It calculates the direct experience considering the interaction of members of the VLC with resources and learning activities managed in the Moodle. The algorithm considers the behavioral Psychol- ogy with ”I like” actions as positive reinforcement and ”I don’t like” actions as negative reinforcement. 28 / 32
  • 29. Motiv. Def. Desi. Impl. Conclu. Biblio. Conclusions and future work • In our work the past interaction is gathered from direct experi- ence factor and use to predict value reputation factor. • As future work, consider the views of members with different features present in a VLC and combining the BN with other Ar- tificial Intelligence techniques as Natural Language Processing to identify through forums reputation. 29 / 32
  • 30. Motiv. Def. Desi. Impl. Conclu. Biblio. Outline Motivations Definitions and related work Design of the Bayesian Network Implementation of prototype Conclusions and future work Bibliography 30 / 32
  • 31. Motiv. Def. Desi. Impl. Conclu. Biblio. Bibliography • Aguilar, J. (2015). Confianza y reputaci´on en Sistemas Multi-Agentes. Universidad de los Andes. • Chamba-Eras, L. (2011). Modelo de Confianza para Objetos de Aprendizaje en Comunidades Virtuales. Master Thesis. Universidad del Pa´ıs Vasco. • Esfandiari, B. and Chandrasekharan, S. (2001). On how agents make friends: Mechanisms for trust acquisition. In Proceedings of the Fourth Workshop on Deception, Fraud and Trust in Agent Societies, pages 27-34, Montreal, Canada. • Gambetta, D. (1990). Trust: Making and Breaking Cooperative Rela- tions, chapter Can We Trust Trust?, pages 213-237. Basil Blackwell, Oxford. • Garc´ıa, A. (Ed.), Ruiz, C. y Dom´ınguez, F. (2007). De la educaci´on a distancia a la educaci´on virtual. Barcelona: Ariel. 31 / 32
  • 32. Motiv. Def. Desi. Impl. Conclu. Biblio. (Creative Commons) BY-NC-SA Thanks, Researchers: Luis Chamba-Eras, Ana Arruarte and Jon A. Elorriaga email: lachamba@unl.edu.ec, a.arruarte@ehu.eus, jon.elorriaga@ehu.eus Research Group: Ga-Lan, http://galan.ehu.es Twitter: @lachamba 32 / 32