如何在 .net 中使用经过训练的网络

发布于 2024-11-10 10:51:17 字数 98 浏览 1 评论 0原文

您好,我将我的网络训练到 Matlab 神经网络工具箱中,我保存了它。我可以通过调用 sim(net,p) 将其用于 matlab 环境,但是如何将其导出到花药 .net 应用程序?

Hi I trained my network into Matlab neural network toolbox I save it.. I can used into matlab environment by calling sim(net,p) but How can I export it to anther .net apps ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的那么颓废 2024-11-17 10:51:17

您最好只导出网络的权重(等)元素,并在专为 .NET 设计的库中使用它们,例如 AForge.NET,而不是处理所有的互操作。

You might be better off exporting just the weights (etc.) element of the network and using them in a library designed for .NET like AForge.NET, rather than deal with all of the interop.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文