Viewing profile — Despoisj
Despoisj
HN member- Joined
- Thu, Dec 01, 2016, 9:03 AM UTC
- HN karma
- 163
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About Despoisj
Recent public activity
- story
-
comment
Comment #32215482
I made a 6 sided square flexagon puzzle for my dad, it's surprisingly simple yet can take forever to solve. If interested, I've spend quite some time looking for more square flexag…
-
comment
Comment #25682904
Thanks for the feedback!
- story
- story
-
comment
Comment #24271258
As a former Kindle developer, I can say that most of what's mentioned in this article are metrics used to understand how the features are used (bookmarks, highlights, dictionnary, …
-
comment
Comment #23758176
During the interview for my current job (Machine Learning & Deep Learning Scientist), I didn't get any theoretical questions on machine learning, but only questions on my projects.…
-
comment
Comment #22934118
What about using the "-" sign to filter results instead of relying on complex language understanding? => "shirt -stripes" works pretty well on google at least
- story
- story
- story
- story
-
comment
Comment #13995531
This is a very naive question, but considering the artifacts you have on the GAN-generated images, you are trying to generate the whole "palette image" at a certain resolution. For…
- story
- story
- story
-
comment
Comment #13089176
I'm not sure what you mean, but I have chosen to store slices on the disk so that I could still take a look at them, and not store the data only in numpy arrays. That could be opti…
-
comment
Comment #13089141
Thanks for the awesome ressources ! :D
-
comment
Comment #13088177
The slice size is indeed quite arbitrary, and knowing the BPM would help, but isn't reliable either (various tempos, rubato for classical etc.)
-
comment
Comment #13087359
I didn't intend to go that far in the human genre recognition parallel, but thanks for the references ! Good job on the script too
-
comment
Comment #13087349
Thanks for your insights! I agree that log/mel spectrograms could be even more detailed and effective, and could be used with the SoX patch discussed here https://sourceforge.net/p…
-
comment
Comment #13087306
Wow, that's an in-depth analysis of the task ! Thanks for sharing
-
comment
Comment #13087302
Thanks for your inputs, it's true that we can use convolutions on raw waveform, however the main reason I've used a spectrogram was to work on precomputed relevant features as high…
-
comment
Comment #13087283
Yeah that's a problem I know - I used to make some Electro/Dubstep/Trap music - and I feel people will always disagree with the genre you pick anyway.
-
comment
Comment #13087275
Thanks for the kind words, I'll take a look !