|
Iam learning data mining and wondered how Python figures when it comes to data mining? Are there good tools for data mining in python?
Started by Goutham on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You also have the advantage that Python/GTK could to distribute your data mining across many servers, each with discrete data then you could have a look :S )....
There is no reason why you can't use it for data mining.
|
|
I am looking at JDM. Is this simply an API to interact with other tools that do the actual data mining? Or is this a set of packages that contain the actual data mining algorithms?
Started by Anthony D on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
JDM defines an object model and Java API for data mining objects and processes....
Ah, the wonders of the interweb :
Java Data Mining (JDM) is a standard Java API for developing data mining applications and tools.
|
|
Hi all,
i am developing an online book store using php and mysql. now i want to implement some data mining techniques like recommending related books and so on.
i want to know what are the best resources to get some useful practical techniques to implement...
Started by rahim asgari on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want a....
Often discrete mathematical "strongest path" finding algorithms are used.
Not hard to understand them, though.
Here is an awesome book: Programming Collective Intelligence: Building Smart Web 2.0 Applications
The examples are in Python .
|
Ask your Facebook Friends
|
I have to study about data mining using SQL Server. As I know, Business Intelligence in SQL Server supports data mining, but I'm not pretty sure.
Does BI really support data mining? How can I start with data mining with SQL Server? I mean, resources such...
Started by Vimvq1987 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
SQL Services Integration Services The combination of three will allow you to mine data, perform readying into specific subjects such as "Data Mining Concepts", which will subsequently lead you onto the various Data ....
|
|
Hi
I'm a little confused on how to connect BI with data mining. Can BI be termed as some kind of a manifestation of data mining?
How different is a BI tool like Microsoft Analysis Services from a data mining tool like Weka?
I guess BI involves more of...
Started by Andriyev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The bigger your data set, vendors....
Statisticians use the phrase "data mining" in a derogatory sense because people untrained in the use of statistics are likely to mine the data until they find a spurious correlation.
|
|
I'd like to get fluent enough in the data mining domain to be able to use the features of the Orange framework to classify photos of fish.
Started by clofresh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This link, Inference, and Learning Algorithms....
There is an entire Stanford data mining course (13 lesions) on the youtube.
I second the recommendation of Programming Collective mining.
On data mining and accompanied topics.
|
|
Hi
I am looking for project ideas in the field of data mining. I expect to complete it in a quarter and intend to use C++, Linux as the environment.
The course I'm taking aims to build the basics of data mining and covers topics like Classification, Regression...
Started by Andriyev on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
How about using the SO data dump as a data source and deriving relationships....
Or, mine for relationships you didnt think about.
Idea: mine US census data for correlations between race and the amount of money made by persons.
|
|
Hi,
I am developing a service for determining human movement upon the acceleration measurements and I would like to start with the research of data mining and try to apply techniques on the service.
As I am not familiar with the field of data mining I...
Started by niko on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, check out:
"Statistical Aspects of Data Mining (Stats 202)" A Stanford lecture at Google
http://www.youtube.com/watch?v=zRsMEl6PHhM....
A good book on theory, I strongly recommend Introduction to Data Mining by Tan et al.
|
|
Hi
I'm looking for data mining tools for a project and in line with that I have put up another post in SO. I'm currently looking at different tools and am wondering whether any industry benchmark exists to asses different data mining tools so that I can...
Started by Andriyev on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Experiments ( DELVE )
For evaluations of data mining tools on features/etc, how about these links:
A Comparison of Leading Data Mining Tools (1998) - dated but pretty informative Magic Quadrant for Customer Data-....
|
|
Hi
I'm due to take up a project which is into data mining. Before I jump in I wanted to probe around for different data mining tools (preferably open source) which allows web based reporting. In my scenario the all the data would be provided to me, so...
Started by Andriyev on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
In particular, look at:
The machine learning view on CRAN look at Data Mining....
Http://www.ailab.si/orange/
R has a lot of excellent packages related to data mining.
Want to try the Orange Data Mining toolkit instead.
|