An open API service indexing awesome lists of open source software.

https://github.com/mohammedsaqibms/convolution_model_application

CNN TensorFlow image classification deep learning forward propagation cost optimization model training dataset preprocessing
https://github.com/mohammedsaqibms/convolution_model_application

convolutional-neural-networks cost-optimization dataset-preprocessing deep-learning forward-propagation image-classification model-training tensorflow2

Last synced: 4 months ago
JSON representation

CNN TensorFlow image classification deep learning forward propagation cost optimization model training dataset preprocessing

Awesome Lists containing this project

README

          

# Convolutional Neural Networks: Application 🧠

## Overview 📚
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.

## Acknowledgments 🤝
- [DeepLearning.AI](https://www.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.