SiaNet icon indicating copy to clipboard operation
SiaNet copied to clipboard

An easy to use C# deep learning library with CUDA/OpenCL support

Results 6 SiaNet issues
Sort by recently updated
recently updated
newest added

Mish is a novel activation function proposed in this [paper](https://arxiv.org/abs/1908.08681). It has shown promising results so far and has been adopted in several packages including: | | | | |...

I have multiples inputs , but most of them are List array and i dont know how can i configure my neural network to accept list array as an input....

[TensorFlow.NET](https://github.com/SciSharp/TensorFlow.NET) is a full binding for Google's TensorFlow. It can build graph, train in GPU and do inference.

enhancement

Hi, Thank you for the great work you did. I have the following simple CNN for image classification: ` featureShape = new Shape(new int[] { imageWidth, imageHeight, 3 }); var...

Hello, Would be great to consider adding ecurrent_dropout and recurrent_regularizer parameters to LSTM Layer See: https://keras.io/layers/recurrent/#lstm