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.

Split a String in Python
Split the definition of a long string over multiple linesYou can split a string over multiple lines...
JavaScript post request like a form submit
Method of Post requests just like a form submission in JavaScript.In JavaScript, you can use the...
How do I clone a list so that it doesn't change unexpectedly after assignment?
IntroductionWhen working with lists in Python, one common source of confusion for many developers...