One-Shot Learning

Using Keras/TensorFlow for one-shot learning, we’ll classify objects we’ve never seen before. We’ll train on pairs of objects and identify “are these two things the same?” This is a highly generalizable technique that unlocks cool new applications of deep learning. Follow along with Lukas using the Python scripts here: https://github.com/lukas/ml-class/tre…