Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 594 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 594 Bytes

Gradient Checking 📊

Welcome to the Gradient Checking repository! This project demonstrates the concept of gradient checking in both 1-dimensional and N-dimensional contexts. Gradient checking is essential for verifying the correctness of the gradients computed by backpropagation algorithms in neural networks.

Credits 🙏

This repository is inspired by the Deep Learning Specialization by DeepLearning.AI. Special thanks to the course for providing the foundational concepts and techniques used in this project.