Info
Version: | 0.3.0.712-master |
Author(s): | Deep.Net developers |
Last Update: | Friday, September 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.deepml.net/ |
NuGet Url: | https://www.nuget.org/packages/DeepNet |
Install
Install-Package DeepNet
dotnet add package DeepNet
paket add DeepNet
DeepNet Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 8.0.3)
- FSharp.Data(>= 2.3.2)
- FSharp.Compiler.Service(>= 3.0.0)
- FsPickler.Json(>= 2.1.0)
- ManagedCuda-CUBLAS(>= 8.0.13)
- ManagedCuda-NVRTC(>= 8.0.13)
- Tensor(>= 0.3.0.712)
Tags
Provides symbolic model differentiation, automatic differentiation and compilation to CUDA GPUs. Includes optimizers and model blocks used in deep learning.
Make sure to set the platform of your project to x64.