# course-classification **Repository Path**: edu2act/course-classification ## Basic Information - **Project Name**: course-classification - **Description**: 《分类算法》课程仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-19 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # course-classification 机器学习方向分类算法课程仓库 ## 目录 1. 线性分类模型 2. 非线性模型之前馈神经网络一 3. 非线性模型之前馈神经网络二 4. 非线性模型之自编码器 5. 线性非线性SVM 6. KFLDA 7. 逻辑斯蒂回归 8. 特征工程-高维数据的低维可视化-SOM 9. 集成算法