muzakthings's comments

muzakthings | 5 months ago | on: Musical mel transform in Torch for Music AI

A PyTorch-based musical mel-frequency transform for audio processing, optimized for performance and ONNX compatibility.

If you've ever wanted audio features that directly represent semitones (or quarter tones!) this is the package for you.

muzakthings | 5 years ago | on: Perovskite Neural Trees

I would love to see an ELI5 writeup of this. For instance, I can't quite warp my head around - how are they storing neuron state in the lattice?

muzakthings | 6 years ago | on: Tasty Seaweed Reduces Cows’ Methane Emissions by 99%

this is super cool. do you think the primary demand driver for your sales will be 1) gov't mandates, or 2) cattle farmers wanting to differentiate their meat to eco-conscious customers / retailers? just curious about how you see the market.

muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV

Both! You can experiment with —-best-k and —randomness <1.0 and sort of get things in the middle.

Basically what this will do is assign each tile less than 100% of the time randomly and then for each that isn’t, you choose among the top best K matches on L2 distance with equal probability. Gives it a little bit of both.

muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV

Right. See my comment above.

As to why it was in the project: If you treat each pixel as an example vector in 3 dimensions and cluster, you get the “dominant” colors for the image. It’s a primitive way to compress images as well. In this case I just was using it to generat fun cards that would use a minimal number of dominant colors. It’s still in the code if you’d like to use it but a bit hidden.

muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV

The face montage building trains a linear classifier on top of the pretrained embedding network - it’s the portion that talks about creating a training folder of your face.

But yes the photomosiacs strictly don’t use ML, unless you count the internal fun stuff Faiss (the similarity search lib) does to construct fast indexes.

muzakthings | 8 years ago | on: Coinbase is a hot mess

This guy needs to take a Stats 101 class. Taking a biased sample of Reddit posts and claiming that it must equate a liquidity crisis at the world's largest crypto exchange? Please.

80% of the problems Coinbase and every other exchange has are dealing with "Finance 1.0" banks & payment processors who still move funds around by having their employees manually type in numbers and sending transfer records via FTP. Seriously.

In a sense, Coinbase and other exchanges are moving money out of the traditional (fragmented) banking system and into a digital one. That takes friction and dealing with fragmented systems.

And personally I'd trust Coinbase over any of the other ones any day of the week. Have you dealt with Kraken/Poloniex/etc? Terrifying.

page 1