+ 2
How efficient is C++ for neural networks? And what can we do with neural networks?
Uses of neural networks
2 Réponses
+ 1
it’s very efficient. most deep learning frameworks are implemented in c++ and privide an interface to use the features via another language (e.g. python)
+ 1
What Dev Project says it's true. C and C++ are very efficient languages. But I recomend you also learn OpenCL or CUDA so you can execute your code on GPUs. I created a Neural Network Framework in C#. It's free to use but it's not open source. I will put here the link, and hope that moderators and admins aprpved. Have a nice day. ☺
www.neftis-ai.com