stan-dev/math
The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.
解決的問題
提供高性能的 C++ 庫用於逆模式自動微分,讓開發者無需手動推導或計算,即可建構需要精確導數的演算法。
工作原理
該庫實作了逆模式自動微分技術,這是一種高效計算複雜數學函數梯度的技術,是該庫的核心功能。
適用對象
專為需要建構和使用依賴導數的演算法的開發者與研究人員設計,特別適用於使用 C++ 的使用者。
特色亮點
- 高效能 C++ 實作
- 面向可擴展性、穩定性與可移植性設計
- 廣泛且可擴展的架構
- 在新 BSD 許可條款下可重新分發
相關
- 專案
- 專案
- 專案
- 專案
- 專案