Documenting Karry's process of learning Artificial Intelligence (AI) for communication.
Karry-Studies-AI/
├── Images # The images.
├── images.pptx # Images constructing PPT.
├── LiMu # Learning from LiMu.
├── HandsAI # The HandsAI classes.
├── Tools # Some useful tools.
├── NAS # Neural Architecture Search materials.
├── Interpretabilit
├── Networks # The learned Networks.
├── finance_transformer # The FiT.
└── Python-Guidelines
├── Python-CodeSpecification.md # The CodeSpecification for python.
├── Submodule-Guidelines.md # The Guidelines for Submodule.
📖 LiMu
Learning the basic knowledge about Deep Learning and reading traditional paper.
- HandsAI: hands_on_deep_learning. The fundation of DL.
Some great tools about AI.
- NAS-Neural Architecture Search materials.
- Interpretabilit.
Some usefully networks and using samples.
- Finance Transformer (FiT)