R
R
Rozello2018-03-10 15:57:22
ruby
Rozello, 2018-03-10 15:57:22

Are there alternatives to the FANN library that use computer resources to the fullest?

The situation is as follows: I wrote in ruby ​​using ruby_fann, the PC has an overclocked Core i7-6700K on board, but the library uses only one processor core during training, as a result, neuron training takes a very long time.
Is it possible to force the library to use the available resources?
Perhaps it is worth taking some other implementation where possible?
Do such things lack the ability to parallelize the process?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
asd111, 2018-03-10
@asd111

FANN is almost never used in python - they usually use keras, although it is slightly slow compared to MXnet.
If speed is important, then use MXnet.
MXnet can use all the resources of the computer, including the video card.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question