113. Check Your Data..

When I was evaluating the model, both f1 score and jaccard score, for some reason, was decreasing as the model finishes more epochs. (Which is quite insane.) I’ve been checking the dimensions of the variables I was using to calculate…

111. Debugging Your Model with VScode

Here is how you can debug your model using vscode. Install python extension (The one that has more than 57 million downloads) Select python interpreter. If you are using a virtual environment, select the python.exe inside of your virtual environment…

108. Binary Cross Entropy

I’ve learned that, for semantic segmentation, the Binary Cross Entropy as the loss function, instead of MSE, might be the one to first test out. Motivation When you check the derivative for MSE(Mean Squared Error)’s cost function, you’ll notice that…

106. Four Thousand Weeks by Oliver Burkeman

These are my top 3 takeaways from the book Four Thousand Weeks by Oliver Burkeman From thinking about time in the abstract, separating ‘time’ and ‘life’, it’s natural to start treating it as a resource, something to be bought and…

105. Diligence and Value

Deciding a metric when evaluating a ML project can be difficult. From an engineer’s perspective, they might want to optimize, word-level accuracy or query-level accuracy. On the other hand, for a businessmen’s perspective, they’d rather focus on revenue and user-engagement.…