Tag: Artificial Intelligence
-
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 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…
-
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.…