that mimics the structure and function of a biological brain • In our case, we’re interested in a particular kind of recurrent neural network: LSTM (long/short-term memory) network What Is It?
machine learning models based on biological brains • RNNs are a kind of NN with “loop”; feedback allows modeling for text prediction, music generation, and more • We can do this all with Ruby, we just need the library support!