Live data from Hacker News

Viewing profile — snikolov

snikolov

HN member
Joined
Mon, Jan 25, 2010, 2:00 AM UTC
HN karma
378
Public activity
147 items

About snikolov

snikolov.weebly.com snikolov.wordpress.com twitter.com/snikolov github.com/snikolov

my HN username at mit.edu

Recent public activity

  1. comment
    Comment #7199906

    a program can still generate the score that a musician plays sincerely

  2. comment
    Comment #4890811

    People who do hard work tend to bite off more than they can chew, especially at MIT, and there is obviously a limit to how much you can handle. What MIT does right when it comes to…

  3. comment
    Comment #4845388

    It is online learning, but as far as I understand, there is another side to it. Right now, if you get a new data stream, you have to play around to build the right models for it (m…

  4. story
  5. comment
    Comment #4797536

    It sort of comes down to the question of what's really being learned here? That's a great question. We are learning to recognize trends and non-trends based on previous examples. S…

  6. comment
    Comment #4797319

    Thanks! I'm afraid my background, like yours, is more in methods that are not specialized for time series, and so I couldn't credibly give any comprehensive references. My understa…

  7. comment
    Comment #4796099

    You bring up a great point. To classify something as a trend or not a trend, we have to use this artificial black box to supply ourselves with examples of what's a trend and what i…

  8. comment
    Comment #4795826

    You can get the trending topics through the Twitter API https://dev.twitter.com/docs/api/1/get/trends/%3Awoeid But I think what you are asking is how such a method would come up wi…

  9. story
  10. comment
    Comment #4754901

    Not in general. I was part of the VI-A program ( http://vi-a.mit.edu/ ) at MIT, which allows you to do your thesis at a company.

  11. comment
    Comment #4754345

    I agree with you --- this seems like a perfectly good way to tackle the problem of trend prediction directly. What we had in mind was something that would be more generally applica…

  12. comment
    Comment #4754297

    Thanks for the interest! We collected tweets by sampling a small percentage of all tweets in a time window, to emulate what one might get from the streaming API (I did this as part…

  13. comment
    Comment #4496259

    My problem is often in the other extreme. I tell myself "I don't want to bother so and so, I still haven't tried x." But there's a point at which you should ask for help if you're …

  14. comment
    Comment #4434770

    Dynamic Time Warping is a pretty neat application of dynamic programming that takes two time series and tries to squish one time series to look like the other, with some constraint…

  15. comment
    Comment #4398901

    Indeed, projection onto the principal subspace is a kind of regularization, which makes for better generalization. This kind of makes sense intuitively. These slides go into more d…

  16. comment
    Comment #4365510

    For what it's worth, I loved your post too. It reminded me of chats with my advisor. I'd walk in thinking "who the hell am I to push the boundaries of human knowledge?" and walk ou…

  17. comment
    Comment #4346455

    A nonparametric model for anomaly detection, classification, and prediction in timeseries. It observes the trajectory of some measurement over time and compares it to tons of histo…

  18. comment
    Comment #4278832

    I would caution against this approach. First, he is aiming to pass all the course requirements for a CS degree from MIT in only 1 year (including the non-CS requirements). His defi…

  19. comment
    Comment #4273729

    What struck me most is that this course helped form lasting communities who are now studying other material together. That is just wonderful. A community you can discuss the materi…

  20. comment
    Comment #4255965

    I wonder why they couldn't (or didn't choose to) partner with individual professors on a per-course basis instead of entire institutions whose professors might not all be intereste…

  21. comment
    Comment #4212032

    According to a new analysis, if you want to run a tech company, you shouldn't drop out of college. More like "if you want to run a tech company, but you're not already running one …

  22. comment
    Comment #4149672

    I agree that that the boys and videogames thing is a bit of a misconception. But rather than attacking that misconception, we should be asking how poeple might come to have such mi…

  23. comment
    Comment #4148979

    Look at this way: for a 20000 category classification problem, guessing randomly will give you 0.005% accuracy. Compared to chance, this is pretty good.

  24. comment
    Comment #4148955

    Clustering algorithms operate on features, which typically have to be designed by hand. The appeal of deep learning is that it discovers good features automatically.

  25. comment
    Comment #4050456

    Would you care to elaborate? Surely most of the lines of code are not directly implementing theoretical things, but I would say the meat of the work is without a doubt theoretical.…