Sanjay KrishnamurthyPassing arguments in VSCode for pythonPassing arguments to the python code can be done using the “launch.json” file which can be configured using the steps belowJun 19, 2022Jun 19, 2022
Sanjay KrishnamurthyMain and Interaction effects in factorial designsConsider the independent variables are ‘drug dosage’ and ‘gender’ and the dependent variable is ‘drug effectiveness’. Also, let drug dosage…Feb 2, 2022Feb 2, 2022
Sanjay KrishnamurthyRunning jupyter notebook inside virtual environment venvReferences: https://www.youtube.com/watch?v=APOPm01BVrk https://anbasile.github.io/posts/2017-06-25-jupyter-venv/Feb 6, 2021Feb 6, 2021
Sanjay KrishnamurthyAsterisk and double asteriskThe asterisk * and ** operator can come in two places 1. Inside function definition — -> *Variable # of args converted as list * 2…Feb 6, 2021Feb 6, 2021
Sanjay KrishnamurthyTensorflow 2.0 vs PyTorch 1.4 implementation of Simple linear regressionTensorFlow 2.0 and PyTorch 1.4 are very nice packages for Deep Leaning which do all the hard work for you. TensorFlow 2.0 is definitely…Feb 10, 2020Feb 10, 2020