attractivechaos / kann

A lightweight C library for artificial neural networks
Other
678 stars 117 forks source link

Can we define the neuron number for each layer? #48

Open TravisDai opened 2 years ago

TravisDai commented 2 years ago

Hi,

From the code for MLP, I can see that I can set the hidden layer but all the neuron numbers for each layer are the same. Are any methods to define a different number of neurons for different layers?

Cheers, Travis