I wrote this because I wanted to test my understanding of how to implement a feed forward neural network. In particular, I wanted to write an implementation of back propagation. As a guide, I used an ...
This project guides you through constructing an image classifier using TensorFlow. Throughout the project, you'll develop the code and then transform it into a user-friendly application. You'll also ...