I\'m not sure it\'s the right exchange site for machine learning questions but I did see ML questions before so I\'m trying my luck (also posted at http://math.stackexchange.com).
I have a particular set of 10 images to perform OCRs. They are all digits; somewhat short, about 20 digits in each image. There is one particular image, if I run it first, it will have some mismatches
I was wondering if anyone of you had success and/or can help me with the Shogun library under Windows environment and Matlab interface because I don\'t seem to be able to compile it, though, according
We are trying to implement a WEKA classifier from inside a Java program. So far so good, everything works well however when building 开发者_C百科the classifier from the training set in Weka GUI we use
I\'m using genetic algorithm \"to learn\" the best parameters for a draughts/checkers AI. This parameters are stored in a vector of double.
I am trying to calculate the divergence of character within a string but I really don\'t know how to apply the Kullback Divergence algorithm to a problem like this. Please can anyone explain the KLD a
We have been using the Weka Explorer GUI to build a few classifier models. Now Testing is complete we would like to implement this model within a Java application so it can take new messages.
I am trying libsvm and I follow the example for training a svm on the heart_scale data which comes with the software. I want to use a chi2 kernel which I precompute myself. The classification rate on
I want to make a model which predicts the future response of the input signal, the architecture of my network is [3, 5, 1]:
I am moving my first steps in neural networks and to do so I am experimenting with a very simple single layer, single output perceptron which uses a sigmoidal activation function. I am updating my wei