Is it possible to remake stdin (or cin) and stdout (or cout) in a library? Basically, I am coding for an unusual device, with the compiler I've got, cout is working fine but c...
LSTM Neural NetworksI am trying to make an LSTM Neural Network but I can't find anything easy to read. I have only seen ...
Ignore 'read access violation'I made myself a little challenge: to make a simply memory tool that can read and write a value to an...
Lo Shu Magic Square with Three FunctionsA few pointers: *You are using way too many magic numbers in your code. *Comment your code! This c...
How to tell if this is working?I made a neural net(mind you with no experience at all - complete guesswork, I'm surprised it even s...