Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.48 KB

AIS

This code accompanies the paper: Llarena, J., "Automata in Space: Formal Language Theory meets Neural Computation", 2024.

XOR-spectral-WFSA XOR-sgd-WFSA XOR-lin-LSTM-WFSA XOR-rumelhart-MLP OR-CNN AND-bert-TFM

Installation

$ git clone git@github.com:JoseLlarena/ais.git
$ cd ais
$ python3 -m venv venv 
$ source venv/bin/activate
$ pip install -r requirements.txt

Testing

$ pip install -r requirements-test.txt
$ pytest --cov=ais unittests/*.py --cov-report=term --cov-report=html && xdg-open htmlcov/index.html 

Documentation

In-code.

Changelog

Check the Changelog for fixes and enhancements in each version.

License

Copyright Jose Llarena 2024-2025.

Distributed under the terms of the MIT license, ais is free and open source software.