Open Tianjoker opened 1 year ago
Hello! Mainly it's reproduction of experiments on linear regression introduced in original LCC and application of ALCC coding scheme for better convergece. Implementation of Coded Computation of Multiple Functions scheme is WIP.
Once again, I would like to express my gratitude for your work, which has helped me to have a deeper understanding of LCC.
Hello! Mainly it's reproduction of experiments on linear regression introduced in original LCC and application of ALCC coding scheme for better convergece. Implementation of Coded Computation of Multiple Functions scheme is WIP.
Hello, I recently tried to reproduce the LCC scheme for A greater than 0 under your framework (as a supplement to your code). I have encountered some difficulties and would like to ask you for some help. When decoding, the most popular RS-codes schemes use generated polynomials to create redundancy, while LCC schemes use Lagrange interpolation to generate redundancy. How to apply the existing RS scheme directly to the LCC framework? I checked the references of the original LCC paper and got no answer. Could you please provide me with some suggestions and guidance to reproduce the LCC scheme when A is greater than 0?
Thanks for sharing, but which article is the code based on?