Toy-Neural-Network-C
Toy-Neural-Network-C copied to clipboard
Neural Network C/C++ library
Toy-Neural-Network-C 




Port Toy-Neural-Network-JS to C++ and C
I recomend using C version(it's more safe)
Examples
Here are some demos running directly on your computer:
Documentation
For C developers
-
NeuralNetwork
- The neural network structure-
neural_network_predict(nn, input_array)
- Returns the output of a neural network -
neural_network_train(nn, input_array, target_array)
- Trains a neural network
-
For C++ developers
-
NeuralNetwork
- The neural network class-
predict(input_array)
- Returns the output of a neural network -
train(input_array, target_array)
- Trains a neural network
-
Libraries used in this project
- Parsing gigabytes of JSON per second used for Json serialize / deserialize in C++.
- JSON-C used for Json serialize / deserialize in C.
License
This project is licensed under the terms of the MIT license, see LICENSE.