Training and analysis are both compute intensive operations and can stall the background thread and therefore the whole system. We need to move these operations into a WebWorker (either system wide or per recipe) so that we can better utilize multi-core systems and smooth the operation of large corpora and sophisticated classifiers.
Training and analysis are both compute intensive operations and can stall the background thread and therefore the whole system. We need to move these operations into a WebWorker (either system wide or per recipe) so that we can better utilize multi-core systems and smooth the operation of large corpora and sophisticated classifiers.