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.
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.