This post covers how the internet works
An Introduction to Data Visualisation using Python
This post gives a brief introduction to data visualization using python by making a small project.
Introduction to Deep Neuroevolutionary Networks
This post provides an introduction to evolutionary neural networks and includes code to create and train a simple neuroevolutionary network from scratch in Python.
Diabetes Predictor – A Real Life Model
In this blog, we will learn how to make a diabetes classifier using both the K- Nearest Neighbors and Decision Tree models.
Understanding the Difference Between Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning are two terms thought to be synonyms. In the 21st century, these terms have become inseparable from the applications of […]
Machine Learning: Decision Tree Regressor in Python
This post discusses decision trees for regression from a machine learning point of view and includes a python implementation of the same.
Clustering – Unsupervised Learning
Introduction to clustering and the K-Means clustering algorithm. We will also implement color-quantization using K-Means.