This mechanism uses user rating data to compute similarity between use การแปล - This mechanism uses user rating data to compute similarity between use ไทย วิธีการพูด

This mechanism uses user rating dat

This mechanism uses user rating data to compute similarity between users or items. This is used for making recommendations. This was the earlier mechanism and is used in many commercial systems. It is easy to implement and is effective. Typical examples of this mechanism are neighbourhood based CF and item-based/user-based top-N recommendations.[3] For example, in user based approaches, the value of ratings user 'u' gives to item 'i' is calculated as an aggregation of some similar users rating to the item:

where 'U' denotes the set of top 'N' users that are most similar to user 'u' who rated item 'i'. Some examples of the aggregation function includes:

where k is a normalizing factor defined as k =1/sum_{u^prime in U}|operatorname{simil}(u,u^prime)| . and ar{r_u} is the average rating of user u for all the items rated by that user.

The neighborhood-based algorithm calculates the similarity between two users or items, produces a prediction for the user taking the weighted average of all the ratings. Similarity computation between items or users is an important part of this approach. Multiple mechanisms such as Pearson correlation and vector cosine based similarity are used for this.

The Pearson correlation similarity of two users x, y is defined as

The user based top-N recommendation algorithm identifies the k most similar users to an active user using similarity based vector model. After the k most similar users are found, their corresponding user-item matrices are aggregated to identify the set of items to be recommended. A popular method to find the similar users is the Locality-sensitive hashing, which implements the nearest neighbor mechanism in linear time.

The advantages with this approach include: the explainability of the results, which is an important aspect of recommendation systems; it is easy to create and use; new data can be added easily and incrementally; it need not consider the content of the items being recommended; and the mechanism scales well with co-rated items.

There are several disadvantages with this approach. First, it depends on human ratings. Second, its performance decreases when data gets sparse, which is frequent with web related items. This prevents the scalability of this approach and has problems with large datasets. Although it can efficiently handle new users because it relies on a data structure, adding new items becomes more complicated since that representation usually relies on a specific vector space. That would require to include the new item and re-insert all the elements in the structure.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
กลไกนี้ใช้ข้อมูลการจัดอันดับของผู้ใช้เพื่อคำนวณความคล้ายคลึงกันระหว่างผู้ใช้หรือสินค้า ใช้สำหรับทำคำแนะนำ นี้เป็นกลไกที่ก่อนหน้านี้ และใช้ในระบบเชิงพาณิชย์ใน มันไม่ง่ายที่จะใช้ และมีประสิทธิภาพ ตัวอย่างทั่วไปของกลไกนี้คือ อาสาตาม CF และคำแนะนำด้านบน N ตาม/ผู้ใช้ตามสินค้า[3] ตัวอย่าง ในวิธีใช้ ค่าจัดอันดับผู้ใช้ 'u' ให้ 'i' สินค้าจะคำนวณเป็นที่รวมของผู้ใช้บางคล้ายจัดอันดับสินค้า:ที่ 'U' หมายถึงชุดของผู้ใช้เอ็นด้านบนที่สุดกับผู้ใช้ 'u' ผู้จัดรายการ 'i' มีตัวอย่างของฟังก์ชันการรวม:โดยที่ k คือ ปัจจัยการ normalizing กำหนดเป็น k = 1/sum_ { u ^ prime in U } |operatorname { simil } (u, u ^ prime) | และ ar{r_u } เป็นคะแนนเฉลี่ยของผู้ใช้ u สำหรับสินค้าทั้งหมดที่คะแนนอัลกอริทึมตามพื้นที่ใกล้เคียงคำนวณความคล้ายคลึงกันระหว่างสองผู้ใช้หรือสินค้า สร้างการคาดการณ์สำหรับผู้ที่คิดเป็นค่าเฉลี่ยถ่วงน้ำหนักของการจัดอันดับ คำนวณความคล้ายคลึงกันระหว่างรายการหรือผู้ใช้เป็นส่วนสำคัญของวิธีการนี้ ใช้กลไกหลายสหสัมพันธ์เพียร์สันและเวกเตอร์โคไซน์ตามความคล้ายคลึงกันนี้เฉพาะสหสัมพันธ์เพียร์สันสองแบบ x, y ถูกกำหนดเป็นThe user based top-N recommendation algorithm identifies the k most similar users to an active user using similarity based vector model. After the k most similar users are found, their corresponding user-item matrices are aggregated to identify the set of items to be recommended. A popular method to find the similar users is the Locality-sensitive hashing, which implements the nearest neighbor mechanism in linear time.The advantages with this approach include: the explainability of the results, which is an important aspect of recommendation systems; it is easy to create and use; new data can be added easily and incrementally; it need not consider the content of the items being recommended; and the mechanism scales well with co-rated items.There are several disadvantages with this approach. First, it depends on human ratings. Second, its performance decreases when data gets sparse, which is frequent with web related items. This prevents the scalability of this approach and has problems with large datasets. Although it can efficiently handle new users because it relies on a data structure, adding new items becomes more complicated since that representation usually relies on a specific vector space. That would require to include the new item and re-insert all the elements in the structure.
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
This mechanism uses user rating data to compute similarity between users or items. This is used for making recommendations. This was the earlier mechanism and is used in many commercial systems. It is easy to implement and is effective. Typical examples of this mechanism are neighbourhood based CF and item-based/user-based top-N recommendations.[3] For example, in user based approaches, the value of ratings user 'u' gives to item 'i' is calculated as an aggregation of some similar users rating to the item:

