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.
- Host: GitHub
- URL: https://github.com/explooosion/deep-learn-tensorflow
- Owner: explooosion
- Created: 2018-10-22T09:17:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T05:55:27.000Z (over 7 years ago)
- Last Synced: 2025-01-24T22:11:53.641Z (about 1 year ago)
- Topics: cnn, deep-learning, example, python, rnn, tensorflow
- Language: Python
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```