Info
Version: | 3.7.1.1 |
Author(s): | Meinrad Recheis |
Last Update: | Sunday, July 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SciSharpTorch.NET |
NuGet Url: | https://www.nuget.org/packages/Torch.NET |
Install
Install-Package Torch.NET
dotnet add package Torch.NET
paket add Torch.NET
Torch.NET Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Numpy.Bare(>= 3.7.1.6)
- Python.Runtime.NETStandard(>= 3.7.1)
Tags
PyTorch offers Tensor computations and more with efficient GPU or multi-core CPU processing support and is to be considered one of the fundamental libraries for scientific computing, machine learning and AI in Python. Torch.NET empowers .NET developers to leverage PyTorch's extensive functionality including computational graphs with with multi-dimensional arrays, back-propagation, neural network implementations and many more via a compatible strong-typed API.