We use sphinx-gallery's notebook styled examples to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted python file and it shows up as documentation page. In ...
This is a series of "From Scratch" tutorials I'm writing for implementing cool deep learning state-of-the-art models on my own using Tensorflow and Pytorch. What I cannot create, I do not understand. ...