bug_x

导航

 
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页

2018年10月9日

摘要: tensor链接: http://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=1&regularizationRate=0&noise 阅读全文
posted @ 2018-10-09 09:14 bug_x 阅读(80) 评论(0) 推荐(0) 编辑
 

2018年10月8日

摘要: 1、 rand(2,4) #2*4 shape 矩阵 rand(d0, d1, …, dn) rand_sample() #随机生成矩阵 2、 prng = np.random.RandomState(123456789) # 定义局部种子prng.rand(2, 4) prng.chisquare 阅读全文
posted @ 2018-10-08 22:08 bug_x 阅读(176) 评论(0) 推荐(0) 编辑
 
摘要: numpy 常用函数: 矩阵: 阅读全文
posted @ 2018-10-08 14:41 bug_x 阅读(104) 评论(0) 推荐(0) 编辑
 
摘要: 摘自google. https://i.cnblogs.com/PostDone.aspx?postid=9753605&actiontip=%E4%BF%9D%E5%AD%98%E4%BF%AE%E6%94%B9%E6%88%90%E5%8A%9F 1、缩进 Tip 用4个空格来缩进代码 2、代码 阅读全文
posted @ 2018-10-08 13:49 bug_x 阅读(116) 评论(0) 推荐(0) 编辑
 
摘要: pandas 最常用的三种基本数据结构: 1、dataFrame: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html DataFrame相当于有表格(eg excel),有行表头和列表头 1.1初 阅读全文
posted @ 2018-10-08 13:27 bug_x 阅读(403) 评论(0) 推荐(0) 编辑
 
摘要: 1、连接符: + 2、基本类型: [] {} () list set :无序,不重复的集合 数据初始化: a = set('a','b'); 或者 {'1'} #只能初始化空的集合; 相关函数: 添加数据: a.add('a'); a.update(['... 阅读全文
posted @ 2018-10-08 12:03 bug_x 阅读(112) 评论(0) 推荐(0) 编辑
 
摘要: 最近遇到一个横向滚动条的问题: 官网链接: https://developer.mozilla.org/zh-CN/docs/Web/CSS/::-webkit-scrollbar 这个 ::-webkit-scrollbar CSS伪类选择器影响了一个元素的滚动条的样式 ::-webkit-scr 阅读全文
posted @ 2018-10-08 10:18 bug_x 阅读(1397) 评论(0) 推荐(0) 编辑
 

2018年9月30日

摘要: 原文链接:https://juejin.im/post/59c3f8f75188255be81f91d9#heading-17 Apache Hive-2.3.0 快速搭建与使用 Hive 简介 Hive 是一个基于 hadoop 的开源数据仓库工具,用于存储和处理海量结构化数据。它把海量数据存储于 阅读全文
posted @ 2018-09-30 00:01 bug_x 阅读(7204) 评论(0) 推荐(0) 编辑
 
摘要: 什么是Hive 转自: https://blog.csdn.net/qingqing7/article/details/79102691 1、Hive简介 Hive 是建立在 Hadoop 上的数据仓库基础构架。它提供了一系列的工具,可以用来进行数据提取转化加载(ETL),这是一种可以存储、查询和分 阅读全文
posted @ 2018-09-30 00:00 bug_x 阅读(397) 评论(0) 推荐(0) 编辑
 

2018年9月29日

摘要: 1、 create tabl metastore.MetaStoreDirectSql: Self-test query [select "DB_ID" from "DBS"] failed; direct SQL is disabledjavax.jdo.JDODataStoreException 阅读全文
posted @ 2018-09-29 23:55 bug_x 阅读(1450) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 43 下一页