|
Awesome program, I'm trying to figure out how to make it do what I need.
I'm trying to run some deep learning backprop and I want to be able to have 3 different neuron groups for inputs where I swap alternatives of each group. For example, let's say I want to train the network on equal sized neuron groups A,B,C,...,Z where I choose any three of those neuron groups for the input.
I've managed to get the connections outside the backprop, but that seems to prevent the backprop from training.
It seems like there should be some way to run a backprop where 3 neuron groups are connected to the first hidden layer. The math doesn't change at all, only an easier organization.
All help is greatly appreciated.
|