https://github.com/kyzhouhzau/tensorflow2.0-demo
https://github.com/kyzhouhzau/tensorflow2.0-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyzhouhzau/tensorflow2.0-demo
- Owner: kyzhouhzau
- Created: 2019-03-30T13:49:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T11:40:38.000Z (over 6 years ago)
- Last Synced: 2025-01-22T12:45:20.332Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1.1 textgeneration.py
Use Tensorflow 实现文本生成Demo, 该demo基于字符级别。
## 1.2 DCGAN
基于MNIST数据集生成手写数字。