ConvNetJS
Jump to navigation
Jump to search
A ConvNetJS is a neural net training system that is based on JavaScript Programming Language.
- Context:
- It can train Deep Learning Neural Networks.
- Example(s):
- Counter-Example(s):
- See: Convolutional Neural Network Training System, Reinforment Learning, Deep Learning, Artificial Neural Network, Machine Learning Regression, Machine Learning Classification.
References
2018a
- (Karpathy, 2018a) ⇒ Andrej Karpathy (2018). https://cs.stanford.edu/people/karpathy/convnetjs/index.html Retrieved: 2018-08-18.
- QUOTE: The library allows you to formulate and solve Neural Networks in Javascript, and was originally written by @karpathy (I am a PhD student at Stanford). However, the library has since been extended by contributions from the community and more are warmly welcome. Current support includes:
- Common Neural Network modules (fully connected layers, non-linearities)
- Classification (SVM/Softmax) and Regression (L2) cost functions.
- Ability to specify and train Convolutional Networks that process images
- An experimental Reinforcement Learning module, based on Deep Q Learning.
- QUOTE: The library allows you to formulate and solve Neural Networks in Javascript, and was originally written by @karpathy (I am a PhD student at Stanford). However, the library has since been extended by contributions from the community and more are warmly welcome. Current support includes:
2018b
- (Karpathy, 2018b) ⇒ Girhub Release: https://github.com/karpathy/convnetjs Retrieved: 2018-08-18.
- QUOTE: ConvNetJS is a Javascript implementation of Neural networks, together with nice browser-based demos. It currently supports:
- Common Neural Network modules (fully connected layers, non-linearities)
- Classification (SVM/Softmax) and Regression (L2) cost functions.
- Ability to specify and train Convolutional Networks that process images
- An experimental Reinforcement Learning module, based on Deep Q Learning.
- QUOTE: ConvNetJS is a Javascript implementation of Neural networks, together with nice browser-based demos. It currently supports:
- For much more information, see the main page at convnetjs.com