Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 794 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 794 Bytes

m.neural_network - Toolset for creating training data and training a neural network

For now the toolset only includes add-ons for data preparation for training data creation.

The m.neural_network toolset consists of following modules:

  • m.neural_network.preparedata: prepare training data as first step for the process of creating a neural network.
    • m.neural_network.preparedata.worker_nullsells: Worker module for m.neural_network.preparedata to check null cells
    • m.neural_network.preparedata.worker_export: Worker module for m.neural_network.preparedata to export data
  • m.neural_network.preparetraining: prepare training data for use in model training
    • m.neural_network.preparetraining.worker: Worker module for m.neural_network.preparetraining to check and rasterize label data