Let's build Neural Network classifier using only Python and NumPy. We will implement the Backpropagation algorithm and use it to train our model. Finally, our newly created classifier will be used to recognize digits from the MNIST dataset. »
Let's build a Convolutional Neural Network that can distinguish cats from dogs using only raw pixel values. We will use a little helpful library called TFLearn. Is it going to be good enough to correctly classify your cat or a dog? »
Is it possible to use mobile apps as a training ground for your RL agents? You might need a tad bit more than sugar, spice and everything nice to do it. »
In this one, you will build a Neural Network which tries to decide whether or not a student has drinking problem. Will you get good accuracy from the model? »