深度学习图像分类练习,包含 Kaggle 猫狗数据集分类与波士顿房价回归实验。
- CNN 猫狗二分类(Kaggle 数据集)
- 波士顿房价线性回归(boston_housing_build.py)
- Keras / TensorFlow 实现
- 数据预处理与模型训练完整流程
- Python >= 3.8
- TensorFlow >= 2.10, numpy, matplotlib
git clone https://github.com/joeeei11/demo-Python-DeepLearning-ImageClassification.git
cd demo-Python-DeepLearning-ImageClassification
pip install tensorflow numpy matplotlibpython main.py # 猫狗分类
python boston_housing_build.py # 房价回归