Metadata-Version: 2.1
Name: alpaca-ml
Version: 0.0.3
Summary: Active learning utilities for machine learning applications
Home-page: https://github.com/premolab/alpaca
Author: Maxim Panov and Evgenii Tsymbalov and Kirill Fedyanin
Author-email: k.fedyanin@skoltech.ru
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: pytorch (>=1.1.0)
Requires-Dist: xlrd (>=1.2.0)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: dppy (>=0.2.0)
Requires-Dist: fastai

## Alpaca
![alpaca_logo](examples/alpaca.png)

Package for active learning and uncertainty quantification in neural nets.

Example experiment script/notebooks with library usage are in `examples` folder.


