https://github.com/losttech/siren
.NET implementation of the SIREN neural network (sinusoid activations)
https://github.com/losttech/siren
Last synced: 9 months ago
JSON representation
.NET implementation of the SIREN neural network (sinusoid activations)
- Host: GitHub
- URL: https://github.com/losttech/siren
- Owner: losttech
- License: mit
- Created: 2020-09-05T06:50:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T23:18:19.000Z (about 4 years ago)
- Last Synced: 2025-05-02T04:16:21.198Z (10 months ago)
- Language: C#
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C# implementation of the [SIREN neural network](https://vsitzmann.github.io/siren/)
(sinusoid activations).
[](https://www.nuget.org/packages/LostTech.TensorFlow.Siren/)
Full image learning demo in app folder.