mikexl / brain

a study of vanilla neural network
0 stars 0 forks source link

brain

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.

perceptron

P.S.

To load the source and boldly go

source("https://raw.githubusercontent.com/MikeXL/brain/master/perceptron.r")
make.it.so()