I am computer science undergrad student ,who loves to learn and share things
Nothing here yet.
Jun 1, 2025 · 21 min read · Transformers have revolutionized natural language processing by using attention mechanisms to model long-range dependencies. In this post, we’ll journey from the origins of attention to building a mini GPT model (“GPTMini”) from scratch. We’ll start ...
Join discussion
Dec 12, 2022 · 3 min read · To create a blockchain using Python, you will need to do the following: Import the necessary modules and libraries. This will typically include the hashlib library for generating hashes and the datetime library for managing timestamps. Copy codeimp...
Join discussion