Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional Nets

Before you start, set up an environment in which to run the Jupyter notebook Convolutional.ipynb:

$ conda create -n tf python=3.7 tensorflow jupyter matplotlib tqdm nomkl
$ conda activate tf
$ conda install -c conda-forge jupyterthemes

The nomkl package is only required on some Macs to avoid an error on those systems. Now you can start by running

$ jupyter notebook

About

Convolutional net examples based on Nielsen, chapter 6

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages