October 2018
Beginner to intermediate
676 pages
18h 30m
English
ani.save("sigmoid.mp4") saves the ani animation in the working directory with the name sigmoid.mp4.
The second option also does the same thing, but gives more flexibility in the way you want to save the file by passing various arguments. You can refer to the documentation for detailed explanation of these arguments, as well as other writer functions that are supported by Matplotlib; see https://matplotlib.org/api/animation_api.html for details.
You can see the sigmoid.mp4 file in the code library. You can run it and see how the animation works.
Read now
Unlock full access