MACHINE LEARNING K-Nearest Neighbor (KNN) Explained K-nearest neighbors (KNN) is a supervised learning algorithm used for both regression and classification. KNN algorithm assumes the similarity between the new data point and the available data points and put this new data point into the category that is the most similar to the available categories. Ahmed Raafat
MACHINE LEARNING Types of Machine Learning Systems In this article we'll focus more on the different types of Machine Learning Systems, and when to use each one of them. Machine Learning systems can be classified according to the amount and type of supervision they get during training. There are four major categories: supervised learning, unsupervised learning, semi-supervised learning, and Reinforcement Learning. Yousef Hesham
MACHINE LEARNING What Is Machine Learning? An Introduction Machine Learning has been around for decades, it has affected all of our lives. In this article you'll learn what Machine Learning is and why we use it. Yousef Hesham