The similarity-analyzer tag has no wiki summary.
12
votes
6answers
515 views
Ways to calculate similarity
I am doing a community website that requires me to calculate the similarity between any two users. Each user is described with the following attributes:
age, skin type (oily, dry), hair type (long, ...
3
votes
2answers
255 views
Java library to compare image similarity
I spent quite some time researching for a library that allows me to compare images to one another in Java.
I didn't really find anything useful, maybe my GoogleSearch-skill isn't high enough so I ...
3
votes
5answers
143 views
Algorithm to find related words in a text
I would like to have a word (e.g. "Apple) and process a text (or maybe more). I'd like to come up with related terms. For example: process a document for Apple and find that iPod, iPhone, Mac are ...
3
votes
5answers
225 views
Figure out if a business name is very similar to another one - Python
I'm working with a large database of businesses.
I'd like to be able to compare two business names for similarity to see if they possibly might be duplicates.
Below is a list of business names that ...
2
votes
3answers
133 views
How does statistical calculation of “similar products/music/…” from customer buying/listening behaviour work?
I mean product suggestions on Amazon or more specifically similar band recommendation on Last.fm.
Given that you can store the complete listening/buying behaviour of your users (WHO listened to WHAT ...
1
vote
1answer
227 views
I'm trying to design a histogram kinda function
I have a logo and I would like to retrieve the "most used colors", but filter similar colors.
My idea is like the Kuler from Adobe, where you get 3-5 colors that will look nice together. They are ...
1
vote
3answers
425 views
CPD / PMD between projects?
I am rephrasing this question to make it a little more straightforward and easy to understand, hopefully.
I have roughly 30 components (internal) that go into a single web application. That means 30 ...