Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

Classification with naiveBayes (e1071) does not work ($levels returns NULL)

How to perform 10 fold cross validation with LibSVM in R?

Python Scikit Random Forest Regressor Error

How to implement a better sliding window algorithm?

Correct ratio of positive to negative training examples for training a random forest-based binary classifier

Genetic Algorithm, large population vs small one

Naive Bayes classifier bases decision only on a-priori probabilities

How to download datasets for sklearn? - python

dyld: Library not loaded: lib/libopencv_core.3.0.dylib Reason: image not found

Neural Network not fitting XOR

How to find Local maxima in Kernel Density Estimation?

AUC-base Features Importance using Random Forest

How to create a decision boundary graph for kNN models in the Caret package?

Application of neural network for use with log file data

Machine learning philosophy: applying model to biased data

Scikit-learn: Predicting new raw and unscaled instance using models trained with scaled data

Cross validation and model selection

Why use sliding windows with convolutional neural nets in object detection?

numpy: How can I select specific indexes in an np array for k-fold cross validation?

merging recurrent layers with dense layer in Keras