This repository demonstrates the application of Convolutional Neural Networks (CNN) using TensorFlow for image classification. It focuses on the implementation of a CNN architecture for recognizing different signs. The model includes various layers like convolutional, ReLU activation, max pooling, flattening, and a fully connected output layer.
- DeepLearning.AI for their outstanding course materials on deep learning.
- TensorFlow for providing a powerful machine learning framework.
- The community for continuous contributions to open-source machine learning development.