Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

Why the cost function of logistic regression has a logarithmic expression?

How can I do Train And Test step in Giza++?

machine-learning nlp giza++

TimeDistributed(Dense) vs Dense in Keras - Same number of parameters

Does TensorFlow have cross validation implemented for its users?

General approach to developing an image classification algorithm for Dilbert cartoons

Insert or delete a step in scikit-learn Pipeline

How to set weights in Keras with a numpy array?

"RuntimeError: Expected 4-dimensional input for 4-dimensional weight 32 3 3, but got 3-dimensional input of size [3, 224, 224] instead"?

How to fix MatMul Op has type float64 that does not match type float32 TypeError?

record the computation time for each epoch in Keras during model.fit()

How to load only specific weights on Keras

How to turn off dropout for testing in Tensorflow?

Tensorflow Slim: TypeError: Expected int32, got list containing Tensors of type '_Message' instead

Get learning rate of keras model

Simple Python implementation of collaborative topic modeling?

Tackling Class Imbalance: scaling contribution to loss and sgd

confused about random_state in decision tree of scikit learn

Python Implementation of OPTICS (Clustering) Algorithm

What is Depth of a convolutional neural network?

Early stopping with Keras and sklearn GridSearchCV cross-validation