Blotch3D's Stars
Blotch3D/Blotch3D
A high-level 3D class library that gives you real-time 3D graphics with just a few lines of C# code. Supports multiple platforms. Implemented as a .NET Standard library that works with all versions of .NET. See 'Quick start for Windows' to get started. Also available as a NuGet package without the examples or source.
Blotch3D/QAM
A quadrature amplitude modulation (QAM) modem, toolset, and optimizer.
Blotch3D/FlightDynamics
Uses radial basis function interpolation to estimate aircraft flight characteristics given a set of conditions.
Blotch3D/EqFinder
Finds equations given a list of dimensioned constants
Blotch3D/NeuralNet
A neural network implementation written from scratch (i.e. no ML library is used) that graphically displays the network structure, weights, and biases while it is training. You can configure any network topology, but convolutional networks are not displayed well graphically. Run 'TestNeuralNet' for a demo.