# python_liner_regression **Repository Path**: Cerber2ol8/python_liner_regression ## Basic Information - **Project Name**: python_liner_regression - **Description**: 使用numpy搭建线性拟合模型 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-13 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_liner_regression 使用numpy搭建线性拟合模型 # numpy线性拟合练习 使用numpy实现梯度下降算法,从本地csv读入数据集 # 实时可视化 基于matplotlib实时显示训练损失 # 使用paddle paddle Liner_Regression.py 为纯numpy实现 Liner_Regression_paddle.py 为paddle实现 data_generator.py 随机生成线性数据(自定维度)