# tensorflow2.0学习 **Repository Path**: simbaAXin/tensorflow20-learning ## Basic Information - **Project Name**: tensorflow2.0学习 - **Description**: 寒假期间学习的tensorflow2.0内容 - **Primary Language**: Python - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2021-01-06 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tensorflow2.0学习 #### 介绍 基于tensorflow官网和B站以及相关书籍自学的tensorflow2.0内容(更新中,比较懒) 其中包含tensorflow基础使用和一些基于tf2.x的NLP和CV实战。并提供了部分简单数据集(有些就大家自己网上下载啦) #### 软件架构 **推荐按照这个顺序学习:** - Keras概述 - keras逻辑回归的实现 - 利用softmax进行fashionMinist训练 - 多层感知机 - 识别手写体数字训练 - 函数API - AutoMPG回归 - Dropout解决过拟合问题 - 使用tf.data加载图像 - 使用Keras Tuner调整超参数 - 学习资料pdf(CNN、RNN) - Kaggle猫狗识别(这个是别人1.x版本实现的,不推荐) - DCGAN的tensorflow2.x实现 #### 安装教程 - tensorflow2.1.1 - tensorflow-gpu2.1.1(如果你显存足够大,我是3G左右内存,所以就用的CPU(/(ㄒoㄒ)/~~)) - numpy1.19.3 - pandas1.1.0 1. pip install 对应的包 2. 推荐Anaconda管理包 3. pycharm也可 #### 使用说明 1. 数据集需要下载 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/)