Skip to content

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

License

Notifications You must be signed in to change notification settings

wentjiang/deep-learning-with-python-notebooks

 
 

Repository files navigation

Companion Jupyter notebooks for the book "Deep Learning with Python"

This repository contains Jupyter notebooks implementing the code samples found in the book Deep Learning with Python, 2nd Edition (Manning Publications).

For readability, these notebooks only contain runnable code blocks and section titles, and omit everything else in the book: text paragraphs, figures, and pseudocode. If you want to be able to follow what's going on, I recommend reading the notebooks side by side with your copy of the book.

These notebooks use TensorFlow 2.6.

Table of contents

激活虚拟环境

source ./venv/bin/activate

安装包

pip install -r requirements.txt
pip install -r requirements.txt --index-url https://mirrors.aliyun.com/pypi/simple/

打开笔记本

jupyter notebook

About

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%