Search code examples
Is the loss of the mini-batch the mean of the losses for each sample?...


numpymachine-learningdeep-learninggradient-descent

Read More
Gradient descent function in python - error in loss function or weights...


pythongradient-descent

Read More
Octave / Gradient Descent code: GD works fine, but it won't save the output from the cost functi...


machine-learningoctavegradient-descent

Read More
How can I visualise this gradient descent algorithm?...


pythonmatplotlibgradient-descent

Read More
Is SGD optimizer in PyTorch actually does Gradient Descent algorithm?...


pythonpytorchgradient-descent

Read More
Understanding gradient computation using backward() in PyTorch...


pythonpytorchtorchgradient-descentautograd

Read More
tf.GradientTape giving None gradient while writing custom training loop...


pythontensorflowgradient-descentgradienttape

Read More
Partial Derivative term in the Gradient Descent Algorithm...


machine-learninggradient-descent

Read More
how to set the gradient for a network in pytorch...


pythonneural-networkpytorchgradient-descentstochastic-gradient

Read More
Is it possible to do this shape CSS?...


cssgradientcss-shapesgradient-descent

Read More
How do I include the bias term with other weights when performing gradient descent in TensorFlow?...


tensorflowlinear-regressiontensorflow2.0gradient-descent

Read More
Vectorized form Derivation of Multiple Linear Regression Cost Function...


machine-learninglinear-regressiongradient-descentcost-based-optimizer

Read More
scipy.optimize.fmin_l_bfgs_b returns 'ABNORMAL_TERMINATION_IN_LNSRCH'...


optimizationmachine-learningstatisticsnormal-distributiongradient-descent

Read More
Will switching GPU device affect the gradient in PyTorch back propagation?...


pytorchgpucpugradient-descentbackpropagation

Read More
How MAE loss is optimized with SGD optimizer in sklearn?...


machine-learningscikit-learngradient-descent

Read More
ZeroDivisionError: division by zero error in gradient descent.py...


pythonpython-3.xmachine-learninggradient-descentdivide-by-zero

Read More
Trying to train a model on Jupiter and Google Colab. getting errors when trying to implement gradien...


pythontensorflowgradient-descentsiamese-network

Read More
Training with threshold in PyTorch...


pythonmachine-learningdeep-learningpytorchgradient-descent

Read More
How can I get the gradients of two losses in pytorch...


pythonpytorchcomputer-visiongradient-descent

Read More
Fast gradient-descent implementation in a C++ library?...


c++visual-studio-2010optimizationnumerical-methodsgradient-descent

Read More
how is the optmization done when we use zero_grad() in PyTorch?...


pythonoptimizationdeep-learningpytorchgradient-descent

Read More
Understand Adam optimizer intuitively...


algorithmtensorflowpytorchgradient-descentopenai-api

Read More
Attribute Error: `loss.backward()` returns None...


machine-learningdeep-learningpytorchgradient-descentfast-ai

Read More
Gradient descent extended function example...


pythonfunctionnumpymathgradient-descent

Read More
Full-matrix approach to backpropagation in Artificial Neural Network...


pythonnumpyneural-networkbackpropagationgradient-descent

Read More
Adam optimizer: ValueError: No gradients provided for any variable...


pythontensorflowtensorflow2.0gradient-descentpre-trained-model

Read More
How does a decaying learning rate schedule with AdamW influence the weight decay parameter?...


pythonoptimizationdeep-learningpytorchgradient-descent

Read More
torch.no_grad() and detach() combined...


machine-learningdeep-learningneural-networkpytorchgradient-descent

Read More
Understanding Pytorch Weight and Biases in Linear Layer...


pythondeep-learningneural-networkpytorchgradient-descent

Read More
Why are the gradients not equivalent when using loss.backward() v.s torch.auto.grad?...


pythonpytorchgradient-descentautogradstochastic-gradient

Read More
BackNext