码迷,mamicode.com
首页 >  
搜索关键字:processing    ( 1393个结果
ibm z13 处理器primer阅读1
BTB单元 Branch prediction in z processors is performed 'asynchronously' to instruction processing – The branch prediction logic can find/locate/predict ...
分类:其他好文   时间:2017-10-29 20:26:53    阅读次数:233
#DIP##OpenCV#Some Kinds Of Image Smoothing Methodologies
In digital image processing(DIP), many methods are used in smoothing images in order to suppress noise, to improve the quality of the image and so on. ...
分类:其他好文   时间:2017-10-28 16:39:45    阅读次数:136
Guava学习笔记:Google Guava 类库简介
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, ...
分类:其他好文   时间:2017-10-28 11:09:55    阅读次数:134
阿里mysql规范
(一)建表规约 1.【强制】表达是与否概念的字段,必须使用 is_xxx的方式命名,数据类型是 unsigned tinyint( 1表示是,0表示否),此规则同样适用于 odps建表。 说明:任何字段如果为非负数,必须是 unsigned。 个人备注: Open Data Processing S ...
分类:数据库   时间:2017-10-18 12:36:27    阅读次数:210
信号处理的好书Digital Signal Processing - A Practical Guide for Engineers and Scientists
诚心给大家推荐一本讲信号处理的好书《Digital Signal Processing - A Practical Guide for Engineers and Scientists》[美]Steven W.Smith,中文版叫《实用数字信号处理-从原理到应用》张瑞峰译,人民邮电出版社。这本书最大 ...
分类:其他好文   时间:2017-10-16 16:53:12    阅读次数:245
DataFlow编程模型与Spark Structured streaming
流式(streaming)和批量( batch):流式数据,实际上更准确的说法应该是unbounded data(processing),也就是无边界的连续的数据的处理;对应的批量计算,更准确的说法是bounded data(processing),亦即有明确边界的数据的处理。 近年来流式计算框架编 ...
分类:其他好文   时间:2017-10-14 19:49:00    阅读次数:209
OLTP和OLAP的区别
OLTP:联机事物处理 OLAP:联机分析处理 当今的数据处理大致可以分成两大类:联机事务处理OLTP(on-line transaction processing)、联机分析处理OLAP(On-Line Analytical Processing)。 OLTP是传统的关系型数据库的主要应用,主要是 ...
分类:其他好文   时间:2017-10-13 12:36:43    阅读次数:126
有关机器学习的论文中的英语词汇
machine learning : 机器学习 deep learning : 深度学习 image processing : 图像处理 natural language processing : 自然语言处理 algorithms : 算法 training data set : 训练数据集 fa ...
分类:其他好文   时间:2017-10-12 00:53:23    阅读次数:160
异常:java.lang.IllegalArgumentException: Control character in cookie value or attribute.
后台提示: 严重: Error processing requestjava.lang.IllegalArgumentException: Control character in cookie value or attribute. at org.apache.tomcat.util.http.C ...
分类:编程语言   时间:2017-10-06 10:34:53    阅读次数:329
论文阅读:A Primer on Neural Network Models for Natural Language Processing(1)
前言 2017.10.2博客园的第一篇文章,Mark。 由于实验室做的是NLP和医疗相关的内容,因此开始啃NLP这个硬骨头,希望能学有所成。后续将关注知识图谱,深度强化学习等内容。 进入正题,该文章是用神经网络处理NLP问题的Introduciton。希望读完此文能够对自然语言处理(using NN ...
分类:Web程序   时间:2017-10-03 17:50:37    阅读次数:464
1393条   上一页 1 ... 44 45 46 47 48 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!