Live data from Hacker News

Viewing profile — shazeline

shazeline

HN member
Joined
Thu, May 31, 2012, 10:16 PM UTC
HN karma
125
Public activity
37 items

About shazeline

https://shahidchohan.com

Recent public activity

  1. comment
    Comment #43085597

    It was gusting at 33kts. 33kt/hr * 1.15mi/kt * 1.609km/mi ~= 61km/hr. The weather app was right. Just different units.

  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #11720266

    There was an interesting problem about qanats and excavation cost minimization in the 2015 ICPC World Finals problem set. (Problem H) https://icpc.baylor.edu/worldfinals/problems/i…

  7. comment
    Comment #10867658

    You can probably get away with undergraduate degree graduation year as a rough proxy for age. age(grad_year) ~= (2016 - grad_year) + 22

  8. story
  9. story
  10. comment
    Comment #10089450

    Line 22: view-source: http://themes.getbootstrap.com/products/application

  11. story
  12. comment
    Comment #9953403

    You generally don't know if you've reached a suitable maxima, which is why it is good to run a nondeterministic optimizer a few times (if computation power allows) and see if there…

  13. comment
    Comment #9944621

    Cool! I think this project is really awesome and your blog is full of interesting things. Keep up the great work!

  14. comment
    Comment #9940322

    Is there any way to set tcpKeepAlive=true, ssl=true, and specify a sslrootcert (for Redshift use)?

  15. comment
    Comment #9565947

    CART forms the basis of the decision trees used by scikit-learn's implementation of random forests [1]. CART may be old, but definitely not outdated. [1] https://github.com/scikit-…

  16. story
  17. comment
    Comment #9189662

    I would argue that an increase in ride-sharing usage reduces traffic congestion.

  18. comment
    Comment #9122330

    You're right. But it's already known that the actual dress is "blue and black" as someone found it on amazon. It's essentially the picture that is creating the ambiguity.

  19. comment
    Comment #9118313

    I did some basic color analysis here. http://shahidchohan.com/resolving-the-dress-color-debate/

  20. story
  21. comment
    Comment #9093458

    I skimmed the source and didn't see anything regarding leader election. Am I missing something or is this implementation encapsulating some of the underlying terminology/analogies …

  22. comment
    Comment #8963019

    One common approach is to look for the elbow in the curve vs K (number of clusters). This is essentially finding the number of clusters after which the rate of information gained/v…

  23. story
  24. comment
    Comment #8907115

    Current UCLA student. I just sent a request. Waiting to see what happens.

  25. comment
    Comment #8247107

    I think it is more accurate to say that data science isn't Kaggle. The process of taking a data set and fitting it to the most robust model is certainly machine learning.