Focus on Python
This week while my group member troubleshooted some issues with downloading the tensorflow, I focused more on learning more syntax with python. I used sololearn's python tutorials to learn more about python since I will need to use it to update the tensorflow models to fit the needs of our program. I really like how python is very similar to Java, so most of it also helps me refresh my memory on Java concepts. I have also watched some videos that explain how tensorflow works. Tensorflow is very complicated so these videos help simplify these complex ideas to me. For tensorflow, you use groups that classify images into categories, but I am wondering if it will end up being more simple for us since we just need to classify as correct and not correct. I am excited to test this theory when we get tensorflow running. First we will need to use sample models that test that tensorflow is working, then we can edit the code and the sample images to fit our needs. I believe that I will be able to navigate through the code pretty easily since I am becoming more comfortable with python.
Comments
Post a Comment