Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

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]

Approximating sine function with Neural Network and ReLU

'Shuffle' is claimed to be an invalid parameter for model_selection.train_test_split

Training in batches but testing individual data item in Tensorflow?

what is the score in plot_learning_curve of scikit learn?

How to properly feed specific tensor to keras model

Imbalanced Dataset Using Keras

How to overcome overfitting in CNN - standard methods don't work