-
A primer on large language models
I came across this very interesting article which shares the foundations on LLMs (Large Language Model) and how they are trained and fine-tuned and other aspects. Very interesting. Recommend a read.
-
Python for differential calculus
Many would have known about using differential calculus in Maths. How do we use it with Python? Well, sympy and scipy can help us here. Sympy is used to create symbols for our x, y variables while Scipy helps with the differential bit. These can be installed using below command:...
-
Newsletter of Today's reads
A few articles / reads I went through today which share interesting and unique perspectives: Why large language models (like ChatGPT) are bullshit artists: Interesting view on what LLMs are and how they are made and how they work and where to use and not to use. 5 Crucial Things...