Week 1 progress update

Week 1 progress

 

        This week I started building the algorithms for operating my convnet. I first installed TensorFlow, the framework I am using to build the models, which took far longer than it should have because of compatibility issues with the python installation on my machine. After I got this installed I did some minor research into data sets and chose a beginner data set for creating a neural network. This data set consists of different classifications of Belgian street signs. I then created a small algorithm to load the data as shown below.
The complications in installing TensorFlow set me back and this was as far as I got during the week.

Comments

Popular posts from this blog

Week 5 Progress Update