Blog Articles
Introduction This is my first time diving into home automation in a bottom-up building, and I’m starting with something basic, lighting control. The client wanted a smarter and more...
In this current post, we go into the exploration and analysis of various regression machine learning methods. Our objective is to utilize a range of machine learning techniques to forecast the load...
The KNX Association was founded in 1990, its headquarters are located in Brussels (Belgium) and its original name was “EIB Association”. In general, the aim of the Association was to...
following the previous article about handle cyclical features, feature scaling is also important when we are going to use a machine learning algorithms. Is a method to scale the features in a...
How to handle cyclical features, for distance methodologies like k-means machine learning algorithms
Often in situations of use machine learnings methods, we have to consider how to handle the cyclic features. For example in K-Means algorithm it use Euclidean distance in order to sort the available...
A lot of DIY projects need a programmable microcontroller to control the operation of it. In the current article we will discuss a suitable industrial module to control a dc motor speed. The following...