Understand temperature, Top-k, Top-p, Frequency & Precense Penalty once and for all. Getting a handle on temperature, Top-k, Top-p, frequency, and presence penalties can be a bit of a challenge,… Read more »
There are hundreds or probably thousands of Python best practices out there and depending on who you ask, you would get some slight variation on a given practice. The internet… Read more »
Software design principles for thoughtfully designing reliable, high-performing LLM applications. A framework to bridge the gap between potential and production-grade performance. Large Language Models (LLMs) hold immense potential, but developing… Read more »
Neural Networks are a method of artificial intelligence in which computers are taught to process data in a way similar to the human brain. Neural networks learn through being fed… Read more »
This collection of lecture notes gives you everything you need to get started with data in the Python ecosystem. Covers Python basics, NumPy, SciPY, Matplotlib, Sympy, scikit-learn, code optimization, mathematical… Read more »
In the world of artificial intelligence (AI), there’s an ever-growing list of learning techniques that have emerged over time. From supervised learning to reinforcement learning, these methods help machines learn… Read more »
Do you want to learn Artificial Intelligence and looking for the best resources to learn Artificial Intelligence?… If yes, you are in the right place. In this article, I have listed all the best resources to… Read more »
1. Programming Language Wing I tried to play with many languages and what I found was that most of the languages are overhyped. Yes, and that is when I met… Read more »
C++20 Modules, CMake, And Shared Libraries April 4, 2024 by Craig Scott CMake 3.28 was the first version to officially support C++20 modules. Tutorials and examples understandably tend to focus on the… Read more »
Machine learning (ML) gives computers the power to learn without being explicitly programmed. If you’re curious about how it works, I’ll break down the key steps in a simple way… Read more »