A personal repository for documenting my journey and thoughts in learning artificial intelligence and machine learning.
个人AI和机器学习学习笔记仓库,用于记录学习历程和思考。
This repository is organised into the following main categories:
ai-learning-notes/
├── training/ # Training-related notes
├── inference/ # Inference and deployment notes
├── model-architectures/ # Model architecture notes
└── README.md # This file
Notes and resources related to AI model training, including:
- Training techniques and best practices
- Optimisation algorithms
- Loss functions and metrics
- Hyperparameter tuning
- Data preparation and augmentation
- Distributed training
- Fine-tuning strategies
关于AI模型训练的笔记和资源,包括训练技术、优化算法、损失函数、超参数调优等。
Notes and resources related to AI model inference and deployment, including:
- Inference optimisation techniques
- Model deployment strategies
- Serving frameworks
- Quantisation and compression
- Edge deployment
- Performance monitoring
关于AI模型推理和部署的笔记和资源,包括推理优化、部署策略、服务框架、量化压缩等。
Notes and resources related to various AI model architectures, including:
- Transformer architectures
- CNNs, RNNs, and attention mechanisms
- Vision models (ViT, CLIP, etc.)
- Language models (GPT, BERT, LLaMA, etc.)
- Multimodal and diffusion models
- Graph Neural Networks
关于各种AI模型架构的笔记和资源,包括Transformer、CNN、RNN、视觉模型、语言模型等。
This repository serves as a centralised location for:
- 📝 Learning notes and summaries
- 💡 Personal insights and reflections
- 🔬 Experimental findings
- 📊 Comparative analyses
- 🔗 Curated resources and references
这个仓库用于集中存放学习笔记、个人见解、实验发现、对比分析和精选资源。
Each directory contains its own README with specific topics and subtopics. Feel free to:
- Browse the directory structure to find topics of interest
- Read through the notes and add your own
- Contribute additional resources or insights
- Use this as a reference for future projects
每个目录都包含自己的README文件,详细说明具体主题。可以浏览目录结构找到感兴趣的主题,阅读笔记并添加自己的内容。
Notes can be in any format that works best for the content:
- Markdown (
.md) for text-based notes - Jupyter Notebooks (
.ipynb) for code examples - PDFs for papers and references
- Images for diagrams and visualisations
笔记可以使用任何适合的格式:Markdown文本、Jupyter笔记本、PDF论文、图表等。
This is a personal learning repository, but suggestions and improvements are welcome!
这是个人学习仓库,欢迎提出建议和改进!
This repository is for educational purposes. Please respect all referenced materials and their original licenses.
本仓库用于教育目的,请尊重所有引用材料及其原始许可证。
Happy Learning! / 学习愉快! 🎓✨