Building a classifier using JAX
Creates a synthetic dataset for a linear classification task and trains a logistic regression model using JAX, FLAX and OPTAX.
Creates a synthetic dataset for a linear classification task and trains a logistic regression model using JAX, FLAX and OPTAX.
Explains how functools partial works with simple examples.
Explains how functools partial works with simple examples.
This blog describes, how we can build a simple java application using couple of external dependencies. This can help in decopuling certain components from a big corporate application and test it.
Step by step instructions for installing tensorflow on M1 Macbooks with Apple Silicon.
Step by step instructions on how to move files and directories to and from azure blob storage.
How to move a local machine learning traning code to a virtual machine and develop there.
End to end training code for a bert model using pure pytorch and a single GPU.
How to set up VSCode to automatically activate anaconda environment for powershell.
How to upload python static html documentation created using mkdocs to an azure app service and enable CI CD pipeline using azure devops.