Posts by Pranit Sawant

Author Biographical Info: A Master's student at Vellore Institute Of Technology,Vellore

Get all layers of the model in PyTorch

By Pranit Sawant

In this tutorial, we will learn about how to get all layers of the deep learning model in PyTorch.We will learn about the different methods we can use to access each layer in the m.... Read More

How to add the marker to the folium map in Python

By Pranit Sawant

In this tutorial, we will learn how to visualize data and add markers to the folium map in Python. What is Folium? Folium is a Python library. It helps us to visualize geospatial d.... Read More

Set folium map marker color based on a value in Python

By Pranit Sawant

In this tutorial, we will learn how to Add markers to the map using folium. We will also learn about how to set and change the color of the marker in the Folium map using Python. U.... Read More

World Cup cricket winning prediction using Machine learning in Python

By Pranit Sawant

In this tutorial, we will learn about how to use machine learning to predict the winner of any tournament. In this article, we will be particularly focusing on the cricket World Cu.... Read More

Geospatial analysis using Python

By Pranit Sawant

In this tutorial, we will learn about what is geospatial analysis, the Applications of geospatial analysis, and the key libraries to perform geospatial analysis using Python. We wi.... Read More

Edge detection using OpenCV in Python

By Pranit Sawant

In this tutorial, we will learn about what is edge detection, the types of edge detection, Applications of edge detection, and how to perform edge detection using Python. What is e.... Read More

Map visualization with Folium in Python

By Pranit Sawant

In this tutorial, we will learn how to create visualizations using Folium in Python. We will also learn about how to customize the map and add markup and pop-ups to the map to make.... Read More

Related Posts