Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctuavastlab/hierarchicalutils.jl

HierarchicalUtils.jl is a package providing abstract functionality over hierarchical structures used in Multi-Instance learning.
https://github.com/ctuavastlab/hierarchicalutils.jl

julia

Last synced: 27 days ago
JSON representation

HierarchicalUtils.jl is a package providing abstract functionality over hierarchical structures used in Multi-Instance learning.

Awesome Lists containing this project

README

        

# HierarchicalUtils
HierarchicalUtils.jl is a package providing abstract functionality over hierarchical structures.

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/CTUAvastLab/HierarchicalUtils.jl/blob/master/LICENSE)
[![Build Status](https://github.com/CTUAvastLab/HierarchicalUtils.jl/workflows/CI/badge.svg)](https://github.com/CTUAvastLab/HierarchicalUtils.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/CTUAvastLab/HierarchicalUtils.jl/graph/badge.svg?token=N2RVB0UE4G)](https://codecov.io/gh/CTUAvastLab/HierarchicalUtils.jl)

## How it works

For specific examples, see the following Jupyter notebooks:

Basics: [Expression tree representation](https://github.com/CTUAvastLab/HierarchicalUtils.jl/blob/master/examples/expression_tree.ipynb)

Advanced applications: [BSON representation visualization](https://github.com/CTUAvastLab/HierarchicalUtils.jl/blob/master/examples/visualizations.ipynb),
[Integration with Mill.jl](https://github.com/CTUAvastLab/HierarchicalUtils.jl/blob/master/examples/mill_integration.ipynb)

## Examples of packages using `HierarchicalUtils.jl`

* [`Mill.jl`](https://github.com/CTUAvastLab/Mill.jl)
* [`JsonGrinder.jl`](https://github.com/CTUAvastLab/JsonGrinder.jl)