cbovar/ConvNetSharp
A C# library for training and evaluating convolutional neural networks, ported from ConvNetJS with CUDA GPU acceleration support.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
ConvNetSharp provides a framework for building and training convolutional neural networks in C#. It offers three approaches for creating networks: Core.Layers (stacked layers without computation graph), Flow.Layers (automatic computation graph), and computation graph (pure ops). The library leverages ManagedCuda for GPU acceleration and includes demos like MNIST classification.