Other Posts

Flask Vs FastAPI which one should you choose?

If you’re stepping into machine learning, its important to have a good understanding of Flask vs FastAPI. As a developer, there are a few essential elements that you need in your arsenal before jumping into the world of machine learning or deep learning. Some of them include: Machine learning concepts Python or R languages — […]

Read More

Getting started with GPT-3 model by OpenAI – The largest AI language model ever created

Generative Pre-trained Transformer 3, more commonly known as GPT-3, is an autoregressive language model created by OpenAI. It is the largest language model ever created and has been trained on an estimated 45 terabytes of text data, running through 175 billion parameters! The models have utilized a massive amount of data from the internet, which gives them the power to generate human-like text.

Read More

Image classification using transfer learning and Pytorch

In this article, we’ll be discussing on how image classification using transfer learning and Pytorch library helps developers to train deep neural networks with comparatively low amount of data. As we know, image classification is an integral part fo many businesses like e-commerce, automobile, stock photography, social media, medical image analysis etc. The objective of […]

Read More