Tag: machine-intelligence
A convolutional neural network from scratch
Feb 2017
A C++ implementation of a convoluational neural network building on the explanation in Michael Nielsen’s book ‘Neural Networks and Deep Learning’.
Machine learning challenges for computer architecture
Nov 2016
Neural networks have become a hot topic in computing and their development is progressing rapidly. They have a long history with some of the first …