Four years ago I remade a university project using C++ as a learning project (See original post). Since then I have a lot more experience with C++, working with it for Unreal in a professional context. I wanted to revisit this project again, this time using some more of the skills I have learned along… Continue reading Return to C++ XOR Neural Network
Tag: Neural Network
Neural Network in C++
For one of my modules at University I had an assignment which required me to design and build a neural network which could learnt to replicate a three-input exclusive-or (XOR) gate. To develop my C++ skills further I decided to build the program (previously made in Fortran) in C++. The truth table for the gate… Continue reading Neural Network in C++

