attractivechaos / kann

A lightweight C library for artificial neural networks
Other
678 stars 117 forks source link

Batch processing of large dataset #29

Open chrispugmire opened 5 years ago

chrispugmire commented 5 years ago

Is it currently possible to process a large dataset in batches rather than loading it all into memory? Possibly it's simply a matter of calling kann_train_fnn1 with each batch? Any clues most welcome.

ChrisP.