The libraries of the Owl framework.
These libraries are a basic interface for machine-learning-oriented data pre- and post-processing. Including normalization, processing and serialization methods, some visualizations, expression evaluation functions etc. Created as an open-source basis for other developers and myself.
There are 8 solutions in this repository:
- Owl.Core (the core Owl library declaring all the data types)
- Owl.Learning (machine learning methods)
- Owl.GH.Common (the library to use when developing GH plugins which use the GH_OwlTensor etc.)
- Owl.GH (grasshopper plugin with basic Owl components + Owl.Learning components)
- Owl.Accord.Extensions (methods extending Accord library to handle Owl types)
- Owl.Accord.GH.Common (the library to use when developing GH plugins which use the Accord-related Owl types)
- Owl.Accord.GH (grasshopper plugin with Accord-based components)
- Owl.ParamSetup (project showing how to setup your GH plugin to use the Owl.Core and Owl.GH.Common)