module Ann_weights:Read weights from files, and write weights to filessig
..end
val read_weights : string -> float array
read_weights filename
reads weights from file filename
.val save_weights : float array -> string -> unit
save_weights w filename
saves the vector of weights w
in
file filename
.