Write code that is concise, expressive, and adheres to a single responsibility at a time

Keywords: cleancode, coding

Writing clean code is having empathy for your future self and others as it ultimately makes it easier and quicker for anyone looking at your code to understand and work with it. We spend far more time reading code than I do writing it, so why not make reading code a better experience?

https://justinhhorner.com/2020/05/30/what-is-clean-code-naming

Word2Vec finds abstract representations for every word, so called word embeddings

Keywords: Machine Learning, NLP, Word Embeddings, AI, Text Mining

This are low-dimensional vectors (think of a list of 200 or 300 numbers). Once you have those word vectors, you can do nearly-magical math with words! If you take the vectors for King, Man, Woman, you can calculate King – Man + Woman and then you’ll get the vector for: Queen!

https://blog.esciencecenter.nl/king-man-woman-king-9a7fd2935a85