More Experiments with Neural Style Transfer

I've been playing more with Neural-Style Transfer. It's fun to play with, but with the code I'm using, I'm struggling to get results I can use. I was trying to merge the style of a Platon photo with a photo taken of me (when I was growing a beard). It was weird what information the neural net decided to take from the style photo.

Technological Unemployment

There is a great graph-filled post over at Slate Star Codex called Technological Unemployment - much more than you wanted to know. After analysing a lot of data from the US economy, the author arrives at some tentative conclusions: The main point seems to be that the evidence for large-scale technological unemployment is mixed. There is evidence of technological underemployment however. There are signs that people are now struggling to adjust. The final paragraph is:

 "This is a very depressing conclusion. If technology didn’t cause problems, that would be great. If technology made lots of people unemployed, that would be hard to miss, and the government might eventually be willing to subsidize something like a universal basic income. But we won’t get that. We’ll just get people being pushed into worse and worse jobs, in a way that does not inspire widespread sympathy or collective action. The prospect of educational, social, or political intervention remains murky."

Along the Canal

Today we walked along the canal in London from Angel to Camden. We didn’t actually make it to Camden as they have blocked off the towpath just before Camden Town as they are building residential apartments along there. It was a lovely day (for winter). 10C and reasonably sunny.

The QUIC Protocol

I read this post on QUIC over at LWN. QUIC is a protocol that multiplexes network connection streams on top of UDP (to get through routers). I had no idea that it was actively used in production with YouTube! Apparently the YouTube mobile app uses QUIC for streaming videos. According to Jana Iyengar (from Google) around 35% of outbound traffic is happening using QUIC.

Emacs and Jupyter

Today I discovered the sheer awesomeness that is Emacs with EIN. This lets my Emacs environment to to Jupyter Notebooks. Through it, I have the power of Emacs Python completion and editing while writing iPython functions. It works really well! I can display matplotlib graphs inline in my Emacs buffer. There is even symbolic computation via the sympy package! Bliss!

Using Mathematical Models to Reward Behaviours

Today I was thinking about creating a mathematical model to represent my own personal "Klout" score. Instead of providing a measure of social influence, it would actually be a day-to-day score of how social I had been. Lately I have been quite reclusive. Other than Helen, I haven't had much contact with people. I have also been a lurker on social media, such as Twitter and Facebook. In order to encourage more social interaction, my score would keep track of how many interactions I have. Whether the people I interact with are new people to me, or whether they are friends. If I construct the model properly and use it on a daily basis with an aim to improving my score, it should get me out of this reclusive rut I am currently in.