Click the square on the bottom right of the video to view full-screen.
More information about this lesson available at the lesson wiki.
There are also Notes available.

7—RF from Scratch and Gradient Descent

Today we’ll finish off our “from scratch” random forest interpretation! We’ll also briefly look at the amazing “cython” library that you can use to get the same speed as C code with minimal changes to your python code.

Then we’ll start on the next stage of our journey - gradient descent based methods such as logistic regression and neural networks…