Background
In this post I describe neural networks as well as provide mathematical derivations of the back-propagation algorithm (commonly used to train neural networks) from ground up. I also discuss and provide a practical and modular C++ implementation of of neural networks.
[Read More]
A digital filter is a mathematical algorithm designed to operate on digital datsets, such as bio-signals recorded from sensors attached to a human body, to remove unwanted information or noise. Practical applications of digital filtering include removal of powerline noise and other unwanted components of a signal. In this way,...
[Read More]
This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.
[Read More]
Under what circumstances should we step off a path? When is it essential that we finish what we start? If I bought a bag of peanuts and had an allergic reaction, no one would fault me if I threw it out. If I ended a relationship with a woman who...
[Read More]