Skip to content

cuhk-ri/DeepLearningZeroToAll

This branch is 60 commits behind hunkim/DeepLearningZeroToAll:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f8fb94 · Oct 6, 2017
Aug 10, 2017
Aug 10, 2017
Aug 10, 2017
Apr 15, 2017
Jun 13, 2017
Aug 10, 2017
Feb 27, 2017
Apr 1, 2017
Apr 2, 2017
Apr 15, 2017
Apr 9, 2017
Apr 11, 2017
Mar 13, 2017
Feb 25, 2017
Feb 26, 2017
Mar 1, 2017
May 9, 2017
Feb 26, 2017
Mar 12, 2017
Mar 3, 2017
Jun 14, 2017
Jun 8, 2017
Jun 9, 2017
Apr 7, 2017
Mar 13, 2017
Apr 23, 2017
Mar 13, 2017
Mar 14, 2017
Apr 23, 2017
Mar 14, 2017
Oct 6, 2017
Mar 15, 2017
Apr 23, 2017
Mar 16, 2017
Mar 16, 2017
Sep 22, 2017
Apr 3, 2017
May 13, 2017
May 13, 2017
Jun 27, 2017
Jun 27, 2017
Apr 23, 2017
Apr 23, 2017
Apr 3, 2017
Jun 27, 2017
Mar 14, 2017
Mar 14, 2017
Mar 14, 2017
Mar 14, 2017
Mar 14, 2017
Mar 31, 2017
May 25, 2017
Jun 13, 2017
Apr 2, 2017
Apr 9, 2017
Mar 25, 2017
Apr 25, 2017
Apr 15, 2017
Apr 15, 2017
Sep 30, 2017
Apr 25, 2017
Mar 25, 2017
May 13, 2017
Jun 18, 2017
May 13, 2017
May 19, 2017
May 17, 2017
May 13, 2017
May 13, 2017
Apr 2, 2017
Apr 15, 2017

Repository files navigation

Lab code (WIP), but call for comments

Build Status

This is code for labs covered in TensorFlow basic tutorials (in Korean) at https://www.youtube.com/watch?v=BS6O0zOGX4E&list=PLlMkM4tgfjnLSOjrEJN31gZATbcj_MpUm. (We also have a plan to record videos in English.)

This is work in progress, and may have bugs. However, we call for your comments and pull requests. Check out our style guide line:

Lab slides:

We welcome your comments on slides.

File naming rule:

  • klab-XX-X-[name].py: Keras labs code
  • lab-XX-X-[name].py: TensorFlow lab code
  • mxlab-XX-X-[name].py: MXNet lab code

Install requirements

pip install -r requirements.txt

Run test and autopep8

TODO: Need to add more test cases

python -m unittest discover -s tests;

# http://stackoverflow.com/questions/14328406/
pip install autopep8 # if you haven't install
autopep8 . --recursive --in-place --pep8-passes 2000 --verbose

Automatically create requirements.txt

pip install pipreqs

pipreqs /path/to/project

http://stackoverflow.com/questions/31684375

Contributions/Comments

We always welcome your comments and pull requests.

Reference Implementations

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 65.3%
  • Python 34.7%