Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gradient Descent

How To Scale The Gradient During Batch Update In Keras?

I am using a standard keras model and I am training on batch (using the train_on_batch function). N… Read more How To Scale The Gradient During Batch Update In Keras?

How To Determine The Learning Rate And The Variance In A Gradient Descent Algorithm?

I started to learn the machine learning last week. when I want to make a gradient descent script to… Read more How To Determine The Learning Rate And The Variance In A Gradient Descent Algorithm?