awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesGradient Checking

The use of numerical approximation to verify the correctness of backpropagation derivatives.

Distinct from Backpropagation: Focuses specifically on the verification of the gradient implementation rather than the gradient descent algorithm itself.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Gradient Checking. Refine with filters or upvote what's useful.

Awesome Gradient Checking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rasbt/python-machine-learning-bookrasbt 的头像

    rasbt/python-machine-learning-book

    12,614在 GitHub 上查看↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Implements gradient checking using numerical approximations to verify the correctness of backpropagation derivatives.

    Jupyter Notebook
    在 GitHub 上查看↗12,614
  • lawlite19/machinelearning_pythonlawlite19 的头像

    lawlite19/MachineLearning_Python

    8,526在 GitHub 上查看↗

    This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to demonstrate foundational AI concepts. It provides a comprehensive toolkit for supervised learning, unsupervised learning, and neural network development. The project is distinguished by its custom implementation of a neural network framework, which includes multi-layer perceptrons with backpropagation, gradient descent, and weight regularization. It also includes a specialized anomaly detection toolkit that identifies outliers and rare events using Gaussian probability distributions

    Validates backpropagation gradients by comparing analytic results against numerical approximations.

    Python
    在 GitHub 上查看↗8,526
  • afshinea/stanford-cs-230-deep-learningafshinea 的头像

    afshinea/stanford-cs-230-deep-learning

    7,028在 GitHub 上查看↗

    This repository collects illustrated single-page cheat sheets that compress the core topics of Stanford's CS 230 deep learning course into visual reference summaries. The collection covers convolutional neural networks, recurrent neural networks, and practical training techniques, pairing schematic diagrams with mathematical notation to bridge intuition and formal understanding. The cheat sheets are organized by subject area and link related concepts across topics, such as connecting vanishing gradients to LSTM gates, to reinforce the full deep learning workflow. Practical training advice on

    Covers gradient checking to verify backpropagation correctness in the training guide.

    cheatsheetconvolutional-neural-networksdata-science
    在 GitHub 上查看↗7,028
  • ashishpatel26/andrew-ng-notesashishpatel26 的头像

    ashishpatel26/Andrew-NG-Notes

    3,594在 GitHub 上查看↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Implements numerical gradient checking to detect bugs in manual backpropagation implementations.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    在 GitHub 上查看↗3,594
  1. Home
  2. Artificial Intelligence & ML
  3. Backpropagation
  4. Gradient Checking