Daily Shaarli

All links of one day in a single page.

April 17, 2024

What are Large Language Models(LLMs)?
https://arxiv.org/pdf/2310.03589.pdf
Visual Calculations: Introducing a Two-Layer Approach in DAX Calculations – pbidax
(8) Is it easy or difficult to learn dimensional modelling? | LinkedIn
Building a weather data warehouse part I: Loading a trillion rows of weather data into TimescaleDB

To get there though we first need to load all this data into Postgres and this is what this post is about. Initial attempts at loading the data seemed slow so I wanted to investigate how to do this fast, leading me down a rabbit hole and me writing this.1

https://repositorio.iscte-iul.pt/bitstream/10071/9499/5/dss_v3.pdf
From Linear Algebra to Deep Learning in 7 Books (Winter 2024 Update) | by Andreas Stöffelbauer | Towards Data Science

Admittedly, this one is the odd one out here, but definitely worth a final spot. Reinforcement learning (RL) is an absolutely fascinating field, which complements the kind of machine learning that the above books teach.

In case you are not familiar with it, reinforcement learning the field of AI that is concerned with autonomous agents and decision making, with the goal of learning by interacting with the real or a simulated world.

This book is the standard textbook for RL classes around the world, so definitely one of the best if you want to learn about it.