Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ctuavastlab/hierarchicalutils.jl
- Owner: CTUAvastLab
- License: mit
- Created: 2020-02-26T10:48:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T17:47:46.000Z (3 months ago)
- Last Synced: 2024-12-09T10:46:56.636Z (about 1 month ago)
- Topics: julia
- Language: Julia
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)