This 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:
- More TF (1.0) style: use more recent and decent TF APIs.
- More Pythonic: fully leverage the power of python
- Readability (over efficiency): Since it's for instruction purposes, we prefer readability over others.
- Understandability (over everything): Understanding TF key concepts is the main goal of this code.
- KISS: Keep It Simple Stupid! https://www.techopedia.com/definition/20262/keep-it-simple-stupid-principle-kiss-principle
We welcome your comments on slides.
- klab-XX-X-[name].py: Keras labs code
- lab-XX-X-[name].py: TensorFlow lab code
- mxlab-XX-X-[name].py: MXNet lab code
pip install -r requirements.txtTODO: 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 --verbosepip install pipreqs
pipreqs /path/to/projectWe always welcome your comments and pull requests.
- https://github.com/nlintz/TensorFlow-Tutorials/
- https://github.com/golbin/TensorFlow-ML-Exercises
- https://github.com/FuZer/Study_TensorFlow
- https://github.com/fchollet/keras/tree/master/examples