https://github.com/luozhouyang/d2l-tf
Dive into Deep Learning 代码的TensorFlow实现
https://github.com/luozhouyang/d2l-tf
Last synced: 3 months ago
JSON representation
Dive into Deep Learning 代码的TensorFlow实现
- Host: GitHub
- URL: https://github.com/luozhouyang/d2l-tf
- Owner: luozhouyang
- License: apache-2.0
- Created: 2020-06-17T06:35:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:01:39.000Z (about 2 years ago)
- Last Synced: 2025-01-08T03:49:46.304Z (4 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d2l-tf
Dive into Deep Learning 代码的TensorFlow实现## 环境设置
```bash
conda create -n d2l python=3.6
conda activate dl2
pip install -r requirements.txt
```