https://github.com/iterait/emloop-examples
Example datasets and models trainable in cxflow framework.
https://github.com/iterait/emloop-examples
Last synced: 13 days ago
JSON representation
Example datasets and models trainable in cxflow framework.
- Host: GitHub
- URL: https://github.com/iterait/emloop-examples
- Owner: iterait
- License: other
- Created: 2018-10-03T08:05:13.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-06T12:22:21.000Z (almost 7 years ago)
- Last Synced: 2025-10-28T22:46:24.487Z (9 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emloop Examples
[](https://circleci.com/gh/iterait/emloop-examples/tree/master)
[]()
[]()
[]()
This repository contains various tested examples of machine learning models created with [emloop](iterait/emloop) framework.
**Compatible with TensorFlow version 1.4.**
For a different version checkout appropriate branch after clonning, e.g.:
```
git checkout tf-1.3
```
- [tf 1.4](https://github.com/iterait/emloop-examples/tree/tf-1.4) [](https://circleci.com/gh/iterait/emloop-examples/tree/tf-1.4)
- [tf 1.3](https://github.com/iterait/emloop-examples/tree/tf-1.3) [](https://circleci.com/gh/iterait/emloop-examples/tree/tf-1.3)
## Quick start
- [10 minutes **emloop** tutorial](https://emloop.org/tutorial.html)
- [5 minutes **emloop-tensorflow** tutorial](https://tensorflow.emloop.org/tutorial.html).
## Example models
1. [Bit majority task](majority/)
2. [Convolutional network for MNIST](mnist_convnet/)
3. [IMDB moview review sentiment](imdb/)
## Contribution
In case you have created a nice experiment using **emloop**, do not hesitate to fork this repository and make a pull request.
## License
[MIT](LICENSE)