# ML_LOGISTIC **Repository Path**: xxuffei/ML_LOGISTIC ## Basic Information - **Project Name**: ML_LOGISTIC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ML_LOGISTIC 一共四个程序 BGA.py    批量梯度上升算法 SGA.py    随机梯度上升 SGA_1.py  改进的随机梯度上升 MA.py     动量法优化的梯度上升算法