Skip to content

Convolutional net examples based on Nielsen, chapter 6

Notifications You must be signed in to change notification settings

chmathys/convolutional-nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published