Skip to main content
MxNet.Sharp package icon

MxNet.Sharp

C# Binding for the Apache MxNet library. NDArray, Symbolic and Gluon Supported MxNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix symbolic and imperative programming to maximize efficiency and productivity. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines. MXNet is more than a deep learning project. It is a collection of blue prints and guidelines for building deep learning systems, and interesting insights of DL systems for hackers.

Total Downloads
11.3K
11,331
Published
Sep 11, 2020
Latest stable version

Install

.NET CLI
dotnet add package MxNet.Sharp --version 1.5.2
Package Manager Console
Install-Package MxNet.Sharp -Version 1.5.2
PackageReference
<PackageReference Include="MxNet.Sharp" Version="1.5.2" />

Frameworks

.NETStandard2.0

Dependencies

CsvHelper
.NETStandard2.0
[15.0.5, )
Newtonsoft.Json
.NETStandard2.0
[12.0.3, )
NumpyDotNet
.NETStandard2.0
[0.9.42, )
OpenCvSharp4.Windows
.NETStandard2.0
[4.3.0.20200405, )
System.Memory
.NETStandard2.0
[4.5.4, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.