Thursday, October 18, 2018

k-Nearest Neighbor Classifier

Image



First try with one of the simplest classifier: The k-Nearest Neighbor Classifier...

TDS API

Image



Here is the API (Application Programming Interface) of the TDS (Tiny DataSet helper class) for the Machine Learning examples

Wednesday, October 17, 2018

Tiny Dataset Toolkit in JavaScript

Image



I developed a tiny toolkit written in JavaScript containing helper functions to manipulate data...

Tuesday, October 16, 2018

Dataset and Features

Image



To feed a learner of Machine Learning (ML), we need data. But, rather than using image pixels, it is much more powerful to use ImageJ measurements (or features in the ML jargon) ...

Monday, October 15, 2018

Dataset for ML


Image


A new series about Machine Learning (ML) and Image Processing with ImageJ. First we need to create a dataset suitable for machine learning...

Friday, October 12, 2018

Machine Learning: TOC

Image


Section dedicated to Machine Learning and ImageJ



Monday, February 5, 2018

Perspective Transform

Image



Among the various geometric transformations, the Perspective transform is very useful. By default, this transform is not available in Image > Transform. However, it is very easy to implement such a tool...

Tuesday, January 2, 2018

Functions in ECMAScript

Image


Functions have a central role in JavaScript (ECMAScript 2015+),this is important to know how to use them...