Jimmy Keith's posts
Canvas animations are great for eye catching displays, but what about animations on buttons? Or anything else that isn’t a canvas? You could use native css animations, but those can be cumbersome, especially for complex animations. Instead, we’ll be taking a look at the popular animation library GreenSock.
read more...Posted on 2019 Dec
A quick look at drawing and animation with HTML Canvas and Javascript
read more...Posted on 2019 Oct
Part 2 of my foray into machine learning. In part one we built a neuron class in python. In this post we’ll start to train it to be useful… or as useful as a binary classifier can be.
read more...Posted on 2019 Jul
As somewhat of a part 2 to my Hobby Dev Post, and part 1 of its own little series, I’ve started dabbling with machine learning. This isn’t meant as a tutorial so much as a narrative of my journey into trying to create a neural network from the ground up, using just the python standard library!
read more...Posted on 2019 Jul
Side projects? We don’t need no stinking side projects… Or do we?
read more...Posted on 2019 May
I am no git wizard, not even adept really. I know just enough to “git” by. ;) Let me regale you with a tale of my git shenanigans and you can help me “git gud”.
read more...