Submitted by Devinco001 t3_ywjd26 in MachineLearning
threehofive t1_iwjy7i0 wrote
Can you run stuff in parallel? Are you using the cloud? Run concurrent processes somehow, or if you already are, go even wider. No reason you can’t divide this into 10 separate 1 million word processes running at the same time on different machines. Not sure if you are doing that yet or no
Devinco001 OP t1_iwmez9k wrote
Thanks, I am using a different algorithm now, symspell. But haven't used multi threading till now. A really good idea, would speed anything up several times
threehofive t1_iwmnxzc wrote
Np gl
Viewing a single comment thread. View all comments