Quality assurance - Flagging defective products with a convolutional neural network
Another learning project! So this time I wanted to see how quickly I could make a CNN recognize obvious defects in products. I wanted to both »
Another learning project! So this time I wanted to see how quickly I could make a CNN recognize obvious defects in products. I wanted to both »
I've recently been learning me some basics about both data science and machine learning. I decided to up the challenge a bit and tried out implementing »
Even though I'm an experienced software developer, there's still lots of things I want to learn more about. Game design, AI, security, data science, image recognition, »
Everyone loves sharing their web dev stacks! There's even a whole popular site dedicated just for that. Rather than just blindly sharing the stack(s) I »
In this series I present a bunch of cool blog posts, articles, talks and podcasts that I've happened on over the past few months. The criteria »
Something I've wanted to get better at has been teaching software development. Learning is a general interest to me, and learning how to accelerate the learning »
(EDIT: I unfortunately lost the images related to this article. Some of the meaning of the text may thus be lost. Apologies.) In this small tutorial, »
This is a tool for planning lanes in the competitive mode of Insurgency: Sandstorm. !WIP! Persistency not (yet) implemented. Plans are lost as the backend is »
Oh boy, I was supposed to write this in the spring.. So in early 2018 when I saw the Real-Time Raytraced Reflections demo by Unreal, I »
So recently I ended up needing to convert an array of characters in Windows-1252 aka CP-1252, pointed to by char *, to UTF-8. As always, my first »