Viewing profile — data_scientist
data_scientist
HN member- Joined
- Sat, Jun 07, 2014, 4:33 PM UTC
- HN karma
- 247
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About data_scientist
I build machine learning stuff for fun & work. From Paris.
Recent public activity
-
comment
Comment #30439279
Awesome! It looks like we could extract the depth from the video, but my knowledge of ffmpeg is too limited for that. Do you know a way to do it?
-
comment
Comment #21936697
Really nice! I would love to add all my notes here, but I sometimes needs to include images, and this is a blocking feature for me. Any plan to include that? A really nice to have …
-
comment
Comment #18032574
I needs to connects to multiple servers at the same time, and tmux sessions shouldn't be stacked. How can I do that without tabs?
-
comment
Comment #15861865
A short optional sample of every composers and songs would be nice, just to get an idea of the music. I can't remember music in my head (kind of Aphantasia for music), so it's real…
-
comment
Comment #15023631
What about using machine learning? It sounds like a discovery issue, and recommender systems work very well for that (eg. the side bar of Youtube). I just discovered Neocities BTW,…
-
comment
Comment #14875162
It doesn't have a good accuracy. I have yet to see a real-life dataset where it's better than to just call LogisticRegressionCV from scikit-learn. For bigger datasets, you may use …
-
comment
Comment #14335545
Does anyone have a good book for advanced linear algebra? I learned the basics in school - eg. Matrix diagonalization, svd) but I need for ml to really understand things like angle…
-
comment
Comment #13303384
SEEKING WORK / REMOTE or Paris France I'm a data scientist with experience in various types of machine learning projects. I have a statistical background, and strong SWE skills. I …
-
comment
Comment #13210538
Nice statistical property: this is the same thing. P(B|A)>P(B) P(A|B)>P(A)
- story
-
comment
Comment #12153037
My main issue with R^2 is that it is an artificial indicator. It has no business meaning. The best alternative is to build a metric that is related to your business issue. How many…
-
comment
Comment #11385688
Great idea! Some questions: - Both R and Python support strings, factors, and complex objects in a dataframe. What is NOT supported by feather? - Feather is "not for long term data…
-
comment
Comment #10758221
PyMC 3 implements HMC. It is still in beta but quite stable
-
comment
Comment #10666836
Relevant XKCD https://xkcd.com/810/
-
comment
Comment #10460719
How do you handle strings on hdf5, on an efficient and portable way? I didnt find any convincing answers.
-
comment
Comment #9638069
Genuine question, why do you find Pymc3 better than stan? Pymc3 is still in alpha, while Stan is stable since many years. They both implements the same algorithm (NUTS), so is it j…
- story
- story
-
comment
Comment #9535792
Please modify the bindings, the directional keys are international, without a qwerty keyboard I can't play - and no, I will not modify it systemwide for just a JS game. Nice one ne…
-
comment
Comment #9495007
I just saw a tweet of Notch > Turns out unrolling tight inner loops really speeds them up! 38% speedup from that alone. Makes sense, it's doing one eight of the branching https://t…
-
comment
Comment #9434399
I can't find anything about it in English. Do you have any link?
- story
-
comment
Comment #9315006
Please don't make it configurable, because it will mean there is no longer "a" YAPF standard. Also look at Pycharm reformat tool, it would be a shame if both couldn't be used in th…
-
comment
Comment #9067423
One useful feature is to consider the neighbors rows, for example for differentiating a time series. Do you plan to make an efficient method for that?
-
comment
Comment #9067422
One useful feature is to consider the neighbors rows, for example for differentiating a time series. Do you plan to make an efficient method for that?