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

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

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.