/js_neural_network

Javascript neural network

Primary LanguageJavaScript

js_neural_network

Neural network written in JavaScript. The Training is performed using backpropagation using data fed as .csv files. The .csv files containing the training data must be fromatted to have each variable in column. The number of inputs and outputs is set automatically by the training data. The structure of the hidden neurons can be customized.