Skip to content

AI-PracticesFull-Stack AI Learning Laboratory

A Systematic Approach to AI Research & Engineering

AI-Practices

Progressive Learning Framework

This project adopts the Progressive Learning Framework methodology, building a complete learning loop from theory to practice:

PhasePrincipleMethodOutputGoal
Theory FirstMath derivation + Algorithm analysisTheory notes🎯 Understand principles
From ScratchNumPy implementation from scratchCore code🔧 Master details
FrameworkPyTorch / TensorFlow engineeringProduction code⚡ Efficient development
PracticeKaggle competitions + Industry projectsComplete solutions🏆 Real-world skills

Tech Stack

PythonPyTorchTensorFlowKeras

Scikit-LearnXGBoostTransformersPandas

Quick Start

bash
# Clone repository
git clone https://github.com/zimingttkx/AI-Practices.git
cd AI-Practices

# Create Conda environment
conda create -n ai-practices python=3.10 -y
conda activate ai-practices

# Install dependencies
pip install -r requirements.txt

# Launch Jupyter Lab
jupyter lab
bash
# Clone repository
git clone https://github.com/zimingttkx/AI-Practices.git
cd AI-Practices

# Create virtual environment
python -m venv venv
source venv/bin/activate  # Linux/macOS
# venv\Scripts\activate   # Windows

# Install dependencies
pip install -r requirements.txt

# Launch Jupyter Lab
jupyter lab

Learning Roadmap

Start ──► 01 ML Foundations ──► 02 Neural Networks ──┬──► 03 Computer Vision ──┬──► 05 Advanced ──┬──► 06 Generative ──┐
                                                     │                         │                  │                   │
                                                     └──► 04 Sequence Models ──┘                  └──► 07 RL ─────────┼──► 09 Projects

                                                     08 Theory Notes ◄─────────────── Reference ──────────────────────┘

Competition Results

CompetitionRankMedalYear
Feedback Prize - ELLTop 1%🥇 Gold2023
RSNA Abdominal TraumaTop 1%🥇 Gold2023
American Express DefaultTop 5%🥈 Silver2022
RSNA Lumbar SpineTop 10%🥉 Bronze2024

Released under the MIT License.