Blog Category: CUDA

Setting Up CUDA and cuDNN on Ubuntu 20.04

Setting Up CUDA and cuDNN on Ubuntu 20.04 with NVIDIA 535 DriverHello there, fellow tech enthusiasts! If you’re a machine learning or data science professional,...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Check if Value is NaN in Python
About NaN valueNaN stands for “Not a Number”. It is a special floating-point value that...
Linux: Various sorts of packages
Software DistributionVarious sorts of packages, including text editors, internet browsers, and picture...
What is the best way of implementing singleton in Python?
A single object can only be instantiated for a class thanks to the singleton design pattern. The Singleton...