Can I get brief example of how calculus is used in data-science? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I get brief example of how calculus is used in data-science?

I saw in an answer to another question someone listed the math skills needed for data-science, and I was curious if I could get an example of how calculus would be relevant. I just haven't seen one yet, and it would be helpful to know what I need to study exactly.

26th Oct 2021, 3:19 AM
Josiah Mathieu
Josiah Mathieu - avatar
3 Answers
+ 2
It won't be directly useful. You can use the popular Python libraries to skip the math involved and get your job done if that's your only goal. To understand some algorithms(not all) deeply, you may need to know calculus. The best example should be the gradient descent. You can read some detail here: https://towardsdatascience.com/calculus-in-data-science-and-its-uses-3f3e1b5e5b35
26th Oct 2021, 6:15 AM
Infinity
Infinity - avatar
+ 1
Thank you, Infinity. I still have a number of methods and models to learn yet, and I have little experience with real world data sets at this point. I may have to just get a book on theory at some point, but I would definitely like the models to be more than a black box.
26th Oct 2021, 7:39 AM
Josiah Mathieu
Josiah Mathieu - avatar
+ 1
I can understand. No one would want an incomplete understanding of what they are supposed to be good at. You can always dive deep, starting right from the basics.
26th Oct 2021, 8:23 AM
Infinity
Infinity - avatar