Archives for gradient descent

22 Mar

How to perform gradient-based optimization using Autograd?

image-32668
image-32668
Autograd is a python package that can provide us with a way to differentiate Numpy and Python code. It is a library for gradient-based optimization. Using this package we can work with a large subset of features of python including loops, ifs, recursion, and closures. Also, this package is capable of taking multiple step-wise derivatives of functions.
03 Jun

Does Deep Learning Suffer From Too Many Optimizers?

image-23214
image-23214

“There is no single optimizer that dominates its competitors across all tasks.” Critics often call machine learning ‘glorified statistics’. There is some merit to the argument. The fundamental function of any machine learning model is pattern recognition, which relies on the principles of convergence; the methods of fitting data to the model. To that end,…

The post Does Deep Learning Suffer From Too Many Optimizers? appeared first on Analytics India Magazine.

01 Nov

Complete Guide To Exploding Gradient Problem

image-17245
image-17245

Neural Networks have surely saved us many at times, the way we have used them for different use cases if simply phenomenal. This concept of deep learning was in talks for decades but because of computational issues, it was side talked for a few years. Deep Learning has got its hype again, many think that…

The post Complete Guide To Exploding Gradient Problem appeared first on Analytics India Magazine.

27 Sep

6 Techniques From Leading AI Scientists To Optimise Deep Neural Networks

image-7321
image-7321

Inspired by human brains, Artificial Neural Networks (ANN) are now being utilised by enterprises across the globe to solve a number of complex computing tasks like speech recognition, computer vision, stock market prediction, among others.  In this article, we list down 6 techniques which can be used to optimise deep neural networks.     1| Stochastic Gradient…

The post 6 Techniques From Leading AI Scientists To Optimise Deep Neural Networks appeared first on Analytics India Magazine.