Simulation-Based Machine Learning
Project description
SimbaML
SimbaML is an all-in-one framework for integrating prior knowledge of ODE models into the ML process by synthetic data augmentation. It allows for the convenient generation of realistic synthetic data by sparsifying and adding noise. Furthermore, our framework provides customizable pipelines for various ML experiments, such as identifying needs for data collection and transfer learning.
Installation
SimbaML requires Python 3.10 or newer and can be installed via pip:
pip install simba_ml
To be lightweight, SimbaML does not install PyTorch and TensorFlow per default. Both packages need to be installed manually by the user.
pip install pytorch-lightning>=1.9.0
pip install tensorflow>=2.10.0; platform_machine != 'arm64'
For further details on how to install Tensorflow on ARM-based MacOS devices, see: https://developer.apple.com/metal/tensorflow-plugin/
Documentation
We provide detailed documentation for SimbaML here: https://simbaml.readthedocs.io/.
Project details
Release history Release notifications | RSS feed
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
Hashes for simba_ml-1.0.0rc9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a3b222f90bce201e09c27014ecab0f1d06d0dbd57bdafeabbf392b379d68cc5 |
|
MD5 | f4407098289a8df1e72649256e7ccb9e |
|
BLAKE2b-256 | a7ba9e2df7830584987c5e2c1eb6d419a95801392a417e3bc34e7181b6548e3f |