jeffheaton / encog-dotnet-core

http://www.heatonresearch.com/encog
Other
430 stars 150 forks source link

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

Open kristoffzoghbi opened 8 years ago

kristoffzoghbi commented 8 years ago

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.

jeroldhaas commented 8 years ago

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