Neuron constructor
Neuron(
- ValueVector w, {
- Value? b,
- bool nonlin = true,
Implementation
Neuron(this.w, {this.b, this.nonlin = true}) : super();
Neuron(this.w, {this.b, this.nonlin = true}) : super();