https://github.com/zheoni/nnl
Neural Network Language
https://github.com/zheoni/nnl
learning neural-networks programming-language
Last synced: 11 months ago
JSON representation
Neural Network Language
- Host: GitHub
- URL: https://github.com/zheoni/nnl
- Owner: Zheoni
- License: mit
- Created: 2020-10-01T01:05:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T11:45:49.000Z (over 5 years ago)
- Last Synced: 2025-01-20T06:24:04.091Z (about 1 year ago)
- Topics: learning, neural-networks, programming-language
- Language: Python
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network Language
## What is this
Language to describe and run neural networks. Useful for learning, it is not meant to be fast. It is part of a college assignment to learn about grammars.
## How to use it
There is a manual that explains all the features and syntax of the language. The manual was originally written in spanish and aumatically translated to english, so there may be some errors.
> TL;DR: `./nn `
There are examples in the `programs` directory.
The `nnl` directory is a python package that can be used to embed the language in other project. The `nn` executable is just a front end for the package that allows the user to run neural networks files with some options.