Robert JohnDec 27, 20218 min readHow to Train and Deploy a Speech Model on Arducam Pico4ML TinyML Dev Kit (RP2040) Using Edge ImpulseLearn to train a speech model using Edge Impulse and then deploy it to an Arducam Pico4ML Raspberry Pi Pico (RP2040).
Robert JohnMar 23, 20218 min readYou Can Train Machine Learning Models With SQL Using BigQuery MLLearn about training Machine Learning models using SQL inside Google's BigQuery Analytics Database.
Robert JohnJun 26, 20204 min readBite-Sized Machine Learning, Part 1What is Machine Learning? It's nothing complicated, even though you need to know a few things before you can implement it. Learn more ...
Robert JohnJun 25, 202011 min readPredict Housing Prices with Linear Regression using Scikit-LearnLinear Regression is a Machine Learning approach that makes use of mathematical models to predict continuous numerical outputs.
Robert JohnMay 24, 20208 min readBite-Sized Machine Learning, Part 3: Getting StartedThe ML landscape is wide and varied. Should you cook your own models or eat out? Read on to find out what your options are.
Robert JohnMay 20, 20203 min readBite-Sized Machine Learning, Part 2: WhyNot every problem lends itself to Machine Learning. I use a list to determine whether or not to apply ML to a programming task.