Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

What is the intuition of using tanh in LSTM? [closed]

RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same

How to create a new gym environment in OpenAI?

keras: how to save the training history attribute of the history object

How to get Tensorflow tensor dimensions (shape) as int values?

What is machine learning? [closed]

What is the difference between np.mean and tf.reduce_mean?

Keras: Difference between Kernel and Activity regularizers

Understanding min_df and max_df in scikit CountVectorizer

What is the role of TimeDistributed layer in Keras?

Error in Python script "Expected 2D array, got 1D array instead:"?

What is the mAP metric and how is it calculated? [closed]

Common causes of nans during training

Python: tf-idf-cosine: to find document similarity

word2vec: negative sampling (in layman term)?

How to concatenate two layers in keras?

multi-layer perceptron (MLP) architecture: criteria for choosing number of hidden layers and size of the hidden layer? [closed]

Why is the F-Measure a harmonic mean and not an arithmetic mean of the Precision and Recall measures?

How to load a model from an HDF5 file in Keras?

What is cross-entropy? [closed]