Guides for Other
-
Nuance is difficult to sell on the Internet. Including hybrid work
I’ve had that inkling for a while that it’s difficult to explain the nuance, but also make it appealing on the internet at the same time. It may not be difficult to explain it, but it seems really difficult to sell it.
-
How to make startup scripts for Jupyter kernels reliable?
Running some code whenever your Jupyter notebook starts is handy and easy.
-
Comparison of language identification models
Up-to-date info on language identification libraries usable in production. Accuracy, language coverage, speed and memory consumption. Everything you need as an ML engineer to pick a library quickly. -
Github Actions: using python version from .python-version file (pyenv)
Github Actions: how to use pyenv's python version - one from .python-version file. -
Batched backpropagation: connecting the code and the math
If you want to be an effective machine learning engineer, it’s a good idea to understand how frameworks like PyTorch and TensorFlow work. You don’t need to know all the details of building the framework from scratch, but you should be comfortable with building a simple neural network using low-level building blocks.