Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

File metadata and controls

17 lines (13 loc) · 1.13 KB

Errata, Corrections and Improvements


If you find any mistakes in this title Transformers for NLP and Computer Vision 3rd Edition, or if you have suggestions for improvements, then please raise an issue in this repository, or email to us.

Chapter01, Page 16 - Sentence correction

  • Incorrect sentence is:
    • He applied this to letters and conducted many experiments. double space Bear in mind that he had no computer but proved a theory still in use today in AI.
  • Correct code is:
    • He applied this to letters and conducted many experiments. Bear in mind that he had no computer but proved a theory still in use today in AI.

Chapter01, Page 21 - Grammar correction

  • Incorrect sentence is:
    • First, we must note that GPT models were not the first to produce Generative AI recurrent neural networks were also generative.
  • Correct code is:
    • First, we must note that GPT models were not the first to produce Generative AI, recurrent neural networks were also generative.