Skip to content

『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)

License

Notifications You must be signed in to change notification settings

yasukei/deep-learning-from-scratch-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dezero.all

It has all dezero code in one file.

It renamed some functions, methods and so on from original code in order to avoid name conflicts such as 'Linear' in dezero.functions and dezero.layers.

Product code

  • dezero/all.py

Test code

  • tests/test_all.py
  • tests/gpu/gpu_test_all.py 1
python -m unittest tests/test_all.py
python -m unittest tests/gpu/gpu_test_all.py

Footnotes

  1. gpu_test_all.py imports only tests like system test, which are gpu_test_batchnorm.py, gpu_test_linear.py and gpu_test_vgg16.py.

About

『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%