Section dedicated to Machine Learning and ImageJ
Machine Learning (ML) is at the intersection of various fields like artificial intelligence, computational statistics and includes many algorithms able to "learn" from data. The Wikipedia page is a good starting point for reading about ML.
Two main families exist:
- (i) Supervised Learning
- (ii) Unsupervised Learning.
1. Introduction
- The problem: Counting shapes [Link]
- Dataset and Features [Link]
- Using the toolkit
tip-gist.js
[Link] - Cleaning Data [Link]
- Using the toolkit
tml-gist.js
[Link]
2. Supervised Learning
- k-Nearest Neighbor (kNN) [Link]
- Naive Bayes Classifier [Link]
3. Unsupervised Learning
- k-means [Link]
- [Link]
4. Resources
- Dataset in CSV format [Link]
- Nashorn polyfills [Link]
- Tiny Image(J) Processing in JavaScript - tip-gist.js [Link]
- Tiny DataSet API [Link]
- Tiny Machine Learning Toolkit in JavaScript - tml-gist.js [Link]
No comments:
Post a Comment