RSSAmplifier

Blog

Jack McKew's Blog

Engineer | Software Developer | Data Scientist

jackmckew.devRSS feed ↗5 posts

Latest posts

Things I Learnt Becoming a Cave Diver

I've spent 6 months this year living in Mexico to learn Spanish but also to become a full cave diver! This has been a life changing experience which I'll forever hold close to my heart. I can honestly say I chased my dreams and achieved them, beyond proud of myself …

Reinforcement Learning in Unity

I find machine's working automatically to complete a task one of the most fascinating things, imagine how good it feels to watch a machine that learns to do the task on it's own! Especially if you're the teacher, in this blog post, we're going to go through: How to set …

ML Agents for Unity on Apple Silicon (M1/M2/M3)

If you're like me, you found this blog post likely after struggling to get ML agents set up and working a Mac M1/M2/M3, here's hoping what I found that works for me, works for you! Clone the ml-agents repo Ensure you have the ml-agents repo cloned locally! This …

Reinforcement Learning with PyTorch

In our final exploration into machine learning with PyTorch, we're going to do something critical for lifeforms in our world, learn to walk! This post took many trials and errors, a form of reinforcement learning I completed unsupervised as a human. The resulting code below was what ended up working …

Classifying Images with PyTorch

Neural networks are something you hear about constantly in the world of machine learning, so in this post we're going to build, train and test a neural network to classify images with PyTorch! We will be using the CIFAR-10 dataset (CIFAR stands for Canadian Institute for Advanced Research), and it's …