上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 345 下一页
摘要: Python下一切皆对象,每个对象都有多个属性(attribute),Python对属性有一套统一的管理方案。 __dict__与d... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(15) 评论(0) 推荐(0)
摘要: Python下一切皆对象,每个对象都有多个属性(attribute),Python对属性有一套统一的管理方案。 __dict__与d... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(15) 评论(0) 推荐(0)
摘要: python Python下一切皆对象,每个对象都有多个属性(attribute),Python对属性有一套统一的管理方案。 __dict__与dir()的区别: dir()是一个函数,返回的是list; __dic... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: python Python下一切皆对象,每个对象都有多个属性(attribute),Python对属性有一套统一的管理方案。 __dict__与dir()的区别: dir()是一个函数,返回的是list; __dic... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: class Student: count=0 def __init__(self,name,age): ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: 多层感知机 #Lesson 03: MLP for Time Series Forecasting# univariate mlp examplefrom numpy import arrayfrom keras.models import Sequen... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(56) 评论(0) 推荐(0)
摘要: tensorflow pooling import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# Reshape the tensor to be 3 dimens... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: import tensorflow as tftemp = [0., 0., 1., 0., 0., 0., 1.5, 2.5]# ... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: tensorflow max_pooling max pooling是CNN当中的最大值池化操作,其实用法和卷积很类似 有些地方可以从卷积去参考【TensorFlow】tf.nn.conv2d是怎样实现卷积的? tf.nn.max... 阅读全文
posted @ 2022-08-19 22:56 luoganttcc 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 345 下一页