January 2019

Volume 34 Number 1

January 2019 Code Downloads

Machine Learning - Introduction to PyTorch on Windows

PyTorch is a neural network library that is quite different from and operates at a lower level than popular libraries like Microsoft CNTK, Google TensorFlow, and scikit-learn. Learn how to get started with PyTorch library and leverage the additional control over code.

Test Run - Self-Organizing Maps Using C#

Self-organizing maps are relatively simple machine learning techniques/objects, but they can be confusing, both because there are so many variations and because they have characteristics that resemble several other ML techniques. James McCaffrey explains how they work and how they can be useful.