Blog

Miscellaneous

Back to Blog ⏎
Article featured image

Understanding the Use of Verbose in Keras Model Validation

In this blog, we will learn about the abundant features provided by Keras, a widely-used deep learning library, designed to simplify …

See more

Article featured image

Using Lambda Function Pandas to Set Column Values

As a data scientist or software engineer, you may have come across the need to manipulate data in a Pandas DataFrame. One common task …

See more

Article featured image

What Does 'RuntimeError: CUDA Error: Device-Side Assert Triggered' in PyTorch Mean?

As a data scientist or software engineer working with PyTorch, you might have encountered the error message 'RuntimeError: CUDA error: …

See more

Article featured image

What is /usr/bin/ld: cannot find -lcudart and How to Fix It?

If you are a data scientist or a software engineer working with CUDA, you may have come across the error message /usr/bin/ld: cannot …

See more

Article featured image

Where did CUDA get installed in my computer?

In this blog, we will learn about the essential role of CUDA, NVIDIA's parallel computing platform, for data scientists and software …

See more

Article featured image

Why You Need to Compile Your Keras Model Before Using model.evaluate()

In this blog, we will learn about the fundamental workflow for effective model construction and evaluation using Keras, a widely-used …

See more

Article featured image

How to Downgrade Terraform to a Previous Version: A Guide for Data Scientists

Terraform, a popular open-source Infrastructure as Code (IaC) software tool created by HashiCorp, is widely used by data scientists and …

See more

Article featured image

Terraform: Mastering Foreach with List of Maps within a List of Maps

Terraform, a popular Infrastructure as Code (IaC) tool, provides a powerful feature known as foreach to iterate over collections such …

See more