Autoencoder(this.hidden, {this.epochs = 100, this.lr = 0.01}) { if (hidden <= 0) throw ArgumentError('hidden must be positive'); }