# machine_learning_hou **Repository Path**: carsonhou/machine_learning_hou ## Basic Information - **Project Name**: machine_learning_hou - **Description**: 用于仲恺农业工程学院数学与数据科学学院机器学习课程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-02-26 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # machine_learing_hou #### 介绍 侯老师的机器学习代码课件 用于仲恺农业工程学院信息与计算科学专业本科生教学。 #### 使用教材 《TensorFlow 2.0深度学习从零开始学》王晓华,清华大学出版社 《机器学习》周志华,清华大学出版社 #### 安装教程 1. 安装Anaconda 2. 安装TensorFlow2 gpu 3. 安装Spyder / VS Code / PyCharm Community 4. 安装Python的其他机器学习包(sklearn、pandas、statsmodels、matplotlib、seaborn等) conda install cudatoolkit=10.1 conda install cudnn=7.6.5 conda install tensorflow-gpu==2.3 pip install scikit-learn pip install statsmodels pip install pandas pip install Pillow pip install matplotlib pip install seaborn pip install netron 注意安装Tensorflow-GPU版本,要根据安装tensorflow版本来确定 cudatoolkit与cudnn的安装版本。 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)