First **cxflow** release intended for public audience.
See https://cxflow.org for more information.
Major features
- Dataset, Model and Hook concepts
- MainLoop implementation
- **cxflow** command line tool with `train`, `resume`, `dataset` and `predict` commands
- **cxflow-tensorflow** adapter for TensorFlow https://tensorflow.cxflow.org
- **cxflow** examples available GitHub https://github.com/Cognexa/cxflow-examples
- **cxflow** hooks (https://cxflow.org/cxflow/cxflow.hooks)
- `WriteCSV`
- `StopAfter`
- `LogVariables`
- `LogProfile`
- `SaveEvery`
- `SaveBest`
- `CatchSigint`
- `ComputeStats`
- `Check`