Skip to content

vnepogodin/Toy-Neural-Network-C

Repository files navigation

Toy-Neural-Network-C CodeFactorLanguage grade: C/C++Codacy BadgeUbuntumacOS

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

License

This project is licensed under the terms of the MIT license, see LICENSE.