Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in neural-network

Why in preprocessing image data, we need to do zero-centered data?

Why plot_model in Keras does not plot the model correctly?

model.predict_classes is deprecated - What to use instead?

Early stopping in Bert Trainer instances

Looking for interesting topic from neural networks area [closed]

neural-network

How to use neural networks to solve "soft" solutions?

Neural network library for Python? [closed]

python neural-network

Delta rule vs. gradient descent?

neural-network

Neural Network Diverging instead of converging

(Python) Gaussian Bernoulli RBM on computing P(v|h)

What makes GPUs so efficient in neural network computations?

Neural Network composed of multiple activation functions

LSTM/RNN many to one

How to use keras for binary classification?

Add dense layer before LSTM layer in keras or Tensorflow?

Matrix dimensions not matching in back propagation

How is the output h_n of an RNN (nn.LSTM, nn.GRU, etc.) in PyTorch structured?

Change the input size in Keras

Why is ReLU used in regression with Neural Networks?

What is freezing/unfreezing a layer in neural networks?