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

https://github.com/humancompatibleai/logical-active-classification

Use active learning to classify data represented as boundaries of regions in parameter space where a parametrised logical formula holds.
https://github.com/humancompatibleai/logical-active-classification

Last synced: 11 months ago
JSON representation

Use active learning to classify data represented as boundaries of regions in parameter space where a parametrised logical formula holds.

Awesome Lists containing this project

README

          

# logical-active-classification

## Installation
In order to use this code, you first need to install two other projects: [multidim-threshold](https://github.com/mvcisback/multidim-threshold), and [py-stl](https://github.com/mvcisback/py-stl). This involves downloading the folders multidim-threshold and py-stl from these repositories respectively, and putting them in the same directory as the code from this repository.

## Running

To run the code, first open the file `active_learning_2d.py`, and in the imports section, uncomment the oracle that you would like to use. Then in your terminal, run `python3 active_learning_2d.py`.