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

https://github.com/explooosion/deep-learn-tensorflow

This is an example for tesorflow with cnn and rnn.
https://github.com/explooosion/deep-learn-tensorflow

cnn deep-learning example python rnn tensorflow

Last synced: 11 months ago
JSON representation

This is an example for tesorflow with cnn and rnn.

Awesome Lists containing this project

README

          

# deep-learn-example

This is an example for tesorflow with cnn and rnn.

## Clone

```bash
git clone https://github.com/explooosion/deep-learn-tensorflow.git
```

## Training

### CNN

```bash
yarn cnn # npm run cnn
```

### RNN

```bash
yarn rnn # npm run rnn
```