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'm finding the library very useful, however I've noticed that the TryLoad for loading a saved model fails and always returns null. I'm training and saving the model with the...

Dear Sergio, After reloading the * .nnet file, the result in the train result is different. Before reloading 28% and after Reloading 24%. How come? Great Zeljko

I tried to install it on NuGet, but with error: Could not install package 'NeuralNetwork.NET 2.1.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but...

Nice library! Is it possible to extract results on the training data?

Hi, I am Faruk. I found your repo via someone who was discussing some topic with me on Github. Special Thanks to Github for this. I have been also developing...

Hey Serio0694, really nice libary. I love this libary. For my question: I´m able to train my network with cuda, save the network and load it with CPU only for...

Brilliant library. Beyond brilliant. However: Without at least one comprehensive sample trying to use ESP to figure out what the intended usage would be is ridiculous beyond belief. Simple example:...

I've added the Mish activatation function as suggested in #93 ~~This is work in progress at the moment as it's working perfectly when not using CUDA.~~ ~~When running the DigitsCudaTest...

Hi! Sorry but I still don't understand how to compute neural network when the training is over. Should I use: `network.ExtractDeepFeatures(input);` ?

question

Is it possible to import TensorFlow models to this library? is it a feature? if not is it planned? if not again xD, is there a way that i can...

new feature