Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.18 KB

Karry-Studies-AI

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.

  1. HandsAI: hands_on_deep_learning. The fundation of DL.

🛠️ Tools

Some great tools about AI.

  1. NAS-Neural Architecture Search materials.
  2. Interpretabilit.

🔥 Networks

Some usefully networks and using samples.

  1. Finance Transformer (FiT)