Blog

Miscellaneous

Back to Blog ⏎
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

Article featured image

Binary Classification `predict()` Method: sklearn vs keras

In this blog, we will learn about the fundamental task of binary classification, commonly encountered by data scientists and software …

See more

Article featured image

How to Calculate Error for a Neural Network

In this blog, we will learn about the essential task of assessing the accuracy and performance of neural networks, a critical aspect …

See more

Article featured image

How to Change the Default Threshold for Classification in sklearn LogisticRegression

In this blog, we will learn about situations commonly faced by data scientists or software engineers when the default threshold for …

See more

Article featured image

How to Convert a Tensorflow Frozen Graph to SavedModel

In this blog, we will learn about the process of converting a Tensorflow frozen graph to a SavedModel, a crucial task for data …

See more