
tensorflow
Coder小谢
专注Java后端校招。
展开
-
python学员管理系统
python学员管理系统原创 2022-01-16 16:19:42 · 222 阅读 · 0 评论 -
python公共方法之运算符*
python公共方法之运算符*原创 2022-01-12 15:17:07 · 183 阅读 · 0 评论 -
python公共方法之运算符+
python公共方法之运算符+原创 2022-01-12 15:15:55 · 146 阅读 · 0 评论 -
python集合操作增删查
python集合操作增删查原创 2022-01-12 15:10:33 · 112 阅读 · 0 评论 -
python字典key、value和item
python字典key、value和item原创 2022-01-12 15:00:32 · 1053 阅读 · 0 评论 -
三分钟搞懂python字典及其删除操作
三分钟搞懂python字典及其删除操作原创 2022-01-10 19:49:39 · 538 阅读 · 0 评论 -
python元组修改笔记
python元组修改笔记原创 2022-01-10 19:21:33 · 216 阅读 · 0 评论 -
python元组实战,两分钟搞懂
python元组实战,两分钟搞懂原创 2022-01-10 19:16:44 · 305 阅读 · 0 评论 -
python元组一看就懂笔记
python元组一看就懂笔记原创 2022-01-10 19:12:03 · 85 阅读 · 0 评论 -
python修改的常用方法
python修改的常用方法原创 2022-01-08 15:42:35 · 827 阅读 · 0 评论 -
python字符串的修改
python字符串的修改原创 2022-01-08 15:41:00 · 231 阅读 · 0 评论 -
python字符串的查找
python字符串的查找:原创 2022-01-08 15:30:05 · 4312 阅读 · 0 评论 -
python字符串切片笔记(详细)
python字符串切片笔记(详细)原创 2022-01-08 15:22:07 · 119 阅读 · 0 评论 -
python字符串的下标
python字符串的下标原创 2022-01-08 15:16:38 · 1359 阅读 · 0 评论 -
python字符串的输入
python字符串的输入原创 2022-01-08 15:13:41 · 209 阅读 · 0 评论 -
python字符串的两种输出格式
python字符串的两种输出格式原创 2022-01-08 15:11:15 · 163 阅读 · 0 评论 -
认识python的字符串
认识python的字符串原创 2022-01-08 15:08:29 · 196 阅读 · 0 评论 -
python循环之九九乘法表
python循环之九九乘法表原创 2022-01-07 14:43:34 · 160 阅读 · 0 评论 -
python的三目运算符
python的三目运算符原创 2022-01-07 14:41:11 · 78 阅读 · 0 评论 -
python综合案例---猜拳游戏
python综合案例---猜拳游戏原创 2022-01-07 14:39:16 · 2433 阅读 · 0 评论 -
python的逻辑运算符
python的逻辑运算符原创 2022-01-07 14:36:37 · 139 阅读 · 0 评论 -
python的格式化输入输出
python的格式化输出原创 2022-01-07 14:33:02 · 355 阅读 · 0 评论 -
python的数据类型
python的数据类型原创 2022-01-07 14:29:37 · 207 阅读 · 0 评论 -
python的变量(详解)
python的变量详解原创 2022-01-07 14:22:45 · 127 阅读 · 0 评论 -
python的注释(详解)
python的注释原创 2022-01-07 14:19:25 · 250 阅读 · 0 评论 -
python笔记pymysql
利用pymysql第三方库连接MySql数据库原创 2022-01-06 15:49:11 · 499 阅读 · 0 评论 -
2020-12-08
tensorflow入门实例(1)Anaconda下载地址tensorflow环境搭建学习实例一:神经元网络深度学习的起步程序Hello World第一个应用程序总是应该从超级简单的东西开始,这样可以看到代码如何产生和运作的整体框架。就创建神经网络而言,我喜欢使用的例子是一个能够学习两组数字之间函数关系的神经元。具体来说,如果你在写下面函数的代码,表明你已经知道了这个函数的"规则",即x和y的映射关系。float hw_function(float x){ float y = (2 *原创 2020-12-08 21:42:48 · 100 阅读 · 0 评论