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.
βββ Networks # The learned Networks.
βββ finance_transformer # The FiT.
βββ tests/ # Test demos.
βββ Cases # Some AI cases.
βββ
βββ PythonGuidelines
βββ python_code_specification.md # The Code Specification for python.
βββ submodule_guidelines.md # The Guidelines for Submodule. π LiMu
Learning the basic knowledge about Deep Learning and reading traditional papers.
- HandsAI: hands_on_deep_learning. The foundation of DL.
Some useful networks and using/testing samples, and the deeplearning basics.
- Finance Transformer (FiT, self-design).