turing_completeness_of_neural_network_architectures
Literature review about the theoretical expressive capabilities of (Recurrent) Neural Networks.
https://github.com/dambrosidenis/turing_completeness_of_neural_network_architectures
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords
Repository
Literature review about the theoretical expressive capabilities of (Recurrent) Neural Networks.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Turing Completeness of Neural Network Architectures: a Review
This repository has been created with the sole objective of sharing a comprehensive literature review about the expressive capabilities of different Neural Network architectures from a theoretical perspective.
Table of Contents
Introduction
This repository provides resources related to the study of Turing Completeness in Neural Networks. The materials include a comprehensive literature review about this topic, along with an accompanying presentation suitable for an academic seminar.
Repository Structure
The repository is organized as follows:
.
article
article.pdf
src
main.tex
references.bib
presentation
slides.pdf
src
cgru.jpg
gru.jpg
slides.md
theme.css
transformers.png
README.md
LICENSE
CITATION.cff
article/: Contains the article PDF and its source files.presentation/: Contains the presentation PDF and its source files.README.md: This README file.LICENSE: The license under which this project is distributed.CITATION.cff: Citation information for this repository.
Getting Started
To explore the contents of this repository, follow the steps below:
- Clone the Repository:
bash
git clone https://github.com/dambrosidenis/Turing_Completeness_of_Neural_Network_Architectures.git
cd Turing_Completeness_of_Neural_Network_Architectures
- View the Article:
Open the article/article.pdf file to read the full article.
- View the Presentation:
Open the presentation/slides.pdf file to review the presentation.
Article
The detailed article explaining the Turing Completeness of neural networks can be found in the article/ directory:
The source files for the article, including LaTeX and bibliography, are located in article/src/. The article can be compiled through pdflatex and bibtex.
Presentation
The presentation summarizing the key findings can be found in the presentation/ directory:
The source files for the presentation, including images and styles, are located in presentation/src/. The presentation is written in markdown format using the Marp extension.
Citation
If you use this work in your research, please cite it as follows:
@software{D_Ambrosi_Turing_Completeness_of_2023,
author = {D'Ambrosi, Denis},
month = feb,
title = {{Turing Completeness of Neural Networks Architectures: a Review}},
url = {https://github.com/dambrosidenis/Turing_Completeness_of_Neural_Network_Architectures/},
version = {1.0.0},
year = {2023}
}
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Owner
- Login: dambrosidenis
- Kind: user
- Repositories: 2
- Profile: https://github.com/dambrosidenis
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: D'Ambrosi
given-names: Denis
orcid: https://orcid.org/0009-0001-2275-6496
title: "Turing Completeness of Neural Networks Architectures: a Review"
version: 1.0.0
date-released: 2023-02-26
url: https://github.com/dambrosidenis/Turing_Completeness_of_Neural_Network_Architectures/