Tagged Questions

7
votes
5answers
180 views

Where can I get databases of cities/places around the world?

In dopplr [http://www.dopplr.com] there is an option to fill the city of travel and the site will automatically find the city around the world. Is there any web service or database for such a city …
6
votes
7answers
461 views

What kind of artificial intelligence jobs are out there?

Throughout my academic years in computer science I fell in love with many aspects of artificial intelligence. From expert systems, neural networks, to data mining (classification). I wonder, if I was …
6
votes
9answers
473 views

Techniques for building recommendation engines?

The book Programming Collective Intelligence presents a technique for computing similar links/users based on the distance between the links/users in a huge metric space (user x bookmarked this link / …
5
votes
8answers
124 views

algorithms to evaluate user responses

I'm working on a web application which will be used for classifying photos of automobiles. The users will be presented with photos of various vehicles, and will be asked to answer a series of …
5
votes
7answers
1k views

Java HTML Parsing

Hello everyone. I'm working on an app which scrapes data from a website and I was wondering how I should go about getting the data. Specifically I need data contained in a number of div tags which …
3
votes
1answer
62 views

categorizing friends in social networks

I'm facing tho following problem: let's say u is a social network user and as such has a list of friends, F(u). a partition is a function F->G, where G is a set of groups such as High-school, …
3
votes
1answer
75 views

Netflix-like competitions

Does anyone know about any competitions or tasks that are similar to the Netflix Prize? It's not only about the money, but also about the dimension of data, the strong link with challenging tasks.
3
votes
5answers
131 views

Testing When Correctness is Poorly Defined?

I generally try to use unit tests for any code that has easily defined correct behavior given some reasonably small, well-defined set of inputs. This works quite well for catching bugs, and I do it …
3
votes
5answers
891 views

Comparing multiple dictionaries in Python

I'm new to Python and am running to a problem I can't google my way out of. I've built a GUI using wxPython and ObjectiveListView. In its very center, the GUI has a list control displaying data in X …
3
votes
7answers
277 views

Finding a pattern in a set

What algorithms could i use to determine common characters in a set of strings? To make the example simple, I only care about 2+ characters in a row and if it shows up in 2 or more of the sample. For …
3
votes
2answers
126 views

What are some good resources on DataMining?

What are some good resources for grokking the uses and theories behind DataMining?
2
votes
4answers
95 views

Can someone give an example of cosine similarity, in very simple, graphical way?

http://en.wikipedia.org/wiki/Cosine%5Fsimilarity Can you show the vectors here (in a list or something) And then do the math, and let us see how it works? I'm a beginner.
2
votes
6answers
116 views

Recommended data mining books for a developer (not mathematician)?

I'm a developer, not too good at math, but I'm willing to learn fun stuff to do with data mining techniques. I've looked at pragmatic books on the subject which gives me some ideas (and maybe …
2
votes
4answers
204 views

Microsoft Business Intelligence. Is what I am trying to do possible?

Hi guys, I have been charged with the task of analysing the log table of my company's website. This table contains a user's click path throughout the website for a given session. My company is …
2
votes
6answers
83 views

How to Predict if Function Name Follows Convention

Suppose you have a repository of 10,000 function names and possibly their frequency of use in a corpus of code which can be in C/C#/C++. (they have different conventions usually prescribed) Some …

1 2 3 4 5 next
15 30 50 per page