Module Ann_weights


module Ann_weights: sig .. end
Read weights from files, and write weights to files

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.