NumSharp v0.4 发布,基于 .NET 的开源科学计算库

栏目: 软件资讯 · 发布时间: 7年前

内容简介:NumSharp(Numerical .NET)可以说是C#中的线性代数库。 它是用C#编写的,符合.netstandard 2.0库标准。 它的目标是让.NET开发人员使用NumPy的语法编写机器学习代码,从而最大限度地借鉴现有大量在python代码的...

NumSharp(Numerical .NET)可以说是C#中的线性代数库。 它是用C#编写的,符合.netstandard 2.0库标准。 它的目标是让.NET开发人员使用NumPy的语法编写机器学习代码,从而最大限度地借鉴现有大量在 python 代码的转译成本。 NumSharp使用最新的Span技术安全高效地访问内存,优化每个模拟API的性能,确保最底层的NDArray达到最佳性能状态。NumSharp对于在数组上执行数学和逻辑运算非常有用。 它为.NET中的n阵列和矩阵的操作提供了大量有用的功能。

NumSharp v0.4发布,包含大量更新和API改进。

  • Performance improved for np.arange.

  • Added axis support for np.amin and np.amax.

  • Separate PowerShell extension project.

  • Added IronPython extension project.

  • Remove all dynamic variable.

  • Added benchmark project.

  • Remove all LINQ syntax due to low performance.

  • Added Span for memory access.

  • Added np.sqrt.

  • Added np.normal

  • Implemented IEnumerable interface for NDArray.

  • Updated online documents.

Gitee: https://gitee.com/chenhaiping/NumSharp

Github: https://github.com/SciSharp/NumSharp


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《NumSharp v0.4 发布,基于 .NET 的开源科学计算库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithms Unlocked

Algorithms Unlocked

Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试