# ml-py **Repository Path**: houor/ml-py ## Basic Information - **Project Name**: ml-py - **Description**: machine learning example - **Primary Language**: Python - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ml-py #### 介绍 machine learning example 机器学习示例 knn_iris k近邻算法numpy版本 linear_regression 线性回归算法numpy版本 svm_sk 支持向量机sklearn版本 mnist_tf mnist手写体识别的TensorFlow简化版 #### 软件架构 没什么架构,仅仅是用于课堂演示 #### 使用说明 1. 代码直接下载即可 2. 下载后需要安装numpy, pandas, matplotlib, scikit-learn, seaborn. 3. 对于TensorFlow,需要安装certifi, tensorflow.