Juggernaut: Neural Networks in a web browser - AYLIEN
Juggernaut is an experimental Neural Network, written in Rust. It is a feed-forward neural network that uses gradient descent to fit the model and train the network. Juggernaut enables us to build web applications that can train and evaluate a neural network model in the context of the web browser. This is done without having any servers or backends and without using Javascript to train the model. Juggernaut's developer-friendly API makes it easy to interact with.
Nov-8-2017, 05:40:12 GMT
- Technology: