data mining

  • submit to reddit

Linux System Mining with Python

In this article, we will explore the Python programming language as a tool to retrieve various information about a system running Linux. Let’s get...

0 replies - 5158 views - 06/05/13 by Amit Saha in Articles

Statistical Aspects of Data Mining with R

David Mease's "Statistical Aspects of Data Mining" course, taught a few years back at both Stanford and Google, is a great introduction to data mining and R....

0 replies - 2205 views - 04/21/13 by Eric Gregory in Articles

20 Database Design Best Practices

 Use well defined and consistent names for tables and columns (e.g. School, StudentCourse, CourseID ...).Use singular for table names (i.e. use...

7 replies - 17057 views - 11/04/12 by Cagdas Basaraner in Articles

Free Big Data EBook: 'Mining of Massive Datasets'

The book has now been published by Cambridge University Press. The publisher is offering a 20% discount to anyone who buys the hardcopy Here. By...

3 replies - 6193 views - 08/14/12 by Greg Duncan in Articles

Linguistic Data Mining (text analysis) Methods

Over the weekend I met some students studying linguistics. Methods from Linguistics are very important for text retrieval and data mining. That is why, in...

0 replies - 5349 views - 04/13/12 by René Pickhardt in Articles

My Implementation of the Apriori Algorithm

This is a self imposed machine problem I wrote over a frantic afternoon for my lesson on Frequent Itemsets and the Apriori Algorithm. I wanted to write a...

0 replies - 9270 views - 03/25/12 by Jose Asuncion in Articles

The Apriori Algorithm

Here are just notes from my data mining class which I began to consolidate here in my blog as a way to assimilate the lessons. The Apriori algorithm is a...

0 replies - 5460 views - 03/18/12 by Jose Asuncion in Articles

Crawling Crowd-Data Spots Side Effects Faster

The social crowd has proven to be powerful, if you can find some way to harness it: crowd-sourcing can perform tasks and solve collaborative problems,...

1 replies - 3204 views - 03/13/12 by Michael Mccandless in Articles

Getting Started With Data Mining

Here are just notes from my data mining class which I will begin to consolidate here in my blog as a way to assimilate the lessons. 1. The market basket...

0 replies - 6605 views - 03/04/12 by Jose Asuncion in Articles

Generating a minable event stream with JDI

Say you've got a good-sized chunk of code, in production, that doesn't always act as expected but it does so often enough that everyone's willing to keep...

0 replies - 3479 views - 10/10/11 by Wayne Adams in Articles