How efficient is C++ for neural networks? And what can we do with neural networks? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How efficient is C++ for neural networks? And what can we do with neural networks?

Uses of neural networks

4th Aug 2020, 6:26 PM
Md Sazzad Hossain Rafi
Md Sazzad Hossain Rafi - avatar
2 Answers
+ 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)
4th Aug 2020, 10:24 PM
Dev Project
Dev Project - avatar
+ 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
5th Aug 2020, 4:49 AM
Benjamin Alejandro Luna
Benjamin Alejandro Luna - avatar