5 Questions 18 Answers 0 Followers
Questions related from Mahnaz Behroozi
I'm working on a set of clinical data and am eager to know if there is any method that can help me to decide whether to keep a variable (feature) or discard it because of the percentage of its...
01 January 2015 5,886 5 View
Sometimes it's mentioned that, as a rule of thumb, setting K to the square root of the number of training patterns/samples can lead to better results. Is there any justification for that term or...
02 February 2014 7,782 41 View
I have a number of parameters in my proposed method in the field of cascade classification. With the means of different parameter settings, I obtained different accuracy. I want to find the best...
09 September 2013 8,394 47 View
I implemented the following piece of code. clc;close all;clear all; import weka.classifiers.Classifier import weka.classifiers.bayes.BayesNet import weka.classifiers.Evaluation; v0 =...
05 May 2013 5,910 5 View
The best thesis I found in this field is "Efficient Boosted Ensemble-Based Machine Learning In The Context Of Cascaded Frameworks", written by Teo Susnjak. It is a very useful resource and also a...
01 January 2013 6,879 2 View