自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (11)
  • 收藏
  • 关注

转载 java中自定义注解并通过反射获取注解属性值

直接上代码,注释中有说明:1、定义自定义注解类(类注解和字段注解):[java] view plain copypackage com.uno.ray;    import java.lang.annotation.Documented;  import java.lang.annotation.ElementType;  import java.lang.annotation.Inherited...

2018-03-27 15:21:49 1509

转载 监督学习中的“生成模型”和“判别模型”

ref: http://blog.csdn.net/zouxy09/article/details/8195017  讲的非常清晰了。该内容部分来自于维基百科。两者都是概率统计模型,从维基上的解释来看生成模型(Generative Model):定义了在观测{X}和结果{Y}的联合概率分布 P(X, Y),通过贝叶斯得出后验概率 P(Y|X) = P(X, Y) / P(X), 然后用后验概率模型...

2018-03-26 14:12:23 734

scikit-learn官方英文PDFscikit-learn-docs.pdf

scikit-learn官方英文PDF,带目录,可点击跳转

2021-01-28

pandas官方原版教程离线html版

pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

2019-04-30

人脸聚类算法讲解(含原论文)

Abstract—Clustering face images according to their latent identity has two important applications: (i) grouping a collection of face images when no external labels are associated with images, and (ii) indexing for efficient large scale face retrieval. The clustering problem is composed of two key parts: representation and similarity metric for face images, and choice of the partition algorithm. We first propose a representation based on ResNet, which has been shown to perform very well in image classification problems. Given this representation, we design a clustering algorithm, Conditional Pairwise Clustering (ConPaC), which directly estimates the adjacency matrix only based on the similarities between face images. This allows a dynamic selection of number of clusters and retains pairwise similarities between faces. ConPaC formulates the clustering problem as a Conditional Random Field (CRF) model and uses Loopy Belief Propagation to find an approximate solution for maximizing the posterior probability of the adjacency matrix. Experimental results on two benchmark face datasets (LFW and IJB-B) show that ConPaC outperforms well known clustering algorithms such as k-means, spectral clustering and approximate Rank-order. Additionally, our algorithm can naturally incorporate pairwise constraints to work in a semi-supervised way that leads to improved clustering performance. We also propose an k-NN variant of ConPaC, which has a linear time complexity given a k-NN graph, suitable for large datasets. Index Terms—face clustering, face representation, Conditional Random Fields, pairwise constraints, semi-supervised clustering.

2019-04-24

flume 1.8基本概念+官方文档

fluem由Cloudera公司开源 分布式、可靠、和高可用的海量日志采集、聚合和传输的日志收集系统 数据源可定制、可扩展 数据存储系统可定制、可扩展

2018-10-23

集成学习方法汇总讲稿

集成学习(Ensemble Learning) 是指将多个不同的基本模型(Base Model) 组合成一个 Ensemble Model 的方法。它可以同时降低最终模型的 Bias 和 Variance(证明可以参考这篇论文,我最近在研究类似的理论,可能之后会写新文章详述),从而在提高分数的同时又降低 Overfitting 的风险。在现在的 Kaggle 比赛中不用 Ensemble 就能拿到奖金几乎是不可能的

2018-10-16

基于用户历史位置的用户相似度度量

定位获取技术发展(GPS,GSM网络等)使人们可以方便地记录他们用时空数据访问的位置历史。收集大量与个人的轨迹有关地理信息,也给我们从这些轨迹中发现有价值的知识带来了我们机遇和挑战。在本文中,我们目的是基于他们的轨迹挖掘相似性用户之间。这样的用户相似性对于个人,社区和企业通过帮助他们有效地检索相关性高的信息。我们提出了一种基于层次图的相似度度量(HGSM,hierarchical-graph based similarity measurement)框架地理信息系统一致地建模每个个体并对个体的轨迹进行了有效的相似性度量。在这个框架中,我们同时考虑了人的运动行为的序列性质和地理空间的层次属性。我们评估这个框架使用GPS数据收集65名志愿者在6个月的时间。因此,HGSM优于相关的相似性度量,如余弦相似性和皮尔森相似性度量。

2018-09-11

神经网络模型python模板

NeuralNetworkModel 开发环境 python36 tensorflow1.x 模块介绍 产生数据 create_data.py 计算前向传播 forward.py 训练过程 backward.py <-----------------程序入口 学习到的函数 test.py

2018-08-19

高级任务管理器(包含32位和64位)

Process Explorer 是一款增强型的任务管理器,你可以使用它方便地管理你的 程序进程,能强行关闭任何程序(包括系统级别的不允许随便终止的”顽固”进程)。除此之外,它还详尽地显示计算机信息:CPU、内存使用情况,DLL、句柄信息,很酷的曲线图。

2018-06-12

oracle数据库自动备份脚本带说明

backup.bat 为备份脚本请勿删除,需放在备份所在的文件夹 文件名的为备份的日期+时间 7天前的备份数据会被删除 恢复前删除用户及所有表 再新建用户导入数据即可

2018-06-12

网页上调用PC上程序的示例

本代码已打开微信为例 前置条件 PC已安装微信 使用流程 1.双击执行注册微信服务(确保本机的微信安装时使用的是默认目录,如果不是,编辑reg文件修改微信exe所在路径即可) 2.打开试用网页测试。(从原理上讲适用于所有PC上的浏览器) 博文参考: https://blog.csdn.net/longzhoufeng/article/details/78778708 关键词:url protocol

2018-06-12

程序员离职申请书范文

程序员离职申请书范文。类容如下 敬爱的各位领导: 自17年6月入职以来,我一直都很享受这份工作,感谢各位领导对我的信任、栽培及包容,也感谢各位同事给予的帮助和关心。在过去的时间里,利用公司给予的良好学习时间,学习了一些新的东西来充实了自己,并增加自己的一些知识和实践经验。我对于公司的照顾表示真心的感谢!当然,我也自认为自己在这期间的工作中做出了自己的最大努力。

2018-06-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除