Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (17.6k points)

Question about TensorFlow:

I was looking at the video and model on the site, and it appeared to only have SGD as an algorithm for machine learning. I was wondering if other algorithms are also included in tensorflow, such as L-BFGS.

Thank you for your responses.

1 Answer

0 votes
by (41.4k points)

Stochastic Gradient Descent (SGD) is an optimizer used in deep learning and it is used by tensorflow.

There are many more optimizers used by tensorflow in deep learning as mentioned below:

1.GradientDescentOptimizer

2.FtrlOptimizer

3.MomentumOptimizer

4.AdadeltaOptimizer

5.AdagradOptimizer

6.AdamOptimizer

7.RMSPropOptimizer

There is  TensorFlow SciPy Optimizer interface which you can use that gives you access to optimizers like the L-BFGS.

If you want to be build successful data science career then enroll for best data science certification.

Browse Categories

...