mlpractical/mlp/__init__.py
Visual Computing (VICO) Group be1f124dff Update
2024-11-11 09:57:57 +00:00

7 lines
236 B
Python

# -*- coding: utf-8 -*-
"""Machine Learning Practical package."""
__authors__ = ['Pawel Swietojanski', 'Steve Renals', 'Matt Graham', 'Antreas Antoniou']
DEFAULT_SEED = 123456 # Default random number generator seed if none provided.