DeepLearningZeroToAll
TensorFlow Basic Tutorial Labs
Install / Use
/learn @hunkim/DeepLearningZeroToAllREADME
Lab code (WIP), but call for comments
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
Lab slides:
- https://goo.gl/jPtWNt
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
- 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
Related Skills
claude-opus-4-5-migration
82.1kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
334.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
mcp-for-beginners
15.6kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
TrendRadar
49.7k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
