Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.2.0) of this package.
Take me there.
learNN (version 0.1.0)
Examples of Neural Networks
Description
Implementations of several basic neural network concepts in R, as based on posts on \url{http://qua.st/}.
Copy Link
Link to current version
Version
Version
0.2.0
0.1.0
Install
install.packages('learNN')
Monthly Downloads
20
Version
0.1.0
License
GPL-3
Maintainer
Bastiaan Quast
Last Published
September 8th, 2015
Functions in learNN (0.1.0)
Search all functions
learn_gd
Learn Gradient Descent
learn_do15
Learn Back Propagation in 11 lines
learnn
Learn Neural Networks
learn_bp
Learn Back Propagation
learn_gd13
Learn Gradient Descent in 13 lines
learn_bp11
Learn Back Propagation in 11 lines