C++ Neural Network in a Weekend

1 · Jeremy Ong · Oct. 23, 2020, midnight
Content mirrored from the Github repository Introduction Would you like to write a neural network from start to finish? Are you perhaps shaky on some of the fundamental concepts and derivations, such as categorical cross-entropy loss or backpropagation? Alternatively, would you like an introduction to machine learning without relying on “magical” frameworks that seem to perform AI miracles with only a few lines of code (and just as little intuition)? If so, this article was written for you. Deep...