https://github.com/pyk/neural-networks-cc
C++ version of hacker's guide to Neural Networks
https://github.com/pyk/neural-networks-cc
Last synced: about 1 year ago
JSON representation
C++ version of hacker's guide to Neural Networks
- Host: GitHub
- URL: https://github.com/pyk/neural-networks-cc
- Owner: pyk
- Created: 2016-04-26T17:02:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T07:19:08.000Z (about 10 years ago)
- Last Synced: 2025-02-07T17:23:21.142Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker's guide to Neural Networks in C++
C++ version of [Hacker's guide to Neural Networks](http://karpathy.github.io/neuralnets/).
## Run
It use [bazel](https://bazel.io) as a build tool
bazel run //:nn