Monday, December 27, 2021

NN Assignmemt

 The assignment for CS50 AI neural Networks involves using Keras to

work with gtsrb. Effectively, one is writing code for a neural network

for traffic sign recognition.


Keras is a python front-end for Google's tensor flow. It is a library we can

call upon to specify a dataset and how we wish to train on it. 






Our code uses relu activation, which is the simplest:



Running the completed assignment:

                                        


https://github.com/dtemir/harvard-CS50AI/blob/master/traffic/traffic.py

No comments: