Return a simple params map (weights and biases) without other metadata.
Map<String, dynamic> getParams() { return {'weights': weights, 'biases': biases}; }