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

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.

Awesome Lists containing this project

README

          

# emloop Examples

[![CircleCI](https://circleci.com/gh/iterait/emloop-examples/tree/master.svg?style=shield)](https://circleci.com/gh/iterait/emloop-examples/tree/master)
[![Development Status](https://img.shields.io/badge/status-CX%20Regular-brightgreen.svg?style=flat)]()
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)]()
[![Master Developer](https://img.shields.io/badge/master-Adam%20Blažek-lightgrey.svg?style=flat)]()

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) [![CircleCI](https://circleci.com/gh/iterait/emloop-examples/tree/tf-1.4.svg?style=shield)](https://circleci.com/gh/iterait/emloop-examples/tree/tf-1.4)
- [tf 1.3](https://github.com/iterait/emloop-examples/tree/tf-1.3) [![CircleCI](https://circleci.com/gh/iterait/emloop-examples/tree/tf-1.3.svg?style=shield)](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)