At FSDL, we believe in the power of shipping. So in the class, students build and share their own ML-powered products. This year, folks built all kinds of things, from a recipe inverter to a VTuber generator.
We'll be sharing some of our favorites here on Twitter.
Course Co-Pilot: convert a YT video into a text summary.
Over the last few months of running the Full Stack Deep Learning course, we released one lecture video (+notes) each week and wrote an accompanying Twitter thread.
That's a lot of content, so here's a 🧵 thread-of-threads 🧵 collecting all of them up.
Lecture 1 🧵: Course Vision and When to Use ML, by @josh_tobin_
🧪 Lab 5: Troubleshooting & Testing 🧪 didn't get a thread at time of release, so let's do one now!
For the testing part of the lab, we cover the basic tools with an eye on what works best for ML.
For example, Shellcheck to catch weird edge cases in the bash scripts that often glue ML pipeline steps together and fail silently with dire consequences: