SlideShare uma empresa Scribd logo
1 de 38
DCFLA: A  D istributed  C ollaborative- F iltering Neighbor- L ocating  A lgorithm Authors: Bo Xie, Peng Han, Fan Yang, Rui-Min Shen, Hua- Jun Zeng, and Zheng Chen Source: Information Sciences, vol. 177, no. 6, pp. 1349-1363,  2007. Professor: Dr. Shu-Ching Wang ( 王淑卿 ) Speaker: Yu-Chien Chou( 周裕健 ) Date: Nov. 11, 2008
Outline ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Introduction (1/2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Introduction (2/2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Related work (1/5)  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],P a,j   is the vote by active user  a  on item  j ,  v' a  is the mean vote by user  a , N  is the number of users in the user database, v i , j  is the vote by user  i  on item  j , v' i  is the mean vote by user  i . v i,j   is the vote by user  i  on item  j , I i  is the total  items .  Nov. 11, 2008
Related work (2/5)  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Related work (3/5)  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Related work (4/5)  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Related work (5/5)  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Novel collaborative-filtering (1/10) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Novel collaborative-filtering (2/10) ,[object Object],[object Object],Rid of some noisy users Nov. 11, 2008
Novel collaborative-filtering (3/10) ,[object Object],[object Object],[object Object],M  is the total number of users in the system,  n i,v  is the user voted for item  i  with rating  v . Nov. 11, 2008
Novel collaborative-filtering (4/10) ,[object Object],[object Object],[object Object],C i,j  is the consistency of users  i  and  j , v i,k  is the vote of user  i  for item  k , v j,k  is the vote of user  j  for item  k , N  is the total number of items in the system. Nov. 11, 2008
Novel collaborative-filtering (5/10) ,[object Object],Program  SimilarityCalculation (Output) For User=1:M For OtherUser=1:M, Calculate similarity between User and OtherUser by “ Pearson correlation  coefficient or Vector similarity ” End End.  Nov. 11, 2008 ,[object Object],[object Object],[object Object]
Novel collaborative-filtering (6/10) ,[object Object],Program  DHT_MSO_NeighborLocating (Output) For each rated item, fetch vector <USERID,IPF> from bucket; End  Merge vectors to get consistency by IPF Nov. 11, 2008 ,[object Object]
Novel collaborative-filtering (7/10) ,[object Object],[object Object],Nov. 11, 2008 Item ID 1 2 3 4 5 6 Vote(a) 4 4 5 5 6 6 Vote(b) 3 3 4 4 5 5
Novel collaborative-filtering (8/10) ,[object Object],[object Object],Nov. 11, 2008 Item ID 1 2 3 4 5 6 Vote(a) 4 4 5 5 6 6 Vote(b) 3 3 4 4 5 5
Novel collaborative-filtering (9/10) ,[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008 New approach Former approach Item ID 1 2 3 4 5 6 Vote(a) -1 -1 0 0 1 1 Vote(b) -1 -1 0 0 1 1 Item ID 1 2 3 4 5 6 Vote(a) 4 4 5 5 6 6 Vote(b) 3 3 4 4 5 5
Novel collaborative-filtering (10/10) ,[object Object],[object Object],[object Object],[object Object],v ’ i,j   is the ARN_VOTE of user  i  on item  j , v ij  is the vote of user  i  on item  j , v ’ i   is the mean vote for user  i . v req : retrieve similar neighbors, v ack  : return the users degree of satisfying, δ : threshold. Nov. 11, 2008
Recommendation systems (1/7) ,[object Object],Nov. 11, 2008 User1 User2 User3 User4 User5
Recommendation systems (2/7) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Recommendation systems (3/7) ,[object Object],[object Object],Construct DHT overlay network  put (key), lookup (key) Training set, executing the put (key) function Fetches similar neighbors,  executing the lookup (key) function Computes the  corresponding prediction put (key) <ITEM_ID, VOTE> Input: training set, test set, target item Output: mean absolute error of prediction Nov. 11, 2008
Recommendation systems (4/7) ,[object Object],P  generates a unique  128-bit DHT key  k local Local key  k local  is most similar to  K Receives the put message with  K Repeats steps 2 and 3 Input: test set ( P ’s vote vector) Output: NULL P  hashes one <ITEM_ID, VOTE> combination to key  K   Finding the similar neighbor Nov. 11, 2008
Recommendation systems (5/7) ,[object Object],P  generates a unique  128-bit DHT key  k local Local key  k local  is most similar to  K Receives the lookup, message with  K Repeats steps 2 and 3 Input: test set ( P ’s vote vector) Output: training set (vote vectors retrieved for similar users) P  hashes one <ITEM_ID, VOTE> combination to key  K   Finding the similar neighbor Received from similar users Nov. 11, 2008
Recommendation systems (6/7) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Recommendation systems (7/7) ,[object Object],[object Object],Construct DHT overlay network  put (key), lookup (key) Training set, executing the put (key) function Fetches similar neighbors,  executing the lookup (key) function Computes the  corresponding prediction Input: training set, test set, target item Output: mean absolute error of prediction put (key) <ITEM_ID, ARN_VOTE> Nov. 11, 2008
Experiments (1/10) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Experiments (2/10) ,[object Object],[object Object],v a,j  is the actual rating user  a  gives to item  j , p a,j  is the predicted value, A  is the active user set, T  is the test item set.  Nov. 11, 2008
Experiments (3/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (4/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (5/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (6/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (7/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (8/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (9/10) ,[object Object],[object Object],Nov. 11, 2008
Experiments (10/10) ,[object Object],[object Object],Nov. 11, 2008
Conclusions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Nov. 11, 2008
Q & A ,[object Object]

Mais conteúdo relacionado

Destaque (13)

IZAAN FAZRIN AZWAR RAPIE RESUME
IZAAN FAZRIN AZWAR RAPIE RESUMEIZAAN FAZRIN AZWAR RAPIE RESUME
IZAAN FAZRIN AZWAR RAPIE RESUME
 
Basic Oilfield Calculations
Basic Oilfield CalculationsBasic Oilfield Calculations
Basic Oilfield Calculations
 
NK Energy Presentation
NK Energy PresentationNK Energy Presentation
NK Energy Presentation
 
FEA Based Design Optimization to Mitigate Anchor Cage Impact Damage Risk
FEA Based Design Optimization to Mitigate Anchor Cage Impact Damage RiskFEA Based Design Optimization to Mitigate Anchor Cage Impact Damage Risk
FEA Based Design Optimization to Mitigate Anchor Cage Impact Damage Risk
 
My FS2 DEE
My FS2 DEEMy FS2 DEE
My FS2 DEE
 
Oil 101 - What is Downstream?
Oil 101 - What is Downstream?Oil 101 - What is Downstream?
Oil 101 - What is Downstream?
 
Hydraulics training
Hydraulics trainingHydraulics training
Hydraulics training
 
Everything about Elite Fire.
Everything about Elite Fire. Everything about Elite Fire.
Everything about Elite Fire.
 
7'' liner running and cementing
7'' liner running and cementing7'' liner running and cementing
7'' liner running and cementing
 
Basic hydraulic systems_and_components
Basic hydraulic systems_and_componentsBasic hydraulic systems_and_components
Basic hydraulic systems_and_components
 
Hydraulic beginner
Hydraulic beginnerHydraulic beginner
Hydraulic beginner
 
Liner hangers
Liner hangersLiner hangers
Liner hangers
 
Basics of hydraulics
Basics of hydraulicsBasics of hydraulics
Basics of hydraulics
 

Semelhante a Collaborative filtering20081111

Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in Tokyo
Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in TokyoSummary of "Amazon's Dynamo" for the 2nd nosql summer reading in Tokyo
Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in TokyoCLOUDIAN KK
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Automatic Metadata Generation using Associative Networks
Automatic Metadata Generation using Associative NetworksAutomatic Metadata Generation using Associative Networks
Automatic Metadata Generation using Associative NetworksMarko Rodriguez
 
ADMS'13 High-Performance Holistic XML Twig Filtering Using GPUs
ADMS'13  High-Performance Holistic XML Twig Filtering Using GPUsADMS'13  High-Performance Holistic XML Twig Filtering Using GPUs
ADMS'13 High-Performance Holistic XML Twig Filtering Using GPUsty1er
 
Recommendation Engine Powered by Hadoop
Recommendation Engine Powered by HadoopRecommendation Engine Powered by Hadoop
Recommendation Engine Powered by HadoopPranab Ghosh
 
Recommendation Engine Powered by Hadoop - Pranab Ghosh
Recommendation Engine Powered by Hadoop - Pranab GhoshRecommendation Engine Powered by Hadoop - Pranab Ghosh
Recommendation Engine Powered by Hadoop - Pranab GhoshBigDataCloud
 
600.412.Lecture06
600.412.Lecture06600.412.Lecture06
600.412.Lecture06ragibhasan
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Alessandro Suglia
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Claudio Greco
 
Analyzing peer selection policies for
Analyzing peer selection policies forAnalyzing peer selection policies for
Analyzing peer selection policies forIJCNCJournal
 
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesIEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesKalman Graffi
 
Mapping the responses of RESTful services based on their values
Mapping the responses of RESTful services based on their valuesMapping the responses of RESTful services based on their values
Mapping the responses of RESTful services based on their valuesmarios86gr
 
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...Antonio Mora
 
EDF2012 Peter Boncz - LOD benchmarking SRbench
EDF2012   Peter Boncz - LOD benchmarking SRbenchEDF2012   Peter Boncz - LOD benchmarking SRbench
EDF2012 Peter Boncz - LOD benchmarking SRbenchEuropean Data Forum
 
M.tech Third progress Presentation
M.tech Third progress PresentationM.tech Third progress Presentation
M.tech Third progress PresentationNEERAJ BAGHEL
 
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Danny Alex Lachos Perez
 
LF_DPDK17_DPDK Membership Library
LF_DPDK17_DPDK Membership LibraryLF_DPDK17_DPDK Membership Library
LF_DPDK17_DPDK Membership LibraryLF_DPDK
 
Scaling DDS to Millions of Computers and Devices
Scaling DDS to Millions of Computers and DevicesScaling DDS to Millions of Computers and Devices
Scaling DDS to Millions of Computers and DevicesRick Warren
 

Semelhante a Collaborative filtering20081111 (20)

Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in Tokyo
Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in TokyoSummary of "Amazon's Dynamo" for the 2nd nosql summer reading in Tokyo
Summary of "Amazon's Dynamo" for the 2nd nosql summer reading in Tokyo
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Automatic Metadata Generation using Associative Networks
Automatic Metadata Generation using Associative NetworksAutomatic Metadata Generation using Associative Networks
Automatic Metadata Generation using Associative Networks
 
ADMS'13 High-Performance Holistic XML Twig Filtering Using GPUs
ADMS'13  High-Performance Holistic XML Twig Filtering Using GPUsADMS'13  High-Performance Holistic XML Twig Filtering Using GPUs
ADMS'13 High-Performance Holistic XML Twig Filtering Using GPUs
 
Recommendation Engine Powered by Hadoop
Recommendation Engine Powered by HadoopRecommendation Engine Powered by Hadoop
Recommendation Engine Powered by Hadoop
 
Recommendation Engine Powered by Hadoop - Pranab Ghosh
Recommendation Engine Powered by Hadoop - Pranab GhoshRecommendation Engine Powered by Hadoop - Pranab Ghosh
Recommendation Engine Powered by Hadoop - Pranab Ghosh
 
600.412.Lecture06
600.412.Lecture06600.412.Lecture06
600.412.Lecture06
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
 
Analyzing peer selection policies for
Analyzing peer selection policies forAnalyzing peer selection policies for
Analyzing peer selection policies for
 
Video
VideoVideo
Video
 
Poster (1)
Poster (1)Poster (1)
Poster (1)
 
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesIEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
 
Mapping the responses of RESTful services based on their values
Mapping the responses of RESTful services based on their valuesMapping the responses of RESTful services based on their values
Mapping the responses of RESTful services based on their values
 
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
 
EDF2012 Peter Boncz - LOD benchmarking SRbench
EDF2012   Peter Boncz - LOD benchmarking SRbenchEDF2012   Peter Boncz - LOD benchmarking SRbench
EDF2012 Peter Boncz - LOD benchmarking SRbench
 
M.tech Third progress Presentation
M.tech Third progress PresentationM.tech Third progress Presentation
M.tech Third progress Presentation
 
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
 
LF_DPDK17_DPDK Membership Library
LF_DPDK17_DPDK Membership LibraryLF_DPDK17_DPDK Membership Library
LF_DPDK17_DPDK Membership Library
 
Scaling DDS to Millions of Computers and Devices
Scaling DDS to Millions of Computers and DevicesScaling DDS to Millions of Computers and Devices
Scaling DDS to Millions of Computers and Devices
 

Último

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
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
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
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
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 

Último (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
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...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 

Collaborative filtering20081111

  • 1. DCFLA: A D istributed C ollaborative- F iltering Neighbor- L ocating A lgorithm Authors: Bo Xie, Peng Han, Fan Yang, Rui-Min Shen, Hua- Jun Zeng, and Zheng Chen Source: Information Sciences, vol. 177, no. 6, pp. 1349-1363, 2007. Professor: Dr. Shu-Ching Wang ( 王淑卿 ) Speaker: Yu-Chien Chou( 周裕健 ) Date: Nov. 11, 2008
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.

Notas do Editor

  1. 改善避開集中點使用問題 排除貴的設備可直接溝通
  2. 排除雜訊使用者