https://github.com/fslaborg/fs-tensor-scratch
https://github.com/fslaborg/fs-tensor-scratch
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fslaborg/fs-tensor-scratch
- Owner: fslaborg
- License: mit
- Created: 2023-09-30T12:04:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T17:53:10.000Z (over 2 years ago)
- Last Synced: 2025-10-08T18:47:17.255Z (8 months ago)
- Language: F#
- Size: 19.5 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FsTensor-Scratch
## Introduction
This repository is a playground to gain an understanding of how we would want to work with the concepts of Tensor and Provider.
For more information please look at the summary of the discussions at the F# data science conference in Berlin '23 in the Wiki
https://github.com/fslaborg/Fs-Tensor-Scratch/wiki/FSharp-data-science-conference-'23-notes
## Setup explanation
After cloning the repository, run the following commands to setup the project:
- Use *dotnet tool restore* for local tool restore.
- nuget package manager: paket
- deployment: fake
- Use *dotnet fake build* to build the project. The build artefacts will be located in the src/FsTensor/publish directory.