Last weekend was a particularly nerdy one of mine: it included a trip to a planetarium on Saturday, followed by binge-watching the Stanford CS224W course lectures (Machine Learning with graphs) — highly recommend, by the way, you get all the satisfaction of binge-watching without any of the guilt. [Full disclosure: I am a firm believer in not beating yourself up for not making a dent in your to-do list as long as the distraction made you happy. That’s just good work/life balance! Please leave your Netflix recommendations in the comments.]

Speaking of machine learning with graphs, I’ve got another couple of preprints on this topic for you:

If you are completely new to graph-based machine learning, but would rather not watch all sixteen hour-and-a-half-long lectures to get started, I recommend watching enough of lecture 1 to get an idea for what a graph is, then watch lectures 67, and 8 to see how to tie that idea together with machine learning models. Alternatively, here is my version of…

… graph-based Machine Learning in a nutshell

Think of each datapoint that you have as a node of a graph. Let’s say each node corresponds to a person’s Facebook profile. We will draw edges between (i.e. connect) those nodes, that are friends with each other on Facebook. The nodes can, but do not have to, have features (e.g. the person’s age, gender, self-described political views, and whether they own a cat). Now let’s say you want to figure out whether a given person is likely to support the idea of a covid-imposed lockdown, or not. A binary classification task, in other words. (You can label those nodes that have explicitly voiced their lockdown support or disdain in their profile, and train off them.) If you did not want to do any of that fancy graph stuff, you could simply train a classifier with the features that your training data has. However, you hypothesize that a person who is friends with lots of lockdown-supporters is more likely to share those views than the person whose Facebook friend circle is decidedly against the stay-at-home orders. If only we could include this kind of relational information in our modeling… Wait, we actually can: as long as we use the graph (nodes + their connections to other nodes) instead of just nodes as an input to our model.

#deep-learning #machine-learning #ai #active-learning-news #data-science

Active and Semi-Supervised machine learning
1.10 GEEK