humphd/have-fun-with-machine-learning
This is a hands-on guide to machine learning for programmers with no background in AI. Using a neural network doesn't require a PhD, and you don't need to be the person who makes the next breakthrough in AI in order to use what exists today. What we have now is already breathtaking, and highly usable. I believe that more of us need to play with this stuff like we would any other open source technology, instead of treating it like a research topic. In this guide our goal will be to write a program that uses machine learning to predict, with a high degree of certainty, whether the images in data/untrained-samples are of dolphins or seahorses using only the images themselves, and without having seen them before. Here are two example images we'll use: To do that we're going to train and use a Convolutional Neural Network (CNN). We're going to approach this from the point of view of a practitioner vs. from first principles. There is so much excitement about AI right now, but much of what's being written feels like being taught to do tricks on your bike by a physics professor at a chalkboard instead of your friends in the park.
Jan-2-2017, 17:55:47 GMT