Port Toy-Neural-Network-JS to C++ and C
Here are some demos running directly on your computer:
For C developers
NeuralNetwork- The neural network structureneural_network_predict(nn, input_array)- Returns the output of a neural networkneural_network_train(nn, input_array, target_array)- Trains a neural network
For C++ developers
NeuralNetwork- The neural network classpredict(input_array)- Returns the output of a neural networktrain(input_array, target_array)- Trains a neural network
- Parsing gigabytes of JSON per second used for Json serialize / deserialize in C++.
- JSON-C used for Json serialize / deserialize in C.
This project is licensed under the terms of the MIT license, see LICENSE.