muzakthings | 5 months ago | on: Musical mel transform in Torch for Music AI
muzakthings's comments
muzakthings | 1 year ago | on: Steering Characters with Interpretability
muzakthings | 4 years ago | on: LightGBM vs. XGBoost: Which distributed version is faster?
The Ray ecosystem is actually chalk full of integrations, from XGBoost Ray (https://docs.ray.io/en/master/xgboost-ray.html), to PyTorch on Ray (https://docs.ray.io/en/master/using-ray-with-pytorch.html), and of course hyperparameter search with Ray Tune for a variety of libraries, including Sklearn (https://github.com/ray-project/tune-sklearn).
muzakthings | 5 years ago | on: Show HN: A simple Poker API to calculate the winning hand/s
muzakthings | 5 years ago | on: Pi-hole 5.0
muzakthings | 5 years ago | on: Perovskite Neural Trees
muzakthings | 6 years ago | on: Command-line tools can be faster than a Hadoop cluster (2014)
muzakthings | 6 years ago | on: Tiler: Build Images with Images
muzakthings | 6 years ago | on: Tiler: Build Images with Images
muzakthings | 6 years ago | on: Tasty Seaweed Reduces Cows’ Methane Emissions by 99%
muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV
I’ve found that opacity if 0.7 is often a nice compromise.
muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV
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
L*b was very slow, yes. It’s all done offline but I tend to like quicker feedback...
muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV
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
But you’re correct, generally that’s the space you want to be in.
muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV
As I mentioned above the only ML is the face classifier. There’s a flag that allows you to only include face pics in the photomosaics as well
muzakthings | 7 years ago | on: Make photomosaics, GIFs, and murals from pictures in Python with ML/OpenCV
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: Show HN: Krypton for Teams – Simple SSH Key Storage for DevOps
Do you have planned support for consensus-type mutlisig access? (ie: needing M of N approvals to acccess resources)
muzakthings | 8 years ago | on: Coinbase is a hot mess
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.
muzakthings | 8 years ago | on: AccuWeather iOS app sends location information to data monetization firm
This isn't really news.
If you've ever wanted audio features that directly represent semitones (or quarter tones!) this is the package for you.