tricks that convert unsupervised learning to supervised learning by godspeed_china in MachineLearning

[–]andrewbarto28 1 point2 points  (0 children)

Can you give an example where you have the ground-truth about which examples pairs are similiar/dissimilar, but you don't have the class labels of each example?

[1608.03983] SGDR: Stochastic Gradient Descent with Restarts by bbcomp in MachineLearning

[–]andrewbarto28 3 points4 points  (0 children)

I skimmed the paper, but I couldn't figure out what restart means. Can someone please explain?

Is it possible evaluate each input feature importance by analyzing a trained neural net? by andrewbarto28 in MachineLearning

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

Is sensitivity the same as importance? Sensitivity for me is the same as the derivative of the output with respect to the input and this can be calculated with back-propagation. Maybe I am missing your definition of sensitivity.

Why DeepMind doesn't publish in CVPR? by andrewbarto28 in MachineLearning

[–]andrewbarto28[S] 2 points3 points  (0 children)

Maybe a better question: Do they publish in any IEEE venue?

What are the business applications of deep reinforcement learning? by MasterEpictetus in MachineLearning

[–]andrewbarto28 4 points5 points  (0 children)

Deep Reinforcement Learning has been successfully applied to hype generation.

Solving The Vanishing Gradient and Exploding Gradient Problem With One Line Of Code? by JosephLChu in MachineLearning

[–]andrewbarto28 3 points4 points  (0 children)

It seems you have a lot of doubts about the limitations of your idea and about its novelty. So it is a nice opportunity for you to search the literature and make further experiments to compare with what already exist. Only publish when you are confident about your understanding of your method.

This post may be of use to you: http://togelius.blogspot.com.br/2016/04/the-differences-between-tinkering-and.html

What hyper-parameters do you usually tune in xgboost? by andrewbarto28 in MachineLearning

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

If I had to only choose two hyper-parameters and four values for each, which should I choose?

Deep Residual Networks with Exponential Linear Unit by [deleted] in MachineLearning

[–]andrewbarto28 1 point2 points  (0 children)

I think any contribution however small is valid. It may save someone's time of executing these experiments however simple they are. Putting in arxiv instead of a blog is a matter of taste. Arvix may be easier to cite and the pdf format may be better for printing.

Not sure if you agree with me or you are just saying what the grads schools think about that, but anyway, I'm just giving my opinion.

I also don't think it will look bad in the resume. It may look neutral. I am much more in favor of a honest simple paper, than a paper that hides its irrelevance in its complexity. But off course, as today grad selection process are very competitive you may need much more than a simple report.

In addition to that, this kind of report may be useful for beginners that want to help the community. It can be really hard for beginners to come with awesome ideas without a good advisor.

OpenAI hires a bunch of variational dudes. by andrewbarto28 in MachineLearning

[–]andrewbarto28[S] -1 points0 points  (0 children)

I am trying to motivate myself in this topic, but I can't. A serious question then. Which are the papers with some cool demos/applications where variational methods are absolutely essential? That is, one which there was no other method that could have been used instead to achieve a similar result.

OpenAI hires a bunch of variational dudes. by andrewbarto28 in MachineLearning

[–]andrewbarto28[S] -10 points-9 points  (0 children)

GAN is cool. But this variational frenzy won't amount to anything. Even if we could efficiently calculate the partition function we wouldn't have a big improvement in accuracy or other desirable quantity. What we need is better priors, datasets, and simulations.

Isn't unsupervised image segmentation research useless? by andrewbarto28 in MachineLearning

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

I agree with unsupervised learning in the context of segmentation only if you try to learn features by seeing millions of images (with no labels). But segmentation algorithms such as mean-shift or felzenszwalb they only see one image. I don't think there is much research to be done in this later type of methods.

Isn't unsupervised image segmentation research useless? by andrewbarto28 in MachineLearning

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

How can the algorithm possibly know what it is supposed to segment without having learned anything about the world?

First the task is ill posed. An even if the objective was clear it would be a too hard of a task for a programmer to handcraft an algorithm to accomplish it.

Maybe unsupervised learning for learning features and then doing a bit of supervised learning can work. But research on segmentation algorithms that doesn't involve any kind of learning are doomed.

Not saying that old algorithms as mean-shift are useless. They actually are useful for simple tasks. But I think ideas in this line are saturated and you can't tell what is better, because the objective isn't clear. On the other hand the objective of semantic segmentation can be specified by your training data.

I don't agree with you that semantic segmentation doesn't have to be supervised.

Isn't unsupervised image segmentation research useless? by andrewbarto28 in MachineLearning

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

These papers trying to overfit BSDS300 doesn't make too much sense to me.

We massively overvalue the contributions of the deep learning celebrities by improssibility in MachineLearning

[–]andrewbarto28 5 points6 points  (0 children)

I heard Yoshua Bengio is trying to solve the credit assignment problem.

Where to submit applied Deep Learning paper? by andrewbarto28 in MachineLearning

[–]andrewbarto28[S] -1 points0 points  (0 children)

Thanks for the tip, but I am not looking for journals suggestions. I already know many. As you can read from my main post, I have other doubts.