AI & ML 101 – Jan 25

Intro to the workshop series

The workhorse of Machine Learning (linear regression)

Learning recommendations:

Multidimensional data (Feb 22)

Forgot the reading list last time, sorry, here again:

Generic description of the process used in “all” ML algorithms

In one-dimensional case (straight line that best fits data points) f equals the set of parameters that fully describe a line through the data: slope and intercept.

Again for one-dimensional case


(here: maximum instead of minimum)

Gradient descent

The gradient always points along the steepest slope of a function at that point, analogous to the derivative which just points along the slope.

Higher dimensions? WTF?

Gradient descent with multiple features

Neural networks (April 27)

Further reading:

ML is not neutral

ML as an oppression tool

ML as a (possibly) unintentional oppression tool

ML as a liberation tool

Evolutionary/genetic algorithms

This is maybe too technical so early. Should have a Neural Networks intro first. Or move it into NN module.

Natural Language Processing (if we find somebody with enough expertise to hold a workshop)

Recommender systems?

Unsupervised learning/clustering

Dumping ground (stuff that has no home)

Also (possibly) on the menu

Possible topics:

Link list

Drop your links here!

Deep Learning Frameworks

Tricking ML

Data sets

Misc