# deeplbox **Repository Path**: pnghao/deepl ## Basic Information - **Project Name**: deeplbox - **Description**: 学习深度学习的一些实例代码 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2022-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepl #### 介绍 学习深度学习的一些示例代码 #### 软件架构 linear_regression: 基于numpy的二维线性回归 binary_classification:基于pytorch的二分类问题 binary_classification-gpu:pytorch二分类的GPU版本 mnist:基于MNIST数据集的一些神经网络模型,包括:     classification-full:基于全连接神经网络的手写数字识别     classification-full-opt:基于全连接神经网络的手写数字识别性能优化版本     classification-cnn:基于卷积神经网络的手写数字识别 #### 使用说明 克隆本项目到本地:`git clone https://gitee.com/pnghao/deepl.git`