thevillagersid
thevillagersid t1_j6xgoi5 wrote
Reply to [D] PC takes a long time to execute code, possibility to use a cloud/external device? by Emergency-Dig-5262
Look into getting setup with a cloud solution, like Amazon Sage Maker or something similar. The potential gains to moving to a more powerful machine will be strongly dependent, however, on what is causing your code to take so long to execute. If it's just taking a long time because you're searching over a massive, high dimensional grid, moving to a better machine might offer limited improvements, and you might need to look into splitting the workload across a cluster of machines.
thevillagersid t1_j6nfjle wrote
Reply to comment by antodima in [D] Sparse Ridge Regression by antodima
You can still compute the estimator with sparse inputs because the regularization term ensures the denominator is full rank. If the zeros are standing in for missing values, however, your estimates will be biased.
As for your second question, W* computed from only columns 2 and 4 will only yield the same values as W in the unrestricted model if the columns of X are orthogonal. Could you work with an orthogonal transform (e.g. PCA projection) of the X matrix?
thevillagersid t1_j6kvatk wrote
Reply to [D] Sparse Ridge Regression by antodima
Are you asking about the feasibility ridge regression with sparse inputs? Or about regularization to enforce a sparse solution?
thevillagersid t1_iquosy6 wrote
Reply to [D] Gpu for machine translation by wrsage
Have you tried getting in touch with someone at Google? I wonder whether they have a procedure for folks with expertise in the local language to contribute materials (e.g. your translations, high quality translations from other sources) to improve the model for that language.
thevillagersid t1_jaklwxa wrote
Reply to [D] Blake Lemoine: I Worked on Google's AI. My Fears Are Coming True. by blabboy
But does Bing believe in the sentience of Blake Lemoine...?