The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
68 views

Shell script, checking homework copy violation

I intend to check submited h.w answers in .c code. does someone have link or bash shell script code that checks for file similarity (percentage of similar lines, etc...)?
0
votes
0answers
42 views

Similarity measure for 2 documents

I am building recommendation system based on similarity of documents. Please suggest some good algorithm for same.
16
votes
3answers
8k 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 ...
5
votes
5answers
608 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
552 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 ...
3
votes
4answers
232 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
374 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 ...
13
votes
6answers
1k 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, ...
1
vote
4answers
721 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 ...