BKBaku Kiminbakus-tech-blog.hashnode.dev·Dec 6, 2025 · 5 min readPart 3: Building a Neural Network LayerNow that our dataset is ready, we are ready to start building the components of our neural network. But before wejump into the code, let’s pause for a moment to define what deep learning actually is. 00
SSuperDevFavourinsuperdevfavour.hashnode.dev·Feb 15, 2024 · 14 min readCreating An ERC-20 Token Using Solidity.The ERC-20(Ethereum Requests For Comments 20) is a standard for creating fungible tokens on the Ethereum network. it was proposed by Fabian Vogelsteller in November 2015, as a Token Standard that implements an API for tokens within Smart Contracts. T...00