The history of LLM
This is how Large Language Models look like in 1960s ! One of the the first chatbot human developed is Eliza
Here is a famous book “Attention Is All You Need” about improving RNN Reccurent Neural Network, writing in 2017. This book leads to the basis of LLM.
Neural Machine Translation by Jointly Learning to Align and Translate explains a better translation process. It is written on 2015 and referenced in the above book.
Below is a good video about Learning : Regularity based learning , Constraint based learning , Similarity by measuring angle between the vectors.