NeuralNetwork.NET icon indicating copy to clipboard operation
NeuralNetwork.NET copied to clipboard

A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN

Results 14 NeuralNetwork.NET issues
Sort by recently updated
recently updated
newest added

I am trying to learn about Graph Neural Networks and wanted to know if they are possible to build using this library. I see all of the basic building blocks,...

I don't know if this project is actively maintained anymore, but just in case, I'd mention that I got it working fine with CPU but GPU/CUDA does not seem to...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

I need a plain output layer, I could also implement it myself if you give some hint. I want to do a time series forecasting and it took a while...