J. Roger Zhao
J. Roger Zhao
I've submitted a [PR](https://github.com/ocaml/opam-repository/pull/17885) to `opam-repository` to add the OCaml v1.0.1 to opam, but currently the test seems to fail on OCaml 4.11 at the `sylvester` function: ``` # ┌──────────────────────────────────────────────────────────────────────────────┐...
In the Linalg module in `owl-base`, several functions can only be applied to float input type. They should be extended to accept complex ndarrays. The unittest should also be updated...
In constructing a neural network in Tensorflow, user can choose to initialise the weight value as a `tf.varialble` or `tf.const`. The latter means that the weight will not be updated...
Keep examples up-to-date with current version of Owl/OCaml, and also update all existing datasets used in examples.