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

https://github.com/dinhanhx/determination

Scripts to set global random for some machine learning framework
https://github.com/dinhanhx/determination

determination deterministic keras pytorch randomness scikit-learn tensorflow2

Last synced: about 2 months ago
JSON representation

Scripts to set global random for some machine learning framework

Awesome Lists containing this project

README

          

# Determination

This project provides a set of scripts to set global randomness. Therefore, ML/AI researchers or engineers can reproduce their results.

## Environment

Programming language: Python 3

| Framework | Filename |
| - | - |
| Tensorflow 2/Keras | [determination_tensorflow](determination_tensorflow.py) |
| PyTorch | [determination_pytorch](determination_pytorch.py) |
| scikit-learn | [determination_scikit-learn](determination_scikit-learn.py) |

## Contribution

Please open a pull request to add missing framework or to update API.