12 2018 档案

摘要:https://blog.csdn.net/power0405hf/article/details/53456162 归一化:把变量变为0-1之间的数。标准化:变为均值为0,标准差为1。正则化:即对矩阵加惩罚,求l1或l2范数,然后除以这个范数,自定义正则化函数,也是用矩阵除以这个正则化函数的值。。 阅读全文
posted @ 2018-12-19 17:43 change_world 阅读(1790) 评论(0) 推荐(0)
摘要:import numpy as npimport cv2import keras.backend as Kimport tensorflow as tf a = K.variable(np.array([[1 , 2, 3]]))b = K.variable(np.array([[3 , 2, 1] 阅读全文
posted @ 2018-12-13 17:36 change_world 阅读(14889) 评论(0) 推荐(0)
摘要:1、编辑(Editing) Ctrl + Space 基本的代码完成(类、方法、属性) Ctrl + Alt + Space 快速导入任意类 Ctrl + Shift + Enter 语句完成 Ctrl + P 参数信息(在方法中调用参数) Ctrl + Q 快速查看文档 F1 Web帮助文档主页 阅读全文
posted @ 2018-12-12 10:21 change_world 阅读(249) 评论(0) 推荐(0)
摘要:1、show functoins https://www.iteblog.com/archives/2032.html?from=related https://blog.csdn.net/u013980127/article/details/52606024 http://www.cnblogs. 阅读全文
posted @ 2018-12-03 15:28 change_world 阅读(228) 评论(0) 推荐(0)