Category: Machine Learning
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 […]
Implement Machine Learning model in Django
Last updated on 9th May 2021 by [email protected] | Category: Django Tutorial, Machine Learning
It is amazing to create a machine learning model on your own but it will be more fascinating if others can use it as well. But the user may or may not be familiar with the technology or can be from a non technical field so how can they use it ? How to implement […]
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 […]
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 […]