An amalgam of how-to-use guides on software tools, explanations of topics I found interesting and some personal thoughts and views. I would love to hear your comments/suggestions on these topics. Please reach out via email !
-
PyTorch vs TensorFlow: A comparison
Alright, so now you know the basics of how neural networks work. You might be wondering which python framework would be best for you to start building your own nets. This interactive google collab notebook will help you choose between the two most popular frameworks: PyTorch and TensorFlow.
-
Creating python packages using build and setuptools
You have done the hard work ! Now make it easy for others to use and build on your code by creating a Python package. Once done, your code is just a 'pip install' away from finding a new home !