Machine Learning

9 posts

Descriptors in numl

Deep dive into nuML's Descriptor pattern that bridges object-oriented class structures with mathematical ML algorithms. Includes both attribute-based markup and fluent interface approaches for late-binding scenarios.

Codemash 2.0.1.3

Presenting the nuML machine learning library at CodeMash with a focus on accessibility and ease of use. Addresses predictive challenges, performance considerations, and provides talk materials for both supervised and unsupervised learning.

Linear Classifiers

Visualizing how linear classifiers work by drawing separators through data points. Explores the concept of generalization and demonstrates the kernel trick for handling non-linearly separable data by projecting to higher dimensions.

Linear Classifiers

Supervised Learning - Classification

Breaking down supervised learning into binary classification, multi-class classification, and regression using .NET data types. Shows how the Perceptron algorithm can learn from labeled examples and includes model serialization for reuse.