Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

Learning rate of a Q learning agent

Accuracy issue in caffe

get function by its values in certain points

Missing Value in Data Analysis

What are effective preprocessing methods for reducing data set size (e.g., removing records) without losing information for machine learning problems?

machine-learning dataset

What is a good way to extract dominant colors from image without the shadow?

Can a model be created on Spark batch and use it in Spark streaming?

What is the difference between classification and pattern recognition?

Adapting binary stacking example to multiclass

Possible to modify/prune learned trees in scikit-learn?

The output of a softmax isn't supposed to have zeros, right?

Gradient clipping appears to choke on None

Add new columns to pandas dataframe based on other dataframe

Plot decision tree in R (Caret)

Should I avoid to use L2 regularization in conjuntion with RMSProp?

how to predict my own image using cnn in keras after training on MNIST dataset

How to use `log_loss` in `GridSearchCV` with multi-class labels in Scikit-Learn (sklearn)?

Which algorithm is used in google's tesseract-OCR for Recognition?

Keras: model accuracy drops after reaching 99 percent accuracy and loss 0.01

Whether Data augmentation really needed in Machine Learning [closed]