machine learning Installing TensorFlow and JupyterLab on Mac with M1 A few weeks ago (see Getting started with ML: Colab or self-hosted Jupyter?), I said I would eventually install JupyterLab locally on my Mac with M1. TRLDThe date is Feb 25, 2021. I found out the hard way that since scipy won't work for
machine learning Using Kaggle datasets in Colab Here's how I got Kaggle datasets into Colab. The book I'm following referred to the Dogs vs Cats dataset. After creating an account, I went to the dataset page. Dogs vs. Cats | KaggleCreate an algorithm to distinguish dogs from catsKaggleOne way would be to
machine learning Getting started with ML: Colab or self-hosted Jupyter? The basic trade off is well-known. If you use an online VM like Google's Colab or Amazon's EC2 instances, you don't need hardware, but the cost of running the VMs will get expensive later. If you self-host, you need to buy some dedicated hardware,