P
P
Prizm2020-05-08 19:48:38
Neural networks
Prizm, 2020-05-08 19:48:38

What should be used to write a neural network in C # (and, in particular, in unity)?

I learned how to write neural networks from scratch in C++ and understood how they roughly work. Unfortunately, what I came up with is not very optimized, and in general, I need to use C # for projects. Are there any libraries in C# for working with neural networks? And if so, which ones, and where can I read more about them? Yes, I heard about ml.net, but judging by what I saw, this is some kind of black box that clearly does not suit me. I'm interested in something like a library that implements the operations of fast matrix multiplication, the use of kernels, the use of a sigmoid on a matrix / vector / tensor, and the like, which is necessary for the operation of neurons.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2020-05-08
@PrizmMARgh

https://dotnet.microsoft.com/apps/machinelearning-...accord-framework.net
_

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question