Search code examples
Activation functions: Softmax vs Sigmoid...


pythonconv-neural-networksoftmaxactivation-functionsigmoid

Read More
How to get the output of the model, before the softmax, without chaning the model architecture?...


tensorflowkerassoftmax

Read More
Why use softmax as opposed to standard normalization?...


mathneural-networksoftmax

Read More
Difference between logistic regression and softmax regression...


algorithmmachine-learningclassificationlogistic-regressionsoftmax

Read More
What's inside inner vertices in Word2Vec Hierarchical Softmax?...


machine-learningnlpword2vechierarchicalsoftmax

Read More
Is there a better way than this to implement Softmax Action Selection for Reinforcement Learning?...


python-2.7if-statementrandomreinforcement-learningsoftmax

Read More
why softmax get small gradient when the value is large in paper 'Attention is all you need'...


deep-learningnlpsoftmaxattention-model

Read More
How to implement the Softmax function in Python?...


pythonnumpymachine-learninglogistic-regressionsoftmax

Read More
Should I use softmax as output when using cross entropy loss in pytorch?...


pythonpytorchmnistsoftmax

Read More
Implementation of a softmax activation function for neural networks...


c++mathneural-networksoftmax

Read More
index 1 is out of bounds for axis 0 with size 1 for softmax function...


pythonnumpymachine-learningsoftmax

Read More
Compute a Jacobian matrix from scratch in Python...


pythonnumpydeep-learningderivativesoftmax

Read More
Why does my MLP model's loss explode when using softmax and cross entropy in Python?...


numpymachine-learningbackpropagationsoftmaxcross-entropy

Read More
How to implement the Softmax derivative independently from any loss function?...


neural-networkregressionbackpropagationderivativesoftmax

Read More
How to make a prediction using karas TensorFlow?...


pythontensorflowmachine-learningkerassoftmax

Read More
How to square a row in NumPy to go from a 2-d array to a 3-d one where each row was squared?...


pythonnumpyneural-networksoftmax

Read More
Can I apply softmax only on specific output neurons?...


pytorchreinforcement-learningsoftmax

Read More
Numerically stable softmax...


pythonnumpynanscientific-computingsoftmax

Read More
BERT Transformer model gives an error for multiclass classification...


bert-language-modelsoftmaxcross-entropy

Read More
Same script computes different results on Matlab and Python...


pythonmatlabsoftmax

Read More
PyTorch equivalent to tf.nn.softmax_cross_entropy_with_logits and tf.nn.sigmoid_cross_entropy_with_l...


pythonpytorchtensorflow2.0softmax

Read More
Softmax and its derivative along an axis...


pythonnumpyneural-networkderivativesoftmax

Read More
softmax_loss function: Turn the loop into matrix operation...


pythonnumpymachine-learningsoftmax

Read More
CrossEntropyLoss showing poor accuracy on 2d output...


neural-networkpytorchsoftmaxcross-entropy

Read More
Why does Softmax(dim=0) produce poor results?...


deep-learningneural-networkpytorchsoftmax

Read More
Calculate the softmax of an array column-wise using numpy...


pythonarraysnumpysoftmax

Read More
In TensorFlow, why a m*n matrix can add n * 1 matrix?...


pythontensorflowmatrixmnistsoftmax

Read More
CS231n: How to calculate gradient for Softmax loss function?...


pythonnumpysoftmax

Read More
How can I reduce dimension of a tensor after using Softmax?...


pythonpytorchtensorsoftmax

Read More
Tensorflow Prediction in Bigquery Softmax...


tensorflowgoogle-bigquerysoftmax

Read More
BackNext