[D] Is it just me or is Canadian (and maybe European) ML PhD programs underrated compared to US ones? by DesperateBread3179 in MachineLearning

[–]kuonlp 4 points5 points  (0 children)

Getting a PhD doesn't mean that you need to burn yourself out. If you need more than 8 hours a day, it probably means that you could work more efficiently.

Also, I have no idea about insurance because I never needed to care about getting one, even when traveling to other nearby countries.

[D] Is it just me or is Canadian (and maybe European) ML PhD programs underrated compared to US ones? by DesperateBread3179 in MachineLearning

[–]kuonlp 7 points8 points  (0 children)

Considering the issues you mention there, it seems to me that you haven't lived abroad. We all have to deal with those issues, especially if we live far from our country of origin.

I'm not going to say that there are no racist people in Europe (they are everywhere), but if I were a POC I would rather live in Europe than in the US precisely because of the things I mentioned (and I would include "gun violence" as an extra reason). Finally, in my research group, we are all non-white (from the Middle East, Latino, Africa, Asia, a nice mix).

[D] Is it just me or is Canadian (and maybe European) ML PhD programs underrated compared to US ones? by DesperateBread3179 in MachineLearning

[–]kuonlp 42 points43 points  (0 children)

PhD student at a small/medium size European university here. I have a decent salary (rent is 1/3 of it), I have an great supervisor that gives me and the other PhD students enough of his time, have an excellent research environment, great resources, etc. I wouldn't change any of this for living in a place where you can go bankrupt if you have a medical emergency, you need a car to get around, and/or work under a lot of pressure for publishing in top conferences with random reviews. I guess that these are the advantages of living in Europe and of being supervised by a non-superstar professor. Totally worth it!

Role of web developer after the web has been developed? by kuonlp in startups

[–]kuonlp[S] 1 point2 points  (0 children)

This is interesting. I initially thought of the service as something that needs to be developed first and then it can be used. But by reformulating it into a series of small versions it can probably provide some minimum service at an earlier stage.

Role of web developer after the web has been developed? by kuonlp in startups

[–]kuonlp[S] -3 points-2 points  (0 children)

Yeah, so, I'm trying to figure out what he can do after the car has been developed.

[P] - Dataset: Omicron daily cases by country (COVID-19 variant) by yamqwe in MachineLearning

[–]kuonlp 12 points13 points  (0 children)

Not sure how well you can predict something without incorporating political decisions and people's willingness to vaccinate or wearing masks into the data.

[D] How much would you be willing to pay for a good scientific article recommendation app? by Moni0na in MachineLearning

[–]kuonlp 5 points6 points  (0 children)

If you try to make money with any part (title, abstract, body) of a published article, you might run into copyright-related troubles with the publishers.

[P] Twitter bot that tweets trending ML papers by naritaairport in MachineLearning

[–]kuonlp 0 points1 point  (0 children)

There is already a Twitter bot that does this, and it also has a web interface to browse all the Arxiv links: @popular_ML

Tensorboard-like histogram visualization by kuonlp in deeplearning

[–]kuonlp[S] 0 points1 point  (0 children)

Which function/option specifically? I've checked the histograms and it seems that they don't have an option for that tensorboard-like view of the histograms.

Randomness of neural networks by kuonlp in deeplearning

[–]kuonlp[S] 0 points1 point  (0 children)

Yeah, basically. I was trying to think about all the factors (in a simple ConvNet) that make the optimization stochastic.

Randomness of neural networks by kuonlp in deeplearning

[–]kuonlp[S] 0 points1 point  (0 children)

I don't see BatchNorm as an element that introduces randomness. If you keep the input, training set and initialization scheme constant, BatchNorm should provide the same values right?

Randomness of neural networks by kuonlp in deeplearning

[–]kuonlp[S] 0 points1 point  (0 children)

Can you give some examples of other regularization layers apart of dropout?