Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.

Logo

## 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)