Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:15 +08:00
commit facb223eaa
9 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for deep-learning-optimizer skill
- [ ] optimization_techniques.md: Detailed documentation on various deep learning optimization techniques (Adam, SGD, etc.).
- [ ] model_architecture_analysis.md: Guidelines on analyzing model architecture for potential improvements.
- [ ] performance_metrics.md: Explanation of relevant performance metrics and how to interpret them.
- [ ] best_practices.md: Best practices for deep learning model optimization.