Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 4.26 KB

ACKNOWLEDGEMENT.md

File metadata and controls

43 lines (22 loc) · 4.26 KB

Acknowledgement

Owl is built on top of an enormous amount of previous work. Without the efforts of these projects and the intellectual contribution of these people, it will be very difficult for us to continue developing Owl.

In designing and developing the various components in Owl, we have been studying many systems and keep learning from them. Here is a list to show the contributions from various individuals/projects/software. The credit goes to them.

Because Owl is always under active development, there might be a lag between the development code and the list here. In case you think there is something/someone missing in the list, please do contact me. I will try to make this list up-to-date.

  • Tremendous support and help from my colleagues in OCaml Labs and System Research Group in the Computer Lab.

  • The interface design are heavily influenced by Numpy, SciPy, Julia, Matlab.

  • The early versions heavily relied on Markus Mottl and Christophe Troestler's projects: Lacaml, Gsl.

  • DiffSharp and Hype code by Atilim Gunes Baydin, Barak Pearlmutter, Don Syme ported from F# to Algodiff and Optimise modules.

  • Richard Mortier has been providing great support and constructive feedback. We two together have been running interesting sub-projects on top of Owl.

  • Ben Catterall did excellent theoretical work for Owl's underlying distributed computation engine. He also contributed to the NLP module.

  • Tudor Tiplea contributed the initial Ndarray implementation in the base module.

  • Maria (kanisteri) contributed several root-finding algorithms. She is also working on other numerical functions in Owl.

  • Gavin Stark contributed and reshaped many unit tests. His work has been helping us in identifying and fixing existing bugs and preventing potential ones, greatly assured the quality of Owl.

  • Jianxin Zhao optimised some core operations of ndarray, built advanced machine learning and deep neural network applications on top of Owl. He's been working on Zoo system for future service deployment.

  • Marshall Abrams has been contributing code to Plot and other modules, improving the documentation. Moreover, he always provide useful feedback and constructive discussion.

  • Sergei Lebedev and bagmanas contributed various hypothesis test functions in Stats module.

  • Francois BERENGER implemented a light and neat logging module which Owl borrows many ideas. The older version of Owl directly used Francois' library.

  • Interfacing to other C/C++ libraries (e.g., CBLAS, LAPACKE, Eigen, OpenCL, and etc.) relies on Jeremy Yallop's ocaml-ctypes.

  • The plot module is built on top of Hezekiah M. Carty's project: ocaml-plplot.

  • Many functions rely on Eigen and its OCaml binding. The binding also contains some functions (e.g., convolution functions) from Google's Tensorflow.

  • Jérémie Dimino and many others built the powerful building system and convenient toplevel for OCaml.

  • Other projects which have been providing useful insights: Oml, pareto.