Who did the first computer simulation of a biological neuron?

Nobel laureates Alan Hodgkin and Andrew Huxley are sometimes called the fathers of computational neuroscience, because they developed the first mathematical theory to explain how neurons communicate with each other with electrical signals. I read in a textbook that when they published their model in 1952, all the numerical calculations were done manually, because the computer at Cambridge was not working. It was “computational” all right, but it was the labour intensive variety.
Read more

Let's make some spirals

Disk point picking is an elementary problem in geometry. To evenly distribute points on a disk, an intuitive idea is to sample pairs of numbers in polar coordinate (radius and angle) randomly from uniform distributions. After all, “uniformly” is just another word for “evenly”, isn’t it? But it doesn’t work. When the points are sampled this way, the density of the dots fall off linearly with the distance to the origin.
Read more

Gradient descent on a non-Euclidean surface

Is the salesman travelling on foot or on an airplane? This article describes an experiment to develop a version of the elastic net algorithm that works on spherical surfaces. I needed it for a computational neuroscience problem, but for those who are mainly interested in machine learning, it also serves a simple and intuitive demonstration of using gradient descent on non-Euclidian surfaces. The Tensorflow source code is available on GitHub. I also made a youtube video showing the algorithm in action.
Read more

Punning is no fun in Chinese

The Economist is probably not the best place to look for rigorous scholarship on comparative punnology, but a recent article did ask a very good question: Why English is such a great language for puns? I am not sure if the superiority of English in punning is that obvious, but the argument seems to be convincing: For English is unusually good for puns. It has a large vocabulary and a rich stock of homophones from which puns can be made.
Read more

Serendipitous photoshopping

The unusually thick glasses on the windows of the Old Art building in Melbourne University seem to be hand-polished, whose uneven surfaces naturally distort the view into an American expressionist painting. The historic building of the Drum Theatre in Dandenong, Victoria was reflected on a modern office building across the road. The reflective windows reconfigured the image into an incongruent mosaic.
Read more