Skip to content
#

sigmoid

Here are 74 public repositories matching this topic...

校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step

  • Updated Oct 26, 2024
  • C++

Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. To find a local minimum of a function using gradient descent, we take steps proportional to the negative of the gradient (or approximate gradient) of the function at the current point. But if we instead take steps proporti…

  • Updated Oct 21, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the sigmoid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sigmoid topic, visit your repo's landing page and select "manage topics."

Learn more