Piezoid's comments

Piezoid | 7 years ago | on: Dropping Acid

The mini/micro-brute by Arturia are the new cheap analog bass synths.

They combine a minimal amount of monophonic signal nodes while providing quite a lot of possibilities. The Voltage Control IOs are a bridge to Modular Acquisition Systemic Syndrome :)

Piezoid | 8 years ago | on: Gravitation water vortex power plant

You're right. The main selling point of both turbines is the axial flow: the velocity differences between the water and the blades are the same on every sides of the turbine. The shear forces are low enough to let wildlife pass through unharmed (supposing that it's not heavily torqued by a high electric loads).

Piezoid | 8 years ago | on: Tile: A New Language for Machine Learning

Domain Specific Languages are good thing for specialized applications. Here we want automatic differentiation, parallelization and vectorization. It gets bad when general purpose language's features are added to allow things that the language wasn't designed for. A good interface to a GP language would be more relevant.

Piezoid | 8 years ago | on: Word vectors are awesome but you don’t need a neural network to find them

Random projections methods are cheaper alternatives to SVD. For example you can bin contexts with a hash function and count collocations between word and binned contexts the same way this article does. Then apply weighting and SVD if you really want the top n principal components.

What's nice with counting methods is that you can simply add matrices from different collections of documents.

page 3