# DL-learning **Repository Path**: wenttao/dl-learning ## Basic Information - **Project Name**: DL-learning - **Description**: 基于TensorFlow + Keras的深度学习入门学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-09-05 - **Last Updated**: 2025-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DL-learning #### 介绍 基于TensorFlow + Keras的深度学习入门学习 #### 软件架构 软件架构说明 #### 安装教程 1. anaconda 2. python==3.8 3. tensorflow==2.4.0 4. keras==2.4.3 5. numpy==1.19.5 6. pandas==1.3.5 7. matplotlib==3.4.2 8. sklearn==0.0 下载时版本后加上镜像源,加速下载,如:pip install opencv-python==4.3.0.38 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn #### 使用说明 1. train.py为训练模型 2. test.py为模型测试