Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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