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 »
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 »
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 »
A hundred years ago, the landscape of data visualization was vastly different from the digital dashboards and interactive charts we are accustomed to today. We want to share with you… Read more »
TL;DR Are you getting into Python? It’s a jungle!You have libraries just about anything you can think about – from creating games to building web applications. With this list, get… Read more »