Tag: Data Science
-
Python for Art – Blending Two Images using OpenCV
In this article, I will show you how create nice looking custom designs using Python. There are many designing tools out there, but in this project our goal is to create a beautiful design without using those softwares. After working on this project, you will also have an idea on how to work with OpenCV…
-
Building a Movie Recommender using Python
Simple and hands-on machine learning project using sci-kit learn In this post, I will show you how to build a movie recommender program using Python. This will be a simple project where we will be able to see how machine learning can be used in our daily life. If you check my other articles, you…
-
Speech Recognition in Python— The Complete Beginner’s Guide
Simple and hands-on walkthrough Read this story on Medium for Free Welcome to The Complete Beginner’s Guide to Speech Recognition in Python. In this post, I will walk you through some great hands-on exercises that will help you to have some understanding of speech recognition and use of machine learning. Speech recognition helps us to save…
-
Global Spread of Coronavirus | Data Visualization
In this post, I would like to show you how to create an interactive map plot using the Coronavirus cases data. As the numbers started to rise again, I wanted to create a global world map to see how the spreading continues across the world. I found a great data on Kaggle with the global…
-
The Beginner’s Guide – Building Interactive Maps in Python
Simple and hands-on practice using Climate Data In this post, I would like to show you how to create interactive climate maps using the Historical Climate Data, where you can visualize, examine, and explore the data. Data visualization plays an important role in representing data. Creating visualizations helps to present your analysis in an easier form…
-
Python for Finance – The Complete Beginner’s Guide
Simple and interactive walk-through using Amazon Stock Data Ready this Article on Medium for Free Are you interested in developing your finance skills using some programming? Then you are at the right place. In this post, I will walk you through some great hands-on exercises that will help you to have some understanding on how…
-
The 5 High Demanding Data Science Roles
That you should know about… In this post, I would like to share the top five data science careers that are in high demand these days. Data Science field is growing so fast that it’s getting harder to keep track of the new updates and features. Even though new tools and new methods are getting…
-
Sorting and Subsetting in Python
Hands-on Data Analysis using Pandas Library In this post, we will learn some powerful data analysis techniques using Pandas library. Exploring the dataset is the first key step in data analysis. To have a better understanding of the data there are couple ways to do it. Today, we will cover the two simplest and most…
-
5 Free Machine Learning E-Book Resources
In this post, I will share five free machine learning e-book resources with you. It will be a short and simple post. I will introduce you to each resource by giving some basic information about them. I tried to find resources with online access so that anyone from anywhere can have free access to them.…
-
Convert Text to Speech in 5 Lines of Code
In this post, I will show you how to convert text to speech using Python. This will be a simple machine learning project that we will understand some basics of speech library called pyttsx3. If you are wondering where can we use text to speech conversion in real life, don’t worry you are not alone.…