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#
- Host: GitHub
- URL: https://github.com/takuya-takeuchi/mxnetdotnet
- Owner: takuya-takeuchi
- License: mit
- Created: 2018-01-12T22:48:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T13:04:45.000Z (over 6 years ago)
- Last Synced: 2025-06-03T06:06:14.733Z (about 1 year ago)
- Topics: csharp, dotnet, dotnet-core, linux, mxnet, windows
- Language: C#
- Size: 716 KB
- Stars: 13
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MXNetDotNet []()
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.