https://github.com/AcrylicShrimp/TinNet
  
  
    A compact C++17 based deep learning library. 
    https://github.com/AcrylicShrimp/TinNet
  
deep-learning library machine-learning neural-network reinforcement-learning
        Last synced: 6 months ago 
        JSON representation
    
A compact C++17 based deep learning library.
- Host: GitHub
 - URL: https://github.com/AcrylicShrimp/TinNet
 - Owner: AcrylicShrimp
 - Created: 2017-08-03T01:04:01.000Z (over 8 years ago)
 - Default Branch: master
 - Last Pushed: 2020-03-04T03:45:29.000Z (over 5 years ago)
 - Last Synced: 2024-08-04T02:10:55.321Z (over 1 year ago)
 - Topics: deep-learning, library, machine-learning, neural-network, reinforcement-learning
 - Language: C++
 - Homepage:
 - Size: 12 MB
 - Stars: 16
 - Watchers: 7
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- AwesomeCppGameDev - TinNet
 
README
          # TinNet@2
A compact DNN library.
## Build
This project uses [Bazel](https://bazel.build/) as a build system(1.0 or above required) and compiles with [Clang](https://clang.llvm.org/)(**NOT** required, automatically fulfilled).
To build, issue below.
```
bazel build //tinnet:main
```
Windows are not supported currently.
## Test
To run all tests, issue below.
```
bazel test //tinnet:test
```
## Example Usages
Please refer the example projects.
## Benchmarks
TODO