Word recognition in a string without spaces or punctuation marks
I have a small C# project that reads a file and gives me an output: a string that does not contain spaces nor any types of punctuation marks. It may also contain a few misspellings.
How do I find the JavaScript that is invoked when I click on a button or a link in a web-page (part of a data mining project)?
I tried to use the ‘inspect element’ of the firebug addon for Firefox but it doesn’t give me any link to the javascript.
How do I find the JavaScript that is invoked when I click on a button or a link in a web-page (part of a data mining project)?
I tried to use the ‘inspect element’ of the firebug addon for Firefox but it doesn’t give me any link to the javascript.
How do I visualise the feature space partitioning in random forest?
I am learning about random forest and found this video https://www.youtube.com/watch?v=gdnIqGbqiYs&list=UUb9svouAi1XHRqlOs8LXbBg very useful.
Recommending new products using k-means clusters?
I’m trying to figure out the best way to recommend images based on past classifications using k-means clusters. What I have done is mapped the RGB values of a set of images, performed a k-means cluster analysis on those RGB values, and attached a “rating” to each image. This has created Voronoi cells similar to this graph. I’ve stored the cluster centers and ratings into my “training set”.
Recommending new products using k-means clusters?
I’m trying to figure out the best way to recommend images based on past classifications using k-means clusters. What I have done is mapped the RGB values of a set of images, performed a k-means cluster analysis on those RGB values, and attached a “rating” to each image. This has created Voronoi cells similar to this graph. I’ve stored the cluster centers and ratings into my “training set”.