Data mining is the process of analyzing large amounts of data in order to find patterns and commonalities.
-1
votes
1answer
162 views
Ensemble classifier with wrapper method
I'm trying to combine multiple classifiers (ANN, SVM, kNN, ... etc.) using ensemble learning (viting, stacking ...etc.) .
In order to make a classifier, I'm using more than 20 types of explanatory ...
0
votes
2answers
319 views
How to deal with missing attribute values in C4.5 (J48) decision tree?
What's the best way to handle missing feature attribute values with Weka's C4.5 (J48) decision tree? The problem of missing values occurs during both training and classification.
If values are ...
3
votes
1answer
256 views
How to classify unknown records using naive bayes algorithm
I am trying to implement Naive bayes algorithm on some real time data.I am aware of the rules of bayes but I am not sure how to implement on my data.My data looks like as below.There are total 2 ...
0
votes
1answer
72 views
postgresql phrase extraction & ranking
From selected rows in a table, how can one extract and rank phrases based on how often they occur?
example 1: http://developer.yahoo.com/search/content/V1/termExtraction.html
example 2: ...
0
votes
1answer
275 views
MapReduce project with data mining
I am planning to do a MapReduce project involving Hadoop libraries and testing it on big data uploaded at AWS. I have not finalized an idea yet. But I am sure it will involve some kind of data ...
0
votes
1answer
134 views
Decision Tree. Strategy for noise
What are the good strategies to combat noise in decision tree?
In my training data,
I have two records with the same attributes but they give different classification.
Female, Luxury, LV, Yes
...
2
votes
2answers
105 views
Similarity score for mixed (binary & numerical) vectors
I have a dataset which the instances are of about 200 features, about 11 of these features are numerical (integer) and the rest are binary (1/0) , these features may be correlated and they are of ...
0
votes
1answer
101 views
OLAP and Data Mining. How ? [closed]
For the final project of my computer class we have a paper to write which will be 20 percent of our final grade. I got assigned data mining without some specifics. So, I asked my teacher and he said I ...
-1
votes
1answer
24 views
Download Data from NYtimes Interactive Graph [closed]
NY times published an interesting interactive graph, showing the words used during Democrats and Republican's convention.
...
2
votes
1answer
221 views
Saving a Weka model to text
I would like to save my Weka classifier model to a file that can be read in by other (non-Java) programs. The Weka wiki says that Weka supports XML export via PMML files, however when I try saving my ...
1
vote
1answer
334 views
Regression Tree Forest in Weka
I'm using Weka and would like to perform regression with random forests. Specifically, I have a dataset:
Feature1,Feature2,...,FeatureN,Class
1.0,X,...,1.4,Good
1.2,Y,...,1.5,Good
1.2,F,...,1.6,Bad
...
5
votes
2answers
2k views
Hierarchical Clustering: Determine optimal number of cluster and statistically describe Clusters
I could use some advice on methods in R to determine the optimal number of clusters and later on describe the clusters with different statistical criteria. I’m new to R with basic knowledge about the ...
3
votes
1answer
105 views
Are there any existing research in Voice Recognition that can distinguish voice from different people? [closed]
I just came up with an idea that I want to develop into an application to distinguish/auto detect voices from different people.
Sample use case: After training with Obama and Romney's data, the ...
1
vote
1answer
231 views
ID3 and C4.5: How Does “Gain Ratio” Normalize “Gain”?
The ID3 algorithm uses "Information Gain" measure.
The C4.5 uses "Gain Ratio" measure which is Information Gain divided by SplitInfo, whereas SplitInfo is high for a split where records split evenly ...
0
votes
0answers
507 views
How to classify Hand written characters (A, B, C, D, E) using neural networks in Matlab
I have 5x7 matrix for a specific character A i.e.
P=
1 0 0 1 1
1 0 0 0 1
1 0 0 0 1
...
6
votes
2answers
124 views
How to recognize a interior node having all its containing points in one cluster in a ball tree when doing k-means algorithm?
I am now reading the book Data Mining: Practical machine learning tools and techniques third edition. In the section 4.8 clustering, it discusses how to use k-d trees or ball trees to improve the ...
-4
votes
1answer
66 views
Data Dispersion measures for finding groups in data set [closed]
How can one find groups in data by using range, quartiles, boxplots, vaiance & standard deviation. eg: if i have a small data set of sales then how can i accomplish this thing.
item1 item2 ...
0
votes
0answers
89 views
business revenue applications of machine learning and data mining [closed]
What are some areas of application of machine learning and data mining algorithms, which is directly used to generate revenue for the business?
For example, I know that a lot of data companies simply ...
1
vote
1answer
24 views
What kind of stats and info can I get (mine) from time series data?
I have a database with time series data of different solar power plants: how strong was the sun and how much power that plant created / harvested. This data is in 15 min increments.
I would like to ...
1
vote
1answer
63 views
Timeline Detection
I am trying to do a timeline detection problem using text classification. As a newbie I am confused as to how I can go about with this. Is this a classification problem? i.e, Can I use the ...
-3
votes
1answer
68 views
Web Development and Data Mining [closed]
We were assigned at work a task, (anything that must include Machine Learning Techniques). The company is a web development organization and I am trying to find sources (mainly introduction ones), ...
0
votes
1answer
60 views
Filtering values out of two dimensional data in R, comparing themselves
I'm analyzing USA election data, candidates contribution, etc. So I got raw data from internet and trying to learn some R executing some exercises in it. This is a CSV file that I successfully ...
-2
votes
1answer
159 views
how does data mining technique AdaBoost work? [closed]
I came across the data mining technique AdaBoost but i can not find much information regarding how it works or any examples i can go through, can someone please shed some light in this area?
Also i ...
0
votes
1answer
2k views
how to calculate nMSE(normalized mean squared error) and aMSE(average mean squared error)? [closed]
I had google many times,tried to figure out what is nMSE and aMSE,but it still make me confused.Does anyone know about nMSE(normalized mean squared error) and aMSE(average mean squared error)? In ...
2
votes
2answers
955 views
Classifying Single Instance in Weka
I trained and created a J48 model using WEKA gui. I saved the model file to my computer and now I would like to use it to classify a single instance in my Java code. I would like to get a prediction ...
1
vote
3answers
291 views
How should I start with learning math required for AI [closed]
I have studied mathematics, but that was long time ago. I have been a programmer for 8 years but when I started to study concepts in AI and data mining I find it very difficult to understand the ...
-1
votes
4answers
185 views
Java program for Data Processing and Matlab code for results plotting
I am a beginner in the field of Data Mining. I have a data which i need to process before visualizing any useful results. So I do the following:
Preprocess data using Java Program ( Output : txt ...
2
votes
0answers
59 views
findind semantically correlated 2 frequent items from a corpus [closed]
I am doing a semester project in mining and I am required to find semantically correlated terms from a corpus of around 10000 files.for eg: if there are terms like Doctor, Professor, Patient and ...
0
votes
0answers
76 views
find 2 frequent items semantically correlated from a dataset [closed]
I am doing a semester project in mining and I am required to find semantically correlated terms from a corpus of around 10000 files.for eg: if there are terms like Doctor, Professor, Patient and ...
4
votes
2answers
133 views
A good blobstore / memcache solution
Setting up a data warehousing mining project on a Linux cloud server. The primary language is Python .
Would like to use this pattern for querying on data and storing data:
SQL Database - SQL ...
2
votes
5answers
150 views
I'm looking for an algorithm or function that can take a text string and convert it a number
I looking for a algorithm, function or technique that can take a string and convert it to a number. I would like the algorithm or function to have the following properties:
Identical string yields ...
2
votes
1answer
978 views
Choosing eps and minpts for DBSCAN (R)?
I've been searching for an answer for this question for quite a while, so I'm hoping someone can help me. I'm using dbscan from the fpc library in R. For example, I am looking at the USArrests data ...
2
votes
1answer
341 views
Tools for multiclass imbalanced classification in statistical packages
I have been trying with some effort to locate multiclass imbalanced classification algorithms. So far I have found only the R package 'ada', but it is not really focusing on such situation. While I ...
1
vote
0answers
75 views
Multivariate Analysis Techniques [closed]
I am doing a project in which I need to predict FMRI activation values for each voxel of the brain. The voxels are approximately 20,000 and I have 300 examples with 25 features in each. Thus there ...
2
votes
2answers
94 views
A tool or framework to practice linear or logistic regression
I am looking for a tool framework that lets me implement linear and logistic regression. I would also like to add regularization and tune the parameters using gradient descent.
Is there any ...
1
vote
3answers
195 views
Topic Detection by Clustering Keywords
I want to text classification based on the keywords appear in the text, because I do not have sample data to use naive bayes for text classification.
Example:
my document has some few words as ...
1
vote
1answer
82 views
Best practices for handling non decimal variables. [ACM KDD 2009 CUP]
For practice I decided to use neural network to solve problem of classification (2 classes) stated by ACM Special Interest Group on Knowledge Discovery and Data Mining at 2009 cup. The problem I have ...
0
votes
1answer
156 views
How to use pure SQL for Exploratory Data Analysis?
I'm an ETL developer using different tools for ETL tasks. The same question rises in all our projects: the importance of the data profiling before the Data Warehouse is build and before the ETL is ...
0
votes
2answers
113 views
Machine Learning: Create Ranking From Features
I have one question about machine learning, which I want to explain on the well-known Netflix dataset.
Let's say I have a dataset with users and items like the Netflix dataset.
Let's say, I used any ...
1
vote
2answers
184 views
Huge data processing/ HPC in Java - suggest me how to begin
I am thinking to work on a programming problem for which, I suppose, I will need to know a lot of advanced programming concepts. For some reasons I have decided to code it in Java - even though I am ...
1
vote
2answers
146 views
Algorithms for Mining Tuples of Data on huge sample space
I read that Apriori algorithm is used to fetch association rules from the dataset like a set of tuples. It helps us to find the most frequent 1-itemsets, 2-itemsets and so-on. My problem is bit ...
8
votes
1answer
796 views
No. of hidden layers, units in hidden layers and epochs till Neural Network starts behaving acceptable on Training data
I am trying to solve this Kaggle Problem using Neural Networks. I am using Pybrain Python Library.
It's a classical supervised Learning Problem. In following code: 'data' variable is numpy ...
0
votes
1answer
44 views
Possible metrics to derive from a multitude of partially overlapping latency data? [closed]
I have a massive application littered with latency measurements which end up in log files, and which can be parsed out into a table like this:
SecsSinceNoon NumObjsMadeInFuncFoo SomeFuncBar ...
0
votes
0answers
72 views
detecting sock puppets
I am building a web app in which users can create certain objects and also give positive or negative ratings on those objects. Such ratings feed into the ratings of the creators of those objects.
I ...
1
vote
2answers
586 views
Computing F-measure for clustering
Can anyone help me to calculate F-measure collectively ? I know how to calculate recall and precision, but don't know for a given algorithm how to calculate one F-measure value.
As an exemple, ...
-5
votes
1answer
120 views
What libraries can give implementation for Dimension reduction algorithms? [closed]
I'm looking for dimension reduction algorithms implementation library. Looking for implementation of Latent Dirichlet Allocation, Latent Semantic Indexing, Linear Discriminant Analysis and more if ...
4
votes
3answers
232 views
Data Mining Library for MPI
Is there any Data Mining library, which is using (or can be used by) MPI (Massage Passing Interface)? I am looking for something similar to Apache Mahout but which can easily be integrated in a MPI ...
0
votes
0answers
41 views
Are there any good texts on the intersection of machine learning and computational complexity? [closed]
It seems to me that machine learning/data mining experts are familiar with P and NP, but rarely talk about some of the more subtle complexity classes (e.g. NC, BPP, or IP) and their implications for ...
2
votes
3answers
3k views
Matlab - PCA analysis and reconstruction of multi dimensional data
I have a large dataset of multidimensional data(132 dimensions).
I am a beginner at performing data mining and I want to apply Principal Components Analysis by using Matlab. However, I have seen that ...
0
votes
2answers
251 views
Validating Output From a Clustering Algorithm
Is there an objective way to validate the output of an clustering algorithm?
Context:
I'm leveraging sci-kit learn's affinity propagation clustering against a data-set composed of objects with ...
