3Blue1Brown
Transcripts from 3Blue1Brown (Grant Sanderson) YouTube videos, covering neural networks, deep learning, and related mathematics.
TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC