PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Data Scientist in the Aerospace industry - I'm going to start posting daily practical videos instead of the abundant theoretical knowledge I see everywhere, check me out and let me know how I can improve the format

https://www.reddit.com/r/Python/comments/115l10k/data_scientist_in_the_aerospace_industry_im_going/
Man and machine: GPT for second brains

In this post, I discuss how I used GPT embeddings to build a smart search tool for my second brain note-taking system.

https://reasonabledeviations.com/2023/02/05/gpt-for-second-brain/
Understanding and Coding the Self-Attention Mechanism of Large Language Models From Scratch

In this article, we are going to understand how self-attention works from scratch. This means we will code it ourselves one step at a time.

https://sebastianraschka.com/blog/2023/self-attention-from-scratch.html