DeepLearningZeroToAll
1.0.0
這是 https://youtu.be/BS6O0zOGX4E 上的 TensorFlow 基礎教學(韓文)中介紹的實驗室程式碼。 (我們也計劃用英語錄製影片。)
這是一項正在進行的工作,可能存在錯誤。但是,我們呼籲您提出意見和請求。看看我們的風格指南:
我們歡迎您對投影片發表評論。
pip install -r requirements.txt
TODO:需要增加更多測試案例
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
pip install pipreqs
pipreqs /path/to/project
http://stackoverflow.com/questions/31684375
我們始終歡迎您提出意見和請求。