-
ITS
- South Africa - Pretoria
Stars
It is a neural network I've implemented on C#. It can recognize numbers, solve XOR and NAND gates
C# implementation of neural networks library. Contains basic types of layers (dense, convolution, pooling, flatten). Supports single CPU, Multi-CPU and GPU tensor operations (using ManagedCUDA). Th…