where 'U' denotes the set of top 'N' users that are most similar to user 'u' who rated item 'i'. Some examples of the aggregation function includes:

where k is a normalizing factor defined as k =1/sum_{u^prime in U}|operatorname{simil}(u,u^prime)| . and ar{r_u} is the average rating of user u for all the items rated by that user.

The neighborhood-based algorithm calculates the similarity between two users or items, produces a prediction for the user taking the weighted average of all the ratings. Similarity computation between items or users is an important part of this approach. Multiple mechanisms such as Pearson correlation and vector cosine based similarity are used for this.

The Pearson correlation similarity of two users x, y is defined as

The user based top-N recommendation algorithm identifies the k most similar users to an active user using similarity based vector model. After the k most similar users are found, their corresponding user-item matrices are aggregated to identify the set of items to be recommended. A popular method to find the similar users is the Locality-sensitive hashing, which implements the nearest neighbor mechanism in linear time.

The advantages with this approach include: the explainability of the results, which is an important aspect of recommendation systems; it is easy to create and use; new data can be added easily and incrementally; it need not consider the content of the items being recommended; and the mechanism scales well with co-rated items.

There are several disadvantages with this approach. First, it depends on human ratings. Second, its performance decreases when data gets sparse, which is frequent with web related items. This prevents the scalability of this approach and has problems with large datasets. Although it can efficiently handle new users because it relies on a data structure, adding new items becomes more complicated since that representation usually relies on a specific vector space. That would require to include the new item and re-insert all the elements in the structure.
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
กลไกนี้จะใช้ข้อมูลจากผู้ใช้คะแนนความเหมือนระหว่างผู้ใช้หรือรายการ นี้ใช้สำหรับการแนะนำ นี้เป็นกลไกที่ก่อนหน้านี้และมีการใช้ในระบบการค้ามาก มันเป็นเรื่องง่ายที่จะใช้และมีประสิทธิภาพ ตัวอย่างทั่วไปของกลไกนี้ตาง ๆตามโฆษณา และรายการ / ผู้ใช้ตามข้อเสนอแนะจาก top-n [ 3 ] ตัวอย่างเช่น ผู้ใช้ตามแนวค่าของผู้ใช้ ' การจัดอันดับ U ' ให้กับรายการ ' ' จะถูกคำนวณเป็นคะแนนรวมของบางคล้ายผู้ใช้ไปยังรายการที่ :

' U ' แสดงชุดด้านบน ' n ' ผู้ใช้ที่ใกล้เคียงที่สุดกับผู้ใช้ ' U ' ที่นิยมรายการ ' ฉัน ' ตัวอย่างของฟังก์ชันการรวม :

ที่ K เป็น normalizing ปัจจัยกําหนดเป็น k = 1 / sum_ { U
U } N นายกรัฐมนตรีใน | { operatorname การควบคุม } ( u , u
N นายก ) | .และ บาร์ r_u } { เป็นค่าเฉลี่ยการประเมินของผู้ใช้ U สำหรับรายการทั้งหมดที่จัดอันดับโดยผู้ใช้ .

บ้านตามขั้นตอนวิธีคำนวณความคล้ายคลึงกันระหว่างสองระบบ หรือ รายการที่ผลิตโดยผู้ใช้นำหนักเฉลี่ยของคะแนนทั้งหมด ความคล้ายคลึงกันระหว่างรายการคำนวณหรือผู้ใช้เป็นส่วนที่สำคัญของวิธีการนี้หลายกลไก เช่น หาค่าสัมประสิทธิ์สหสัมพันธ์แบบเพียร์สันและโคไซน์คล้ายคลึงกันโดยใช้เวกเตอร์นี้ .

หาค่าสัมประสิทธิ์สหสัมพันธ์แบบเพียร์สัน ความเหมือนของสองผู้ใช้ x , y หมายถึง

ผู้ใช้ตามขั้นตอนวิธีการแนะนำ top-n ระบุ K คล้ายกันมากที่สุด ผู้ใช้สามารถใช้ใช้ความเหมือนแบบเวกเตอร์พื้นฐาน หลังจากที่ผู้ใช้ที่คล้ายกันมาก , พบเมทริกซ์รายการผู้ใช้ที่สอดคล้องกันของพวกเขาจะรวมเพื่อระบุชุดของรายการที่จะแนะนำ เป็นวิธีที่นิยมใช้เพื่อค้นหาผู้ใช้ที่คล้ายกันเป็นส่วนสําคัญ hashing ซึ่งใช้กลไกที่เพื่อนบ้านในเวลาเชิงเส้น

ข้อดี ด้วยวิธีการนี้รวมถึง : explainability ผล ซึ่งเป็นลักษณะที่สำคัญของระบบการแนะนำ ;
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: