C XOR neural network
Hi everyone. Recently I've been learning about machine learning and neural networks. I know generally this is done in python but I really like C, so I decided to write a program in C that solves the XOR problem. It was really fun and I learned a lo…