BKBaku Kiminbakus-tech-blog.hashnode.dev00Part 6: Data Scaling – Normalization vs. StandardizationFeb 24 · 8 min read · In our previous part, we witnessed a "numerical explosion." Because our target formula involves x³, the raw values reached into the thousands, causing our loss to skyrocket into the millions. To buildJoin discussion
BKBaku Kiminbakus-tech-blog.hashnode.dev00Part 7: Backward PassFeb 24 · 11 min read · Up to this point, We have built a 'Forward Pass' that makes predictions, and a 'Loss Function' that measures exactly how far off those predictions are. In order to enable our model to learn patterns fJoin discussion
BKBaku Kiminbakus-tech-blog.hashnode.dev00Part5: Forward PassFeb 24 · 10 min read · With our dataset prepared and our model's architecture ready, we are at starting point of deep learning. The first part is the forward pass. In this part, we will implement the entire forward pass froJoin discussion
BKBaku Kiminbakus-tech-blog.hashnode.dev00Part4: Building a Simple Regression Model and Preparing Training TensorsFeb 24 · 11 min read · So far, we have implemented our dataset, layers, and an initializer. Now, it’s time to combine them and start shaping an actual neural network. Before we get to the code, let’s first walk through the Join discussion