Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in machine-learning

How can I use one-hot encoded labels with some sklearn classifiers?

Query regarding vector transpose in hypothesis function (Stanford Machine Learning Video Lecture 2)

Why is it in Pytorch when I make a COPY of a network's weight it would be automatically updated after back-propagation?

Keras / NN - Handling NaN, missing input

Wild discrepancies between training DeepLab ResNet V3 on Google Colab versus on local machine

statsmodels raises TypeError: ufunc 'isfinite' not supported for the input types

Do you have to pickle scaler & ML model for deployment?

fastai show_batch and show_results does nothing

Why would a neural networks validation loss and accuracy fluctuate at first?

Keras fit model: TypeError: unhashable type: 'numpy.ndarray'

xgboost issue with multi:softprob -- label size predict size not match

Keras: Does model.predict() require normalized data if I train the model with normalized data?

Why is the decoder in an autoencoder uses a sigmoid on the last layer?

How to get the outline of the image detected (using cnn object detection) rather than rectangular box around it?

machine-learning

How to calculate maximum gradient for each layer given a mini-batch

Stochastic Gradient Descent(SGD) vs Mini-batch size 1

Keras: Big one-hot-encoding: binary_crossentropy or categorical_crossentropy

Is there any module for Non_Linear Logistic regression in Python sklearn?

Scikit-learn - user-defined weights function for KNeighborsClassifier