Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

How do you use Keras LeakyReLU in Python?

What is the difference between an Embedding Layer and a Dense Layer?

Tensorflow Precision / Recall / F1 score and Confusion matrix

Why feature scaling in SVM?

How to calculate prediction uncertainty using Keras?

How to predict time series in scikit-learn?

Options for deploying R models in production

scikit-learn: how to scale back the 'y' predicted result

How can I classify data with the nearest-neighbor algorithm using Python?

python machine-learning

Evaluate multiple scores on sklearn cross_val_score

How to tell which Keras model is better?

What is the use of train_on_batch() in keras?

What is the correct way to change image channel ordering between channels first and channels last?

PCA For categorical features?

Machine Learning and Natural Language Processing [closed]

math machine-learning nlp

What is the difference between Keras model.evaluate() and model.predict()?

Different decision tree algorithms with comparison of complexity or performance

Received a label value of 1 which is outside the valid range of [0, 1) - Python, Keras

How to calculate the number of parameters of convolutional neural networks?

Can I use CountVectorizer in scikit-learn to count frequency of documents that were not used to extract the tokens?