a gleeful study of neural network and implementing an vanilla nn
The code perceptron.r is inspired by Andrew Ng's DeepLearning.ai and loads of articles on stack exchange.
Course notes are on wiki pages.
P.S.
To load the source and boldly go
source("https://raw.githubusercontent.com/MikeXL/brain/master/perceptron.r")
make.it.so()