encog-dotnet-core icon indicating copy to clipboard operation
encog-dotnet-core copied to clipboard

There isn't a way to load training data one item at a time.

Open kristoffzoghbi opened this issue 9 years ago • 1 comments

All training data must be loaded at once in a 2D array. This causes memory problems if the training set and inputs count are large.

kristoffzoghbi avatar Jan 11 '16 17:01 kristoffzoghbi

Support for Lazy<T> might help in this arena, however I think that might call for some pretty hefty refactoring. Thoughts?

jeroldhaas avatar Jan 12 '16 03:01 jeroldhaas