tutorial

sepdek August 30, 2022

Definition Typically, three Pythagorean means are defined and constitute the classical means used in various scientific fields; they are the arithmetic mean, the geometric mean, and the harmonic mean. Pythagoreans are reported to have first studied these means, along with later generations of Greek mathematicians, and this is why the means got the name ‘Pythagorean’. […]

sepdek May 16, 2018

The official Dropbox client application, at least to date, supports one and only one user account per personal computer user. This means that if a user has multiple accounts there is no official way to synchronise all Dropbox accounts under one personal computing device user account. Nevertheless, it is fairly easy and simple to activate […]

sepdek February 16, 2018

Clustering is an important category of machine learning methods and a main form of unsupervised learning. Clustering is essentially distinctive and substantially different from the other dominant form of machine learning, classification, in that it does not rely on training (supervised learning). In principle, clustering represents any method that tries to identify and distinguish groups […]

sepdek January 23, 2018

This post serves as a practical approach towards a vectorized implementation of the Expectation Maximization (EM) algorithm mainly for MATLAB or OCTAVE applications. EM is a really powerful and elegant method for finding maximum likelihood solutions in cases where the hypothesis involves a gaussian mixture model and latent variables. Introduction EM is connected with the […]

sepdek October 7, 2017

Everyone loves automation. Automation is conservation of energy; its like the habits we people are into, the habits that seem to be there for all living entities. One great automation option we may enjoy in our everyday work is that provided by the operating systems on our computers to perform tasks for us. One such […]

sepdek July 4, 2017

The following set of shell commands are among the basic steps to setup a Linux-based web server (LAMP=Linux Apache MySQL PHP). The procedure has been tested on an Ubuntu 14.04.05 Trusty Tahr (LTS) installation. Most steps and procedures are based on the tutorial found in DigitalOcean and in the linked pages. In the commands that […]

sepdek June 20, 2015

Recently I have been experimenting with MIT app inventor 2 on the Web to check the development cycle and production time. It turns out that the platform is extremely productive and offers numerous features for Android app development. In a day I have been able to develop a relatively simple app and in two hours […]