Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hack64564yYeah they are one of the biggest companies in this area which have pretty nice tech and they can't handle this simple shit. I bought a laptop and I don't want ANOTHER ONE! Get your shit together amazon.
-
mr-user13524y@hack
I think they can solve the problem with something like
([ | A - B | ] + 0.00001) * (D+0.00001)
where A = feature matrix of Item A
B = feature matrix of Item B
| A - B | = tell how similar they are to each other (float value).
D = tell the differences between two item are. float value between range of 0 to 1.
0 = similar , 1 = different
The differences value (D) can be calculated by using product category column.
if both of the item category are Laptop , the D value will be 0.
Wait ! Why did I just write math formula and explanation on the rant post? -
mr-user13524y@retard
Ok send the homework and do not forget to send your name and lecturer contact information.
I am not going to tell anyone about it.
Buys a product on amazon.
"Intelligent" ML based Amazon backend services: This guy just ordered a product. He might not want to see any ads showing him the exact same product because he already bought it and will not want to buy another until he loses the first one which might take a while.
Result:
User.showAdsRelatedTo(productName)
Meshine learning ¯\_(ツ)_/¯
rant