by Matthew Combatti | Aug 2, 2024 | Xojo Tutorials
Session 2 LLMs 101 Creating a Basic LLM Using Xojo and Ngrams What are Ngrams? Ngrams are continuous sequences of words or tokens in a given text. An Ngram model predicts the next word in a sequence based on the previous N words. For example, in a trigram model...
by Matthew Combatti | Jul 19, 2024 | Xojo Tutorials
Session 1 Vectors 101 An introductory toe-dip into the magical world of vector embeddings. Vector Embeddings Vectors can be found everywhere in the world of AI and machine learning, from word embeddings to tensors. Vectors are the magical arrays of double numbers that...