Skip to main content
MxNetLib package icon

MxNetLib

C# Binding for the Apache MxNet library with some high level API defined in MxNet.NN. 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
7.0K
6,955
Published
Jun 5, 2019
Latest stable version

Install

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

Frameworks

.NETFramework4.6 .NETStandard2.0

Dependencies

CsvHelper
.NETFramework4.6
[12.1.2, )
Newtonsoft.Json
.NETFramework4.6
[12.0.2, )
OpenCvSharp3-AnyCPU
.NETFramework4.6
[4.0.0.20181129, )
CsvHelper
.NETStandard2.0
[12.1.2, )
Newtonsoft.Json
.NETStandard2.0
[12.0.2, )
OpenCvSharp3-AnyCPU
.NETStandard2.0
[4.0.0.20181129, )

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 2 target frameworks; 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.