Edit me

Introduction

A Python source repository on GitHub. It provides functions for training Convolutional Neural Network (CNN) models from images.

What belongs in the repository?

Documentation

Documentation is automatically generated from master branch using Sphinx for public modules and classes.

Code Structure

  • Each entry-point script is found in the top-level directory.
  • Each top-level directory contains a package, to be loaded using from packagename import style (see Coding Style).

Entry-point scripts

Package Description
train_autoencoder.py Plots / exports a histogram from the CSVs produced by an Anchor export.