Blog

Miscellaneous

Back to Blog ⏎
Article featured image

What's the Hardware Spec for Google Colaboratory

In this blog, we'll delve into the hardware specifications of Google Colaboratory, a cloud-based platform familiar to software …

See more

Article featured image

Why is an OPTIONS request sent and can I disable it

As a software engineer, you may have encountered an OPTIONS request while working with web applications. This type of request is often …

See more

Article featured image

Best Way to Save a Trained Model in PyTorch

In this blog, we will learn about PyTorch, an open-source machine learning library widely employed by data scientists in the realm of …

See more

Article featured image

Calculating the Accuracy of PyTorch Models Every Epoch

In this blog post, we'll explore the process of determining the accuracy of a PyTorch model after each epoch, a crucial step in …

See more

Article featured image

Exporting Machine Learning Models A Guide for Data Scientists

In this blog, we will learn about the extensive efforts data scientists invest in constructing and refining machine learning models. …

See more

Article featured image

How do I convert a Pandas dataframe to a PyTorch tensor

As a data scientist you may often work with Pandas dataframes to manipulate and analyze data However when it comes to building machine …

See more

Article featured image

How to Add a Python 3 Kernel to Jupyter IPython

In this blog, we'll guide you through the steps to add a Python 3 kernel to Jupyter IPython, enhancing your flexibility in using …

See more

Article featured image

How to Change the Default Browser Used by Jupyter Notebook in Windows

As a software engineer you might have come across the popular Jupyter Notebook an opensource web application that allows you to create …

See more