Answer the question
In order to leave comments, you need to log in
If I change python to c++ can I train a neural network? faster?
There is a ready-made self-written neural network in python 3. The problem is that in the neural network I use a loop to recalculate epochs. There is an 8-core processor, and python executes the entire cycle on one processor core (The problem of multithreading in python). Is it possible to parallelize calculations across cores in C++? To speed up epoch calculations.
Answer the question
In order to leave comments, you need to log in
What is the problem with multithreading in Python?
there are modules threading, subprocess, multiprocessing
multithreading in python
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question