bobye / neuron

Scala library for neural networks
109 stars 32 forks source link

Operationable.copy(): create a copy of (InstanceOf)NeuralNetwork #2

Closed bobye closed 10 years ago

bobye commented 10 years ago

It is important to make training parallel

bobye commented 10 years ago

Making copies is not possible, switch to use plugin states,

bobye commented 10 years ago

lib is already configured in parallel based on scala.collection