Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

How to compute precision, recall, accuracy and f1-score for the multiclass case with scikit learn?

When should I use genetic algorithms as opposed to neural networks? [closed]

Can anyone explain me StandardScaler?

How to train an artificial neural network to play Diablo 2 using visual input?

What is exactly sklearn.pipeline.Pipeline?

Many to one and many to many LSTM examples in Keras

What is the difference between steps and epochs in TensorFlow?

What is the role of "Flatten" in Keras?

How to understand Locality Sensitive Hashing? [closed]

TensorFlow, why was python the chosen language?

Why must a nonlinear activation function be used in a backpropagation neural network? [closed]

Intuitive understanding of 1D, 2D, and 3D convolutions in convolutional neural networks [closed]

Why do we have to normalize the input for an artificial neural network? [closed]

How can I run Tensorboard on a remote server?

Nearest neighbors in high-dimensional data? [closed]

How to extract the decision rules from scikit-learn decision-tree?

How to initialize weights in PyTorch?

How can I one hot encode in Python?

Why binary_crossentropy and categorical_crossentropy give different performances for the same problem?

Is it possible to specify your own distance function using scikit-learn K-Means Clustering?