leukemia/README.md
2025-04-10 17:56:05 +08:00

22 lines
583 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
白血病智能筛查项目结构:
data_preprocessing/
- data_loader.py # 数据加载和预处理
- data_split.py # 训练-验证集划分
models/
- image_models.py # 图像特征提取模型DIFF和WNB
- fusion_model.py # 多模态融合模型
training/
- train.py # 训练主函数
- utils.py # 训练工具函数
evaluation/
- evaluate.py # 模型评估
- visualization.py # 结果可视化
main.py # 主程序入口
config.py # 配置参数
"""