Info
Version: | 1.1.2 |
Author(s): | Deepak Battini |
Last Update: | Friday, June 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tech-quantum/mxnetlib/ |
NuGet Url: | https://www.nuget.org/packages/MxNetLib |
Install
Install-Package MxNetLib
dotnet add package MxNetLib
paket add MxNetLib
MxNetLib Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CsvHelper(>= 12.1.2)
- Newtonsoft.Json(>= 12.0.2)
- OpenCvSharp3-AnyCPU(>= 4.0.0.20181129)
- CsvHelper(>= 12.1.2)
- Newtonsoft.Json(>= 12.0.2)
- OpenCvSharp3-AnyCPU(>= 4.0.0.20181129)
Tags
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.