Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

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]

How to apply gradient clipping in TensorFlow?

Can Keras with Tensorflow backend be forced to use CPU or GPU at will?

Why should weights of Neural Networks be initialized to random numbers? [closed]

What is the difference between a feature and a label? [closed]

machine-learning

Deep-Learning Nan loss reasons

What is an intuitive explanation of the Expectation Maximization technique? [closed]

What are the pros and cons between get_dummies (Pandas) and OneHotEncoder (Scikit-learn)?

What is the difference between value iteration and policy iteration? [closed]