Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akimach/esoterictensorflow
TensorFlow's graph is Turing complete.
https://github.com/akimach/esoterictensorflow
algorithm algorithms-implemented brainfuck dataflow-programming deep-learning esoteric-language examples hq9 machine-learning python sort tensorflow tensorflow-examples tensorflow-graph tutorial
Last synced: 3 months ago
JSON representation
TensorFlow's graph is Turing complete.
- Host: GitHub
- URL: https://github.com/akimach/esoterictensorflow
- Owner: akimach
- License: mit
- Created: 2017-10-20T03:13:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T10:02:01.000Z (about 7 years ago)
- Last Synced: 2024-10-10T09:01:34.643Z (3 months ago)
- Topics: algorithm, algorithms-implemented, brainfuck, dataflow-programming, deep-learning, esoteric-language, examples, hq9, machine-learning, python, sort, tensorflow, tensorflow-examples, tensorflow-graph, tutorial
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 41
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Esoteric Tensorflow
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
TensorFlow's graph is Turing complete.
## Requirements
* TensorFlow 1.2.0+
## Algorithms implemented in TensorFlow
### Basic
- [x] Fizz Buzz
- [x] Euclidean Algorithm
- [x] 99 Bottles of Beer
- [x] ASCII to Charactor### Data Structure
- [x] Stack
- [ ] Queue
- [ ] Tree### Sort Algorithms
- [x] Bubble Sort
- [x] Insertion Sort
- [x] Quick Sort
- [ ] Merge Sort### Search Algorithms
- [x] Linear Search
- [x] Binary Search### Esolangs
- [x] HQ9+
- [x] Brainfuck
- [ ] Whitespace## See Also
* [Esoteric TensorFlow - Medium](https://medium.com/@akimach/esoteric-tensorflow-b14fd97a260f)
## License
[MIT](https://github.com/akimach/EsotericTensorFlow/blob/master/LICENSE)