开源软件名称:hunkim/DeepLearningZeroToAll开源软件地址:https://github.com/hunkim/DeepLearningZeroToAll开源编程语言:Jupyter Notebook 62.9%开源软件介绍:Lab code (WIP), but call for commentsThis is code for labs covered in TensorFlow basic tutorials (in Korean) at https://youtu.be/BS6O0zOGX4E. (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:
Install requirementspip install -r requirements.txt Run test and autopep8TODO: 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.txtpip install pipreqs
pipreqs /path/to/project http://stackoverflow.com/questions/31684375 Contributions/CommentsWe always welcome your comments and pull requests. Reference Implementations
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论