Cozy video games can quell stress and anxiety (reuters.com)
343 points by vinhnx 7h ago 198 comments
How a yacht works: sailboat physics and design (onemetre.net)
200 points by stass 3d ago 62 comments
Hands-On Large Language Models
78 teleforce 4 4/19/2025, 1:52:55 AM github.com ↗
Prerequisites This book assumes that you have some experience programming in Python and are familiar with the fundamentals of machine learning. The focus will be on building a strong intuition rather than deriving mathematical equations. As such, illustrations combined with hands-on examples will drive the examples and learning through this book. This book assumes no prior knowledge of popular deep learning frameworks such as PyTorch or TensorFlow nor any prior knowledge of generative modeling. If you are not familiar with Python, a great place to start is Learn Python, where you will find many tutorials on the basics of the language. To further ease the learning process, we made all the code available on Google Colab, a platform where you can run all of the code without the need to install anything locally.