Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asakusarinne/tensor.net.examples
Examples of Tensor.NET, including some simple examples and good practices.
https://github.com/asakusarinne/tensor.net.examples
dotnet dotnet6 example-project mathematics numeric
Last synced: 24 days ago
JSON representation
Examples of Tensor.NET, including some simple examples and good practices.
- Host: GitHub
- URL: https://github.com/asakusarinne/tensor.net.examples
- Owner: AsakusaRinne
- License: bsd-3-clause
- Created: 2022-05-19T17:49:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T19:22:39.000Z (about 2 years ago)
- Last Synced: 2024-10-29T08:24:43.705Z (3 months ago)
- Topics: dotnet, dotnet6, example-project, mathematics, numeric
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensor.NET.Examples
This is a repository for examples of [Tensor.NET](https://github.com/SciSharp/Tensor.NET) and will be updated continuously. Welcome to contribute to this repository!
## Examples
- [Logistic Regression of Iris dataset](./LogisticRegression)