Here's my C++ implementation of a general-purpose neural network along with an example program which uses the MNIST dataset to detect handwritten digits (0-9). The README.md contains a writeup of the mathematical fundamentals I've learned.
Project page: Neural Network .
Github repository: https://codeberg.org/chn/NeuralNetwork
The first part of the new series of short articles about Digital Signal Processing is online:
Digital Signal Processing - Basic Concepts .
As an exercise, I have written a very simple Bit Crusher plugin, chnCrusher using JUCE
. You can download it in VST2 and LV2 formats for Linux and Windows:
- chnCrusher_v0.0.1_Windows_VST3_LV2_x86_64.7z
(2.2MB)
- chnCrusher_v0.0.1_Linux_VST3_LV2_x86_64.tar.bz2
(6.83MB)
Copyright (c) by chn.
All material available on this website is free of charge for personal use.
There are no ads and no affiliate links on this website.
No cookies are used. You are not being tracked.
Legal Notice

All material available on this website is free of charge for personal use.
There are no ads and no affiliate links on this website.
No cookies are used. You are not being tracked.
Legal Notice


