Science and Technology

Get various information about basic and/or current technology and its usability.

The Simple Concept of Expectation – maximization (EM) Algorithm

The Simple Concept of Expectation – maximization (EM) Algorithm

Learn an algorithm in autodidact is time-consuming; especially for people who are not interested in mathematics. Because, sometimes we don’t know that “we don’t know”, many things. Including when studying the Expectation – maximization (EM) Algorithm. Therefore, I could improve your understanding of the EM algorithm in this article, and I hope you can easily […]

The Simple Concept of Expectation – maximization (EM) Algorithm Read More »

K-Nearest Neighbors (KNN) For Iris Classification Using Python

K-Nearest Neighbors (KNN) For Iris Classification Using Python

K nearest neighbor (KNN) is a simple and efficient method for classification problems. Moreover, KNN is a classification algorithm using a statistical learning method that has been studied as pattern recognition, data science, and machine learning approach.​[1], [2]​ Therefore, this technique aims to assign an unseen point to the dominant class among its k nearest

K-Nearest Neighbors (KNN) For Iris Classification Using Python Read More »