itās finally cooling down over here. The sun is nice and all, but above 20°C, my brain just stops working. But that shouldnāt stop us from finding some awesome machine learning and some Python this week! Letās dive right in!
Got this from a friend? Subscribe here!
The heat! Luckily today it cooled down, but the heat has been brutal! On the plus side, I found an app that actually uses the ECMWF data. And with āfoundā, I mean that some people in ECMWF use it, because weāre proud of our forecasts. Itās called windy.com and looks very pretty. (Not an official product from us, they just ingest our data.)
I also started going bouldering again. I was always afraid, since I have gained so much weight and I messed up my elbows climbing before. But all that strength training and going slow seems to make a difference! Second time and it seems alright. Very happy to be back on the wall!
Euroscipy published their schedule now and my tutorial āIncrease citations, ease review & collaboration ā Making machine learning in research reproducibleā will be on the 29th at 10:30. Nice and early, for me to enjoy the conference after without worrying. They couldnāt have known, but thatās just lovely for me. Even after so many presentations, talks, and videos, I still get nervous every time, so having that out of the way is fantastic. Iām really looking forward to it and hope I can reach my ambitious goal during the session. Let me know if youāre coming to beautiful Switzerland! Itās one of my favourite conferences.
Itās hot, I have two things on my mind. Ice cream and my tower fan. Itās not a fancy Dyson, although one can dream, but it moves the air and Iām thankful for it.
I wrote a long blog post about changing careers from Oil & Gas to have a positive impact on the world instead. I was nervous about publishing it, as itās quite personal and dear to my heart, but I think it was very well received.
Earlier I wrote a post about books that are great in natural language processing (NLP).
Last week I asked, āWhat is your favourite machine learning algorithm and can you explain it in under 1 minute?ā, and hereās the gist of it:
I love a good neural network. Itās where I got my start in machine learning and itās one of the main tools I use.
With dense neural networks I like to go from the basic linear regression equation y = m ⢠x + b
from school. We have the input data x
and target data y
, with m
being the weights we learn and b
being a bias that is also learnable. In dense neural networks, we connect all the inputs in x
to each neuron, so weāre dealing with vectors instead that sum all incoming weighted data at each Neuron y = Ī£ m ⢠x + b
. Since neural networks shouldnāt just be linear regression models, we need something that makes this equation non-linear. Normally, we simply define an activation function Ļ
so that y = Ļ( Ī£ m ⢠x + b)
. Now we stack a bunch of neurons to build up a layer, so we get additional processing power. Finally, we get to connect layers to each other, by feeding the output of one layer into the other. So our x
in layer 2 is the y
in layer 1, which gets to look really cool y = Ļ( Ī£ m' ⢠Ļ( Ī£ m ⢠x + b) + b')
. During training, we can easily pass data through our system of linear algebra and when we calculate the error, we can use the chain rule to correct the system. Itās beautiful in its simplicity, really.
Itās also why people call deep learning the most lucrative application of the chain rule ever.
Time is relative.
Time travelling even more so. How far do you get in 5 hours by train starting from different locations in Europe?
I found this map fascinating, and itās interactive! Clicking around and finding the different hubs for different countries is a bit of fun for a slow afternoon!
Source: Chronotrains
Post them on Twitter and Tag me. I’d love to see what you come up with. Then I can include them in the next issue!
A secret one for the people reading to the end. I was thinking about ramping up the referral rewards. Maybe mugs, or a shirt, maybe some digital goods. What is something you think would make your day getting for showing my newsletter to friends and colleagues? Simply reply to the email. It’ll land in my inbox! I’d really appreciate the help!