Gradient descent optimization technique
Optimization is the process that aims to choose a best component (as to some foundation) from some arrangement of accessible options. Moreover, optimization is the final objective in problem solving situations, whether the problem belongs to computer science, mathematics, operational research or real life. Optimization techniques allows the problem to use available resources in best possible way. Hence it saves time, space and overall execution cost of the problem. In case of machine learning problems, one does not have idea…