Bootcamps

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Academy

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Full-Stack Software Developer - 16w

Data Science and Machine Learning - 16 wks

Search from all Lessons


LoginGet Started
← Back to Lessons

Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge

Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast
Edit on Github

Calculus

Calculus
  • Derivatives

Calculus

Calculus is a branch of mathematics that focuses on the concepts of derivatives and integrals, which are techniques that describe how functions change.

Calculus, linear algebra and probability are the foundations of Machine Learning. Learning about these topics will give us a deeper understanding of how models might work by definition and even allow us to develop new ones.

Derivatives

The derivatives (derivative) measure the rate of change. If we think of a function that describes the position of a moving object with respect to time, the derivative of that function would give us the velocity of the object at any given time.

Integrals

The integrals (integrals) give us an accumulation of quantities. Continuing with the example of the moving object, if we had a function that describes the velocity of the object with respect to time, the integral of that function would tell us how far the object has traveled in a time interval.

Machine learning uses derivatives in optimization problems. Optimization algorithms such as gradient descent use derivatives to decide whether to increase or decrease weights to maximize or minimize some objective (e.g., the accuracy of a model or error functions). Derivatives also help us approximate nonlinear functions to linear functions with constant slopes. Thus, by having a constant slope, the model can calibrate its weights (increase or decrease them) to approach the target value.