Skip to content

Commit 5c653cb

Browse files
committed
clarifying
1 parent 9d94611 commit 5c653cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ ConvNetJS is a Javascript implementation of Neural networks, together with nice
55

66
- Common **Neural Network modules** (fully connected layers, non-linearities)
77
- Classification (SVM/Softmax) and Regression (L2) **cost functions**
8-
- A **MagicNet class** for fully automatic neural network learning (automatic hyperparameter search and cross-validatations)
98
- Ability to specify and train **Convolutional Networks** that process images
109
- An experimental **Reinforcement Learning** module, based on Deep Q Learning
1110

1211
For much more information, see the main page at [convnetjs.com](http://convnetjs.com)
1312

13+
**Note**: I am not actively maintaining ConvNetJS anymore because I simply don't have time. I think the npm repo might not work at this point.
14+
1415
## Online Demos
1516
- [Convolutional Neural Network on MNIST digits](http://cs.stanford.edu/~karpathy/convnetjs/demo/mnist.html)
1617
- [Convolutional Neural Network on CIFAR-10](http://cs.stanford.edu/~karpathy/convnetjs/demo/cifar10.html)
@@ -20,7 +21,6 @@ For much more information, see the main page at [convnetjs.com](http://convnetjs
2021
- [Deep Q Learning Reinforcement Learning demo](http://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html)
2122
- [Image Regression ("Painting")](http://cs.stanford.edu/~karpathy/convnetjs/demo/image_regression.html)
2223
- [Comparison of SGD/Adagrad/Adadelta on MNIST](http://cs.stanford.edu/people/karpathy/convnetjs/demo/trainers.html)
23-
- [MagicNet classifying arbitary CSV data demo](http://cs.stanford.edu/people/karpathy/convnetjs/demo/automatic.html)
2424

2525
## Example Code
2626

0 commit comments

Comments
 (0)