karpathy / convnetjs

Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
MIT License
10.8k stars 2.04k forks source link

docs: Fix simple typo, nnonlinearity -> nonlinearity #118

Open timgates42 opened 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/convnet_layers_nonlinearities.js.

Should read nonlinearity rather than nnonlinearity.