CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
423 stars 240 forks source link

Neural Network Library For C and C++ #149

Open vnepogodin opened 4 years ago

vnepogodin commented 4 years ago

Hi, I’ve build my own versions of this neural network library. Which has the same functionality as this one.

Examples:

hodaknak commented 4 years ago

Hey! what a coincidence. I just made my c++ version too! https://repl.it/@AWESOMENESS_555/C-Neural-Network#main.cpp (couldn't separate the files because repl can't seem to run multiple files at once)