I’m open sourcing a basic neural network for Swift. It has all the good stuff like feed forward and backpropagation. It also uses rectified linear as activation function. I’ve built a game AI that follows the DQN paper using this neural network. Have fun with it!