/tf-sampling

Effective sampling methods within TensorFlow input functions.

Primary LanguagePythonMIT LicenseMIT

TensorFlow Sampling

Effective sampling methods within TensorFlow input functions.

Authors:

  • William Fletcher
  • Laxmi Prajapat

Table of Contents

About the Project

A collection of sampling techniques and real-world examples applied to training / testing data directly inside the input function using the tf.data API.

Built With

Key Features

Sampling Techniques

There are two sampling methods presented:

Real-World Examples

Machine Learning examples on open-source datasets (local and AI Platform):

Getting Started

Installation

  • Clone this repository
git clone https://github.com/teamdatatonic/tf-sampling.git
  • Installing the sampling module from source:
python setup.py install

Usage

Run Tests

Execute tests from sampling/tests/:

python -m pytest

Generate coverage report:

python -m pytest --cov=../io .

Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are welcome.

Licensing

Distributed under the MIT License. See LICENSE for more information.