Week 4 Progress Update

Week 4 Progress Update

        This week I spent the first few days doing more research into how to build a CNN in TensorFlow. I primarily used the TensorFlow example ( https://www.tensorflow.org/tutorials/images/deep_cnn) and the corresponding documentation for this. Once I found I had a solid understanding of the basics of TensorFlow I began programming my own CNN, loosely based off of the TensorFlow example. I have not yet used it or chosen a dataset to test it with but I have created all of my helper functions and built the framework for the model as shown below.

Comments

Popular posts from this blog

Week 5 Progress Update