Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

What is a batch in TensorFlow?

In which cases is the cross-entropy preferred over the mean squared error? [closed]

How do I solve overfitting in random forest of Python sklearn?

How to get mini-batches in pytorch in a clean and efficient way?

How to install xgboost package in python (windows platform)?

How to predict input image using trained model in Keras?

TensorFlow: "Attempting to use uninitialized value" in variable initialization

Scikit Learn - K-Means - Elbow - criterion

How hard is it to implement a chess engine? [closed]

machine-learning chess

Can neural networks approximate any function given enough hidden neurons?

What is a projection layer in the context of neural networks?

tag generation from a text content

What is the inverse of regularization strength in Logistic Regression? How should it affect my code?

plotting results of hierarchical clustering ontop of a matrix of data in python

Normalize data before or after split of training and testing data?

F1 Score vs ROC AUC

What does calling fit() multiple times on the same model do?

What is difference between tf.truncated_normal and tf.random_normal?

Calculate AUC in R?

Does the SVM in sklearn support incremental (online) learning?