Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T03:45:29.000Z (over 4 years ago)
- Last Synced: 2024-05-02T19:22:01.853Z (6 months 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