上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 186 下一页
摘要: w语音识别、噪音、方言,算法迭代。 https://arxiv.org/abs/1512.02595 We show that an end-to-end deep learning approach can be used to recognize either English or Mandar 阅读全文
posted @ 2017-01-14 20:44 papering 阅读(226) 评论(0) 推荐(0) 编辑
摘要: w从2次丢下一个球,要求距离和固定来解释褶积 http://colah.github.io/posts/2014-07-Understanding-Convolutions/ Understanding Convolutions Posted on July 13, 2014 neural netw 阅读全文
posted @ 2017-01-14 20:20 papering 阅读(220) 评论(0) 推荐(0) 编辑
摘要: w测试最优化算法性能可通过其。 https://en.wikipedia.org/wiki/Rosenbrock_function https://zh.wikipedia.org/wiki/Rosenbrock函数 In mathematical optimization, the Rosenbr 阅读全文
posted @ 2017-01-14 19:53 papering 阅读(1660) 评论(0) 推荐(0) 编辑
摘要: IA-32 浮点处理架构 单精度 双精度 小结: 1、为什么有补码:解决 正负相加为0。 3+(-3)=0 x+(-x)=0 对x各位取反,之后和原x且运算 则,各位均为1,此时不为0, 此时再+1,则为0。 补码:无论x正负、0,各位取反,再加1,即得到补码。 计算机系统基础(一):程序的表示、转 阅读全文
posted @ 2017-01-14 17:46 papering 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 0.1用24位定点小数、float、32位定点小数 计算机系统基础(一):程序的表示、转换与链接-模块四 第3讲 浮点数运算(3)-网易公开课 https://open.163.com/newview/movie/free?pid=WFVPGEQSL&mid=HFVPGF3LO 用32位定点小数表示 阅读全文
posted @ 2017-01-14 17:44 papering 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1.0 ,4 f"%.{point}f".format(point=point) % val --》1.0000round(val, point) --》1.0 def f(i, n=2): def f(i, n=2): return float(("{:." + str(n) + "f}").fo 阅读全文
posted @ 2017-01-14 11:20 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Clean Code A Handbook of Agile Software Craftsmanship 阅读全文
posted @ 2017-01-13 20:02 papering 阅读(181) 评论(0) 推荐(0) 编辑
摘要: w褶积矩阵、二值化旧图经核矩阵得到新图。 https://docs.gimp.org/en/plug-in-convmatrix.html 8.2. Convolution Matrix 8.2. Convolution Matrix 8.2. Convolution Matrix 8.2. Con 阅读全文
posted @ 2017-01-13 15:18 papering 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、卷积广泛存在与物理设备、计算机程序的smoothing平滑、sharpening锐化过程; 空间卷积可应用在图像处理中:函数f(原图像)经过滤器函数g形成新函数f-g(平滑化或锐利化的新图像)。 卷积可应用在物理设备、计算程序,对数据进行平滑化或锐利化。 空间卷积也应用于图像处理中的边缘 阅读全文
posted @ 2017-01-13 14:27 papering 阅读(470) 评论(0) 推荐(0) 编辑
摘要: http://www.mathjax.org/ 阅读全文
posted @ 2017-01-13 13:02 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://club.alibabatech.org/salon_detail.htm?salonId=67 阅读全文
posted @ 2017-01-13 11:52 papering 阅读(293) 评论(0) 推荐(0) 编辑
摘要: w 24-1缓存旁置-2断路器模式 https://msdn.microsoft.com/en-us/library/dn568099.aspx Figure 1 - Using the Cache-Aside pattern to store data in the cache Figure 1 阅读全文
posted @ 2017-01-13 10:53 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: myisamchk 阅读全文
posted @ 2017-01-12 23:24 papering 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 字符串和整数一一映射的算法 公司每人的英文名不同,现在给每个英文名一个不同的数字编号,怎么设计? 走ipv4/6 2/32 2/128就够了,把“网段”概念对应到“表或库”,ip有a_e5类,这概念都可以引过来 和 时间 年月日 店铺 sellid marketplaceid amazon 平台参数 阅读全文
posted @ 2017-01-12 19:55 papering 阅读(347) 评论(0) 推荐(0) 编辑
摘要: w公共查询表复制至每一个碎片 http://www.agildata.com/database-sharding/ In the Bookstore example, the Primary Shard Table is the ‘customer’ entity. This is the tabl 阅读全文
posted @ 2017-01-12 18:49 papering 阅读(221) 评论(0) 推荐(0) 编辑
摘要: w横切 http://www.agildata.com/database-sharding/ When Database Sharding is Appropriate Database Sharding is an excellent fit for many types of business 阅读全文
posted @ 2017-01-12 18:48 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: w分布式查询、数据聚合、跨碎片join是可且应避免的、自增主键管理、基于-会话/事务/语句-选择碎片、通过-主键/模块/碎片索引-碎片化数据 http://www.agildata.com/database-sharding/ Database Sharding Challenges Due to 阅读全文
posted @ 2017-01-12 18:47 papering 阅读(192) 评论(0) 推荐(0) 编辑
摘要: w将单个服务器上的单个数据库打碎为多个服务器上的单个数据库 http://www.agildata.com/database-sharding/ Database Sharding provides a method for scalability across independent server 阅读全文
posted @ 2017-01-12 17:51 papering 阅读(181) 评论(0) 推荐(0) 编辑
摘要: w主写从读、集群节点间时时内存复制、单表横切纵切、分析报表系统通过服务器联表 http://www.agildata.com/database-sharding/ Database Partitioning Options It has long been known that database p 阅读全文
posted @ 2017-01-12 17:08 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: wIO瓶颈 http://www.agildata.com/database-sharding/ What Drives the Need for Database Sharding? Database Sharding is a highly scalable approach for impro 阅读全文
posted @ 2017-01-12 17:06 papering 阅读(170) 评论(0) 推荐(0) 编辑
摘要: w玻璃碎片、0共享 http://www.agildata.com/database-sharding/ The Rise of Database Sharding The concept of Database Sharding has been gaining popularity over t 阅读全文
posted @ 2017-01-12 17:05 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=425373 教科书书常用“定义—定理”的体系,先给出数学定义,然后给出若干性质, 从公式 到 公式,逐步推导。有的教科书采用用信号“反褶、平移、相乘、积分”给出几何 阅读全文
posted @ 2017-01-12 14:46 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://www.sccs.swarthmore.edu/users/02/jill/graphics/hw3/hw3.html http://web.cs.ucdavis.edu/~ma/ECS175_S00/Notes/0411_b.pdf 阅读全文
posted @ 2017-01-12 13:55 papering 阅读(254) 评论(0) 推荐(0) 编辑
摘要: http://openinx.github.io/2013/01/01/plane-sweep-thinking/ 平面直角坐标系中有N个点,给出N个点的坐标,请设计一个高效算法计算最近点对距离。 阅读全文
posted @ 2017-01-12 13:46 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/22625187 https://www.zybuluo.com/yulin718/note/93148 概况:2014年微信红包使用数据库硬抗整个流量,2015年使用cache抗流量。 微信的金额什么时候算? 答:微信金额是拆的时候实时 阅读全文
posted @ 2017-01-12 09:18 papering 阅读(324) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/19668212?columnSlug=WebNotes 微信红包是一次病毒营销的经典案例,其实也可以从传染病学的估算模型来判断究竟有多少用户会被「感染」。 阅读全文
posted @ 2017-01-12 09:06 papering 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Monte Carlo methods https://zh.wikipedia.org/wiki/蒙地卡羅方法 通常蒙地卡羅方法可以粗略地分成两类:一类是所求解的问题本身具有内在的随机性,借助计算机的运算能力可以直接模拟这种随机的过程。例如在核物理研究中,分析中子在反应堆中的传输过程。中子与原子核 阅读全文
posted @ 2017-01-11 22:13 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html The TE request-header field indicates what extension transfer-codings it is willing to accept 阅读全文
posted @ 2017-01-11 22:05 papering 阅读(436) 评论(0) 推荐(0) 编辑
摘要: //array(2) { ["shopasin"]=> string(3) "www" ["whelp2017"]=> string(9) "whelp2017" } //array(1) { ["shopasin"]=> string(4) "w123" } 阅读全文
posted @ 2017-01-11 16:58 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: https://www.mathworks.com/help/matlab/ref/conv.html?s_tid=gn_loc_drop conv Convolution and polynomial multiplication Convolution and polynomial multip 阅读全文
posted @ 2017-01-11 11:22 papering 阅读(452) 评论(0) 推荐(0) 编辑
摘要: https://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/token_based_authentication/ 阅读全文
posted @ 2017-01-11 01:18 papering 阅读(167) 评论(0) 推荐(0) 编辑
摘要: HTTP The Definitive Guide Request headers are headers that make sense only in a request message. They give information about who or what is sending th 阅读全文
posted @ 2017-01-10 21:24 papering 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://ufldl.stanford.edu/wiki/index.php/Feature_extraction_using_convolution http://ufldl.stanford.edu/wiki/index.php/卷积特征提取 阅读全文
posted @ 2017-01-10 20:02 papering 阅读(187) 评论(0) 推荐(0) 编辑
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=946879 郭靖的师傅 与 反木桶效应 《射雕英雄传》中的郭靖有多少位师傅?从来没想去把名单细节记住,大数据时代,人们已改变了学习方式和记忆方法,只要能记住一点线索 阅读全文
posted @ 2017-01-10 18:04 papering 阅读(329) 评论(0) 推荐(0) 编辑
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=883429 《传奇》: “宁愿用这一生等你发现,…,今生的爱情故事不会再改变。” 接下来,E.F.Codd的路上,少有鲜花,多有荆棘。 1983年,笔者到美国学习数 阅读全文
posted @ 2017-01-10 16:33 papering 阅读(415) 评论(0) 推荐(0) 编辑
摘要: http://www.latex-project.org/about/ 阅读全文
posted @ 2017-01-10 16:32 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=883429 阅读全文
posted @ 2017-01-10 16:17 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: https://page.mi.fu-berlin.de/rojas/neural/chapter/K7.pdf 7.1 Learning as gradient descent We saw in the last chapter that multilayered networks are ca 阅读全文
posted @ 2017-01-10 15:13 papering 阅读(187) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_substring-index 阅读全文
posted @ 2017-01-10 14:33 papering 阅读(178) 评论(0) 推荐(0) 编辑
摘要: w强化算法和数学,来迎接机器学习、神经网络。 http://cs.stanford.edu/people/karpathy/convnetjs/ ConvNetJS is a Javascript library for training Deep Learning models (Neural N 阅读全文
posted @ 2017-01-10 10:59 papering 阅读(212) 评论(0) 推荐(0) 编辑
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 186 下一页