Category: Data Science & ML
Learn About Data Science with Real Life Project for Predictions with simple and easy tutorials.
KNN Algorithm in Machine Learning
Last updated on 26th November 2022 by Madderla Saikumar | Category: Data Science & ML, Machine Learning, Python Tutorial
Algorithms drive the Machine Learning world Among them, there’s an algorithm often labeled as lazy. But it’s quite a performer when it comes to classifying data points. It’s called the k-nearest neighbours algorithm and is often quoted as one of the most important machine learning algorithms. The k-nearest neighbours (KNN) algorithm is a data classification method for estimating the […]
Erosion of an Image Using OpenCV-Python
Last updated on 10th June 2021 by [email protected] | Category: Data Science & ML, Machine Learning
Hi there, today we will be talking about something interesting as well as simple : Erosion of an Image Using OpenCV module in Python. An image has many features (for example:- edge, contrast etc.). Erosion is one of the fundamental operations in morphological image processing. This operation basically erodes away the boundaries of foreground object. […]
Creating a Decision Tree using the ID3 Algorithm
Last updated on 30th May 2021 by [email protected] | Category: Data Science & ML, Machine Learning
We have often used decision tree algorithm for classification in our Machine Learning Model. But have you ever think about how this decision tree works or what is the algorithm behind it? In this blog, we will be Creating a Decision Tree using the ID3 algorithm, which is one of the algorithms used to create […]
Free Website Hosting Server For Website Project
Last updated on 23rd November 2021 by H Sayyed | Category: Data Science & ML, Django Tutorial, Machine Learning, Python Tutorial
Are you looking for Free Website Hosting for your Web Application Projects? And your answer is YES. Then this article is for you, where you will learn to host website for completely free. Using this tutorial, you will learn to host web app made in Django, Flask, GoLang, React, NodeJS, Docker, PHP, WordPress, etc. You […]
Creating a Resume ChatBot using Chatterbot and Flask.
Last updated on 23rd November 2021 by Sunanda Somwase | Category: Data Science & ML, Django Tutorial
What is ChatBot? A Resume chatbot is a computer program that simulates a conversation between a human user and a computer. It can act as a virtual assistant to customers of the business website. Basically, a chatbot is a computer program specifically trained for imitating the way humans converse about a particular topic. Using Chatbot […]
Finding objects in images with IBM Watson Visual Recognition
Last updated on 27th November 2021 by H Sayyed | Category: Data Science & ML
This tutorial, will teach you, how to use IBM Watson for finding objects in Images using Visual Recognition on IBM Cloud. I will teach you how to use IBM Cloud to use AI Visual Recognition API. We will be using Watson Visual Recognition for this project. What you will be doing – On IBM Cloud, […]
Linear Regression Machine Learning Project for House Price Prediction
Last updated on 27th November 2021 by H Sayyed | Category: Data Science & ML, Machine Learning
In this tutorial, you will learn how to create a Machine Learning Linear Regression Model using Python. You will be analyzing a house price predication dataset for finding out the price of a house on different parameters. You will do Exploratory Data Analysis, split the training and testing data, Model Evaluation and Predictions. What is […]
Kaggle Titanic Python Competiton Getting Started
Last updated on 27th November 2021 by H Sayyed | Category: Data Science & ML
This tutorial explains how to get started with your first competition on Kaggle. Titanic machine learning from disaster. We will be getting started with Titanic: Machine Learning from Disaster Competition. With this project, you’ll get familiar with Machine Learning Python Basics and also learn Kaggle platform functionalities. About the challenge – Titanic: ML from Disaster […]