# data_mining_lecture **Repository Path**: aaaandrews/data_mining_lecture ## Basic Information - **Project Name**: data_mining_lecture - **Description**: 学习智能优化,机器学习,数据挖掘,使用 python 动手实现数据挖掘常用算法 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Machine-learning, Data-Mining ## README # data_mining_lecture #### 介绍 学习智能优化,机器学习,数据挖掘,使用 python 动手实现常用算法 #### 内容(挖坑) ##### 人工智能基础算法 + 梯度下降法 + KNN算法 + 模拟退火算法 + A*寻路算法 + 遗传算法 + 粒子群算法 + 蒙特卡洛方法 + 蓄水池采样 + K-Means 聚类算法 + KD-Tree + ... ##### 数据挖掘经典算法 + Apriori 算法 + ID3 决策树 + C4.5 决策树 + 回归树模型 + ...