simple_neural_net
v0.0.43
Published
Neural Network Based On Daniel Shiffman Toy-Neural-Network-JS
Readme
Neural_Net
Node Js Neural Network Library
This Neural Network Based On Coding Train Toy-Neural-Network-JS
Documentation
npm i simple_neural_netNeuralNetwork(inputs, hidden_nodes, outputs)- The neural network classpredict(input_array)- Returns the output of a neural networktrain(input_array, target_array)- Trains a neural network
