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

https://github.com/kdesp73/nni

NN training interface for the nn library
https://github.com/kdesp73/nni

cli interface neural-network neural-networks nn

Last synced: about 2 months ago
JSON representation

NN training interface for the nn library

Awesome Lists containing this project

README

          

# nni

NN training interface for the [nn](https://github.com/KDesp73/nn) library

![image](https://github.com/user-attachments/assets/871d6574-7bb3-4484-b5a3-8692bb3c8317)

## Get Started

```bash
git clone https://github.com/KDesp73/nni
cd nni

./configure
make all
```

## Specification

Check [here](./docs/Specification.md)

## License

[MIT](./LICENSE)