Active learning with tensorflow. Create custom and generic active learning loops. Export and share your experiments.
Project description
Active learning with tensorflow
Index
Installation
$ pip install tf-al
Getting started
The library
Model wrapper
Model wrappers are use to create interfaces to the active learning loop.
Acquisition functions
Basic active learning loop
import tensorflow as tf
from tf_al import ActiveLearningLoop, Dataset, Pool
Development
Setup
- Create a virtual env (optional)
- Install and Setup Poetry
- Install package dependencies using poetry
Scripts
Create documentation
To create documentation for the ./active_leanring directory. Execute following command
in ./docs
$ make html
Run tests
To perform automated unittests run following command in the root package directory.
$ pytest
To generate additional coverage reports run.
$ pytest --cov
Contribution
Issues
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tf-al-0.0.2.tar.gz.
File metadata
- Download URL: tf-al-0.0.2.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.6 Linux/5.4.138-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2415f7367340c35a07e1e74ac518e6435509879a2c85d8fc0092d6382d79912
|
|
| MD5 |
55ebfa86570b40d32eee9aaaab3230b1
|
|
| BLAKE2b-256 |
8d30abee3b97880d2721aad55084e3f648d5187e4fd65c6cc7e0185696c4ac89
|
File details
Details for the file tf_al-0.0.2-py3-none-any.whl.
File metadata
- Download URL: tf_al-0.0.2-py3-none-any.whl
- Upload date:
- Size: 37.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.6 Linux/5.4.138-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b83fad21807575c284ef00ea92c4e53285daf268c041831ec440cb3948a576be
|
|
| MD5 |
0aa47a3fba55ad2df952bfb7a35226f0
|
|
| BLAKE2b-256 |
3108c2dcfda39755d108382f9388ad12bfddcf595cf04860e3cb6f175c5ba81b
|