Live data from Hacker News

Viewing profile — fwilliams

fwilliams

HN member
Joined
Sun, Nov 27, 2011, 7:39 AM UTC
HN karma
162
Public activity
57 items

About fwilliams

Research Scientist working on problems in 3D deep learning: https://fwilliams.info

Recent public activity

  1. comment
    Comment #46634452

    Personal website: https://fwilliams.info I also own https://stonks.money and am looking for good ideas for what to do with it

  2. story
  3. story
  4. comment
    Comment #40044910

    Ha! I had a side project during my PhD to build a segmenting and straightening program for this project! Source code is here: https://github.com/fwilliams/unwind Paper is here: htt…

  5. story
  6. story
  7. story
    Show HN: Point Cloud Utils – A Python library for 3D point clouds and meshes

    This is a utility library I slowly built up during my PhD and has become my swiss army knife for processing 3D data. It's super easy to install (only depends on NumPy and SciPy). T…

  8. comment
    Comment #34149470

    I have personally gotten a lot of mileage from just writing the compute heavy parts of my code in C++ and exposing it to Python with a tool like PyBind11 [1] or NumpyEigen [2]. I f…

  9. comment
    Comment #34143599

    It’s crazy seeing this on the front page of HN! I grew up in Stanstead. I have fond memories of story time as a child in the library, borrowing movies and comic books, and playing …

  10. story
  11. comment
    Comment #32744448

    Tried this on chrome and it's pretty awesome! Unfortunately it doesn't work on Firefox on Ubuntu 20.04 with an NVIDIA GTX 3090Ti. :(

  12. comment
    Comment #31015051

    Then who is "they" in this situation? You need a citation!

  13. comment
    Comment #31010852

    If you look at the plagiarized language in the article, it seems as if the BM paper authors are claiming contributions (emphasis mine). Credit is a major currency in research, and …

  14. comment
    Comment #31009813

    To quote the article: > But even putting aside the fact that claiming someone else's writing as one's own is wrong, the value in survey papers is in how they re-frame the field. A …

  15. comment
    Comment #29162255

    I want to echo the other comments here that low expense ratio ( My time horizon is longer than 5 years, and I buy broad market index funds split up as follows: 55% US large cap (e.…

  16. comment
    Comment #29142854

    I was a software engineer briefly before starting grad school. During that time, I found I didn't have the time to sit down and learn about topics that interested me. I also wanted…

  17. comment
    Comment #25980252

    It’s not the site you’re looking for, but I found https://poolside.fm recently and it’s become one of those quirky corners of the internet that I have come to enjoy. I definitely m…

  18. story
  19. comment
    Comment #20644493

    No mention of conda for environment management? In my experience, conda is by far the best tool for this. Especially when using packages which have non python dependencies.

  20. comment
    Comment #18438429

    It's worth noting that the primary result of this paper has only to do with the error on the training data under empirical risk minimization. Zero training error =/= a model that g…

  21. story
  22. comment
    Comment #17753880

    Link (from the article) to the paper with details: https://www.ilyaraz.org/static/papers/spectral_gap.pdf

  23. comment
    Comment #17582401

    Okay so I went and read the paper. They discuss generative modeling in section 5 and in the appendix (section 7.2). Section 5 claims "the corresponding CoordConv GAN model generate…

  24. comment
    Comment #17582058

    I haven't read the paper so I can't comment on the success of the method, but most applied ML research will show their best results in the publication and leave out failure cases. …

  25. comment
    Comment #17582037

    Somewhat tangentially, some recent work showed that a lot of problems with images (e.g. denoising, upsampling, inpainting, etc...) can be solved very efficiently with no training s…