Tag: Machine Learning
-
5 Top Artificial Intelligence Frameworks for 2021
Artificial Intelligence is the future of the field of computing. And more and more programmers are getting acquainted with this science, seeing the increasing need for Artificial Intelligence technologies. I hope this guide will help you to get inspired and start learning more about this growing field. Here are some statistics: (Reference: https://www.statista.com) Service segment revenue of…
-
Building a ChatBot in Python – Beginner’s Guide
Create your first artificial intelligence chatbot from scratch In this article, I will show you how to build a simple chatbot using python programming language. We will not use any external chatbot packages. The whole project will be written with plain Python. This is a great way to understand how chatbots actually work. Learning the…
-
How To Build and Improve Your Scikit-learn Classifier
Hands-on tutorial to get started with deep learning using Sci-kit learn In this post, I will introduce you to a machine learning method called Supervised Learning. And I will show you how to build a kNN Classifier model using Sci-kit learn. This will be a hands-on walkthrough where we will be able to learn while practicing…
-
Simple Edge Detection Model using Python
How machines uses edge detection to understand the real world In this post, I will show you how to detect the edges in an image. Writing an edge detection program will give you some understanding of computer vision and self driving cars. Edge detection is commonly used to understand objects in an image. It also…
-
Building a Digital Clock with Python
Design a simple python application using the Tkinter package In this post, I will show you how to build and design your digital clock window using python. This is a simple project to get started with Tkinter, which is a built-in package that comes with Python. Tkinter is basically a graphical user interface package. It…
-
Rendering Text on Video using Python
Hands-on machine learning exercise using moviePy library In this post, I will show you how to add text to your videos using Python. It may sound very difficult at first glance, but trust me it’s much easier than you think, and also it’s cool. This will be a simple exercise where we will be able…
-
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…
-
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…