| Sponsored News from Data Science Central | ||
|
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
| Sponsored News from Data Science Central | ||
|
In this article, Manpreet talks about unit tests and why as well as how to incorporate these in your code. He will start with a brief introduction of unit tests, followed by an example of unit tests in deep learning and how to run these both via command line and VS Code test explorer.
I really enjoyed reading this and it helps you understand why deep learning might be new but it is not exempt from the need to use unit testing on it before you put it live just like any other piece of code.
You might be an expert in TensorFlow or PyTorch, but you must take advantage of these open-source Python libraries to succeed.
A very useful list of some of the most relevant libraries to use if you want to do a Deep Learning project. This could save you the time you would have spent searching for the right libraries.
If there is a Python library that is emblematic of the simplicity, flexibility, and utility of differentiable programming it has to be Autograd.
This is great and contains code fragments in order to help you explore this with a view to using it.