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

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实现

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
```