Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the following variant of gradient descent: stochastic, batch, and mini-batch?



Explain the following variant of gradient descent: stochastic, batch, and mini-batch?..

Answer / Neelabh Shukla

1. Stochastic Gradient Descent (SGD) is a variation of Gradient Descent where instead of computing gradients over an entire dataset, it computes gradients for a single example from the dataset at each iteration. This makes SGD computationally efficient but prone to noisy updates due to its high variance. 2. Batch Gradient Descent (BGD) is another variation where gradients are computed over the entire training set in one go. This helps reduce the noise compared to SGD, but it can be slower and require more memory. 3. Mini-Batch Gradient Descent (MBGD) is a compromise between SGD and BGD. In MBGD, gradients are computed for a small batch of examples (mini-batch) instead of the entire dataset or a single example. This reduces the noise while still maintaining computational efficiency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AI Deep Learning Interview Questions

What will happen if the learning rate is set too low or too high?

1 Answers  


What are the differences between Machine Learning and Deep Learning?

1 Answers  


What is Bagging and Boosting?

1 Answers  


Explain gradient descent?

1 Answers  


Can relu function be used in output layer?

1 Answers  


What is the use of leaky relu function?

1 Answers  


Please explain what is deep learning?

1 Answers  


What do you mean by deep learning and why has it become popular now?

1 Answers  


What is an auto-encoder?

1 Answers  


What is data normalization?

1 Answers  


Why is zero initialization not a good weight initialization process?

1 Answers  


What do you understand by boltzmann machine?

1 Answers  


Categories
  • AI Algorithms Interview Questions AI Algorithms (74)
  • AI Natural Language Processing Interview Questions AI Natural Language Processing (96)
  • AI Knowledge Representation Reasoning Interview Questions AI Knowledge Representation Reasoning (12)
  • AI Robotics Interview Questions AI Robotics (183)
  • AI Computer Vision Interview Questions AI Computer Vision (13)
  • AI Neural Networks Interview Questions AI Neural Networks (66)
  • AI Fuzzy Logic Interview Questions AI Fuzzy Logic (31)
  • AI Games Interview Questions AI Games (8)
  • AI Languages Interview Questions AI Languages (141)
  • AI Tools Interview Questions AI Tools (11)
  • AI Machine Learning Interview Questions AI Machine Learning (659)
  • Data Science Interview Questions Data Science (671)
  • Data Mining Interview Questions Data Mining (120)
  • AI Deep Learning Interview Questions AI Deep Learning (111)
  • Generative AI Interview Questions Generative AI (153)
  • AI Frameworks Libraries Interview Questions AI Frameworks Libraries (197)
  • AI Ethics Safety Interview Questions AI Ethics Safety (100)
  • AI Applications Interview Questions AI Applications (427)
  • AI General Interview Questions AI General (197)
  • AI AllOther Interview Questions AI AllOther (6)