NumSharp v0.5 科學計算庫釋出,加入對 dtype 的動態支援
阿新 • • 發佈:2018-12-05
NumSharp(Numerical .NET)可以說是C#中的科學計算庫。 它是用C#編寫的,符合.netstandard 2.0庫標準。 它的目標是讓.NET開發人員使用NumPy的語法編寫機器學習程式碼,從而最大限度地借鑑現有大量在python程式碼的轉譯成本。 NumSharp使用最新的Span技術安全高效地訪問記憶體,優化每個模擬API的效能,確保最底層的NDArray達到最佳效能狀態。NumSharp對於在陣列上執行數學和邏輯運算非常有用。 它為.NET中的n維矩陣的操作提供了大量有用的功能。
NumSharp v0.5釋出,包含大量更新和API改進,其中最大的改變是支援dtype,弱化泛型設計,為了更好的的支援SciSharp技術棧的其它依賴專案。
Abstract storage and shape from NDArray.
Support dynamic dtype, make generic NDArray inherit from NDArray.
Add string[] and bool[] storage.
Updated online documents.
Add np.ravel, np.transpose.
Github: https://github.com/SciSharp/NumSharp
Gitee: https://gitee.com/chenhaiping/NumSharp
Docs: https://scisharp.github.io/NumSharp
如果你覺得專案對你有所幫助,請star一下。