码迷,mamicode.com
首页 >  
搜索关键字:73、stp安全配置实验之bpdu filtering    ( 285个结果
Bilateral Filtering(双边滤波) for SSAO
原网址:http://blog.csdn.net/bugrunner/article/details/71704711. 简介图像平滑是一个重要的操作,而且有多种成熟的算法。这里主要简单介绍一下Bilateral方法(双边滤波),这主要是由于前段时间做了SSAO,需要用bilateral blur ...
分类:其他好文   时间:2014-10-02 07:36:45    阅读次数:308
Servlet-Filter
javax.servlet  Interface Filter public interface Filter A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the respon...
分类:其他好文   时间:2014-09-27 19:23:40    阅读次数:256
Linux防火墙基本知识
一、防火墙的分类(一)、包过滤防火墙。数据包过滤(packet Filtering)技术是在网络层对数据包进行选择,选择的依据是系统内设置的过滤逻辑,称为访问控制表(access control lable,ACL)。通过检查数据流中每个数据包的源地址和目的地址,所用的端口号和协议状态等因素,或他们...
分类:系统相关   时间:2014-09-25 17:45:57    阅读次数:408
Matlab的imfilter函数用法详解
Matlab的imfilter函数用法功能:对任意类型数组或多维图像进行滤波。用法:B=imfilter(A,H)B=imfilter(A,H,option1,option2,...)或写作g=imfilter(f,w,filtering_mode,boundary_options,size_options)其中,f为输入图像,w为滤波掩模,g为滤波后图像。filtering_mode用于指定在..
分类:其他好文   时间:2014-09-10 12:41:01    阅读次数:205
WebGrid with filtering, paging and sorting 【转】
WebGrid with filtering, paging and sorting by Jose M. Aguilar on April 24, 2012 in Web Development A few days ago I received some questions on the use...
分类:Web程序   时间:2014-09-07 23:46:35    阅读次数:395
Collaborative Filtering with Temporal Dynamics------Yehuda Koren
个体用户的喜好可能会随着时间有所改变,我们称之为concept drift(观念转移),推荐系统的一大任务就是出去暂时性的喜好的影响,而获取到用户长期喜好的features。concept drift包括新物品或新服务的出现(特定的节假日,季节性周期变化)---这些变化是群体性的变化(即大家都会.....
分类:其他好文   时间:2014-09-04 16:42:49    阅读次数:346
A Novel Human Detection Approach Based on Depth Map via Kinect
In this paper, a new method of human detection based on depth map from 3D sensor Kinect is proposed. First, the pixel filtering and context filtering ...
分类:移动开发   时间:2014-08-28 19:44:45    阅读次数:445
数据挖掘算法修炼--协同过滤Collaborative Filtering
从外部看协同过滤 从互联网上寻找有用的信息越来越难,这催生了三类方法:信息检索、信息过滤和推荐系统。信息检索是指Google、百度这样的搜索引擎,这是一种被动的方式;信息过滤是指先对信息进行分类,再根据用户的偏好进行过滤,比如我们注册知乎/豆瓣/微博等时都会要求选择感兴趣的领域,之后会对我们选定领域...
分类:其他好文   时间:2014-08-24 01:32:51    阅读次数:196
vcf_filter.py
pyvcf 中带的一个工具 比其他工具用着好些 其他filter我很信不过~~ 自己写的功能又很有限 所以转投vcf_filter.py啦Filtering a VCF file based on some properties of interest is a common enough oper...
分类:其他好文   时间:2014-08-19 10:54:24    阅读次数:274
基于 Apache Mahout 构建社会化推荐引擎
推荐引擎简介推荐引擎利用特殊的信息过滤(IF,Information Filtering)技术,将不同的内容(例如电影、音乐、书籍、新闻、图片、网页等)推荐给可能感兴趣的用户。通常情况下,推荐引擎的实现是通过将用户 的个人喜好与特定的参考特征进行比较,并试图预测用户对一些未评分项目的喜好程度。参考特...
分类:其他好文   时间:2014-08-06 18:22:53    阅读次数:344
285条   上一页 1 ... 24 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!