Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 363 Bytes

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.