Ray Flanagan·Dec 21, 2023Word Vectors & Word2VecThis article focuses on Word Vectors and the Word2Vec algorithm.
Ray Flanagan·Dec 11, 2022Transformer Architecture in NLPThe Transformer, based solely on attention, is an alternative to an RNN model architecture. Many recent popular NLP models use the…
Ray Flanagan·Nov 24, 2022Python Walrus OperatorThe walrus operator in Python as first introduced in PEP572 in Python 3.8. Because it resembles a walrus (: being the eyes and = being the…