PreviousNext

How to Work with C# Vectors and Matrices for Machine Learning

by bill-s, 2019-11-13T04:30:56.912Z

A working knowledge of machine learning (ML) is becoming an increasingly important part of many C# developers' skill sets. And virtually every significant ML technique uses vectors and matrices. In this article I get you up to speed with the fundamental knowledge you need to create and modify ML code written using the C# language.

Read More