0
我對NLP/ML /模式匹配或識別相當陌生。我想知道什麼是匹配基礎上的標題,描述等不同項目EG的最佳途徑:確定匹配算法
如果有3項:
item 1: Title: Belkin bluetooth headset USB - ABD13432
item 1: Description: This is a bluetooth device with the following specs:
75 W power, 3.5 mm jack, etc
item 1: Model NO: ABD13432
item 1: UPC Code: 000000022221
item 1: product image: <img1>
item 2: Title: Belkin headset:
item 2: Description: This is a device that works on RF, and has 2.5 mm jack with 25 W power
item 2: Model No: 13432
item 2: UPC Code: 000022022221
item 2: product image: <img1>
item 3: Title: Belkin headset wireless - ABD 13432
item 3: Description: World's best headphone
item 3: Model No: ABD-13432
item 3: UPC Code: 000000022221
item 3: product image: <img1>
第1項和第3項是相同的項2是不同。 UPC碼通常是一個很好的指標,如果它是相同的項目,但問題是賣家可以輸入他想要的任何UPC碼。但是,由於賣家可以輸入他想要的任何圖像,圖像匹配不一定是一個好的指標。
這是一個非常具體的問題,因爲我提到了我已經確定的5個屬性。現在我知道我需要包括什麼,但我需要知道如何得到這個實現。他們都是完全不同的問題。 – stealthspy
如果你會閱讀我建議的書,你會完全知道這是如何工作的。附:你還沒有接受我最後的答案。 –