This post is a tutorial for loading data with FastAI. The interface has changed a lot since I originally wrote a FastAI data tutorial, so I deleted that one and I’m starting from scratch and making a brand new one. I’ll try to keep this up-to-date with the latest version. FastAI seems to be quite stable at the moment, so hopefully this will continue to work with the latest version.
Is it barbaric to write poetry after Auschwitz?
Why is modern architecture so ugly?
Apple’s M1 chips were released to much fanfare and some very impressive benchmarks. Unfortunately, all these gains don’t come for free. The downside of such a significant change is that it causes incompatibility issues. And because the basic CPU and instruction set are different, there are a lot of thorny issues. In this post, I’ll walk through some I ran into when installing standard data science libraries and how I solved them. In the end, I was able to get everything working, although it took quite a bit of patience. Hopefully, these incompatibilities get resolved relatively soon, but, until then, here’s my guide to help you out.
If you’ve ever tried to clone a repository from GitHub and gotten a “Permission denied (publickey)” error, you may need to create an ssh key and share it with GitHub. This post will walk through that process. The commands used in this post are for Mac and Linux.
This post is in a series on doing machine learning with unbalanced datasets. This post focuses on the evaluation aspect in particular. For background, please see the setup post.
This post is in a series on machine learning with unbalanced datasets. This post focuses on the makeup of the validation set in particular. For background, please see the setup post.