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

https://github.com/mohammedsaqibms/convolution_model_step_by_step

A step-by-step implementation of core CNN components, including zero-padding, convolution, and pooling layers, inspired by the Deep Learning Specialization.
https://github.com/mohammedsaqibms/convolution_model_step_by_step

convolution convolutional-neural-networks deep-learning deep-learning-specialization pooling-layers zero-padding

Last synced: about 1 year ago
JSON representation

A step-by-step implementation of core CNN components, including zero-padding, convolution, and pooling layers, inspired by the Deep Learning Specialization.

Awesome Lists containing this project

README

          

# 🧠 Convolutional Neural Networks: Step by Step

Welcome to the **Convolutional Neural Networks: Step by Step** repository! 🚀 This project provides an in-depth implementation of foundational concepts in Convolutional Neural Networks (CNNs), including zero-padding, convolutional steps, forward propagation, and pooling layers.

This repository is an excellent resource for anyone looking to understand the mechanics of CNNs through practical coding examples. 💻✨

## 🙌 Acknowledgments

Special thanks to the amazing team at [DeepLearning.AI](https://www.deeplearning.ai/courses/deep-learning-specialization/) for their educational resources and inspiration. This repository is built upon concepts taught in their **Deep Learning Specialization** course. 🎓📚