Hi, I am currently in the Optimization Algorithms set of videos. Here i am in the part where we plot all the Learning Algos one by one. I have successfully plotted the static plot of the Gradient Descent using 3-d plotting, but the same for Dynamic plotting using the Animated Video is throwing up the error stated in the title.
Kindly find the link of my colab notebook below.
https://colab.research.google.com/drive/1oMzF6UxC1t_6YLD-5SqdHTTGymTWTWtI#scrollTo=OuvWy6PfnE86
P . S - I just found out that the animation works fine when i select the 2d visualization but kinda messes things up for the same in 3d. Moreover, i am facing a new issue where i found out that when i used the initial points as provided in the videos, for those points in the videos reaching the global minima, my version of coding failed to do so. Kindly address this issue also.