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
- Host: GitHub
- URL: https://github.com/kdesp73/nni
- Owner: KDesp73
- License: mit
- Created: 2025-01-03T12:37:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T16:58:58.000Z (over 1 year ago)
- Last Synced: 2025-03-12T20:34:04.438Z (over 1 year ago)
- Topics: cli, interface, neural-network, neural-networks, nn
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nni
NN training interface for the [nn](https://github.com/KDesp73/nn) library

## Get Started
```bash
git clone https://github.com/KDesp73/nni
cd nni
./configure
make all
```
## Specification
Check [here](./docs/Specification.md)
## License
[MIT](./LICENSE)