I was thinking as I was having my morning coffee that I wanted to use “towards sentience” in Latin as the title for a blog or article, since ad astra, ad lucem, etc.
Given the explosion of interest in language models that OpenAI has unleashed upon the world, I keep getting the same questions from many of my friends – and indeed from random people I talk to: What is an LLM?
When I was new to tmux many years ago, one of the initial things that kept me from adopting it fully was the inability (or so I thought) of copying from within a tmux session into my OS’s clipboard.
Enums are tremendously useful to group names in your namespace. In C++ an enum is basically a dictionary where the name that you declare in the enum is the key for an index value.
Zero-Shot Learning (ZSL)1 is a type of supervised learning where the goal is to train a model or models to accurately apply a label to an object of a type it has not been trained on.