NumSharp works with Matplotlib
Published in
1 min readNov 14, 2018
We have implemented dozens of commonly used functions for NumSharp, and it is time to start writing machine learning models using NumSharp as a scientific computing library. Today I wrote a simple data generation function and plotted the data view in the .NET environment. You can feel the code written in NumSharp, almost as smooth as NumPy.
NumSharp is the NumPy port in C# .NET Standard
Github: https://github.com/SciSharp/NumSharp
Star me if you like it.