Info
Version: | 0.4.11 |
Author(s): | Deep.Net Developers |
Last Update: | Tuesday, May 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.deepml.net/Tensor |
NuGet Url: | https://www.nuget.org/packages/Tensor.Algorithm |
Install
Install-Package Tensor.Algorithm
dotnet add package Tensor.Algorithm
paket add Tensor.Algorithm
Tensor.Algorithm Download (Unzip the "nupkg" after downloading)
Dependencies
- Tensor(>= 0.4.11)
- FSharp.Core(>= 4.3.4)
Tags
- arbitrary precision rational numbers
Matrix algebra (integer, rational):
- Row echelon form
- Smith normal form
- Kernel, cokernel and (pseudo-)inverse
Matrix decomposition (floating point):
- Principal component analysis (PCA)
- ZCA whitening
Misc:
- Bezout's identity
- Loading of NumPy's .npy and .npz files.