An open API service indexing awesome lists of open source software.

https://github.com/takuya-takeuchi/mxnetdotnet

.NET wrapper for Apache MXNet written in C#
https://github.com/takuya-takeuchi/mxnetdotnet

csharp dotnet dotnet-core linux mxnet windows

Last synced: 10 months ago
JSON representation

.NET wrapper for Apache MXNet written in C#

Awesome Lists containing this project

README

          

# MXNetDotNet [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]()

Apache MXNet wrapper written in C# for Windows, MacOS and Linux
MXNetDotNet is thin wrapper and similar with original MXNet. So you need not to suffer from complex C/C++ syntax!!

## Dependencies Libraries and Products

#### [Apache MXNet](https://mxnet.incubator.apache.org/)

> **License:** Apache License 2.0
>
> **Author:** Apache Software Foundation
>
> **Principal Use:** A deep learning framework. Main goal of MXNetDotNet is what wraps Apache MXNet by C#.

#### [OpenCV](https://opencv.org/)

> **License:** The BSD 3-Clause License
>
> **Author:** Intel Corporation, Willow Garage, Itseez
>
> **Principal Use:** Apache MXNet depends on it.

#### [OpenBLAS](http://www.openblas.net/)

> **License:** The BSD 3-Clause License
>
> **Author:** Zhang Xianyi, Wang Qian, Werner Saar
>
> **Principal Use:** Apache MXNet depends on it.

#### [Command Line Parser Library for CLR and NetStandard](https://github.com/commandlineparser/commandline)

> **License:** The MIT License
>
> **Author:** Giacomo Stelluti Scala & Contributors
>
> **Principal Use:** Parse command line argument for MXNet.Net sample/tool.

#### [OpenCVSharp](https://github.com/shimat/opencvsharp)

> **License:** BSD 3-Clause License
>
> **Author:** shimat
>
> **Principal Use:** .NET Framework wrapper for OpenCV. Some MXNet.Net sample projects depend on it.

## License
MXNet.Net is licensed under the **MIT License**. See LICENSE.