自定义博客皮肤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)
  • 资源 (7)
  • 收藏
  • 关注

原创 通过使用flink cep进行网站的监控报警和恢复通知

package cepengine.app; import org.apache.flink.api.java.tuple.Tuple4; import org.apache.flink.cep.PatternSelectFunction; import org.apache.flink.cep.pattern.Pattern; import org.apache.flink.cep.pattern.conditions.IterativeCondition; import org.apache.fli.

2020-07-08 09:58:02 529 1

翻译 从零开始学习加密高斯朴素贝叶斯

朴素贝叶斯: 基于贝叶斯定理,朴素贝叶斯方法是用于分类的概率模型。当数据集的维数很高时,它们非常有用。 贝叶斯定理: P(A|B)=P(B|A)*P(一)P(B) 使用贝叶斯定理,假设事件B已经发生,我们可以找到事件A发生的概率。在这里,我们认为事件A和事件B是彼此独立的“天真”假设。对于我们考虑的所有特征向量均保持该假设。 因此,要计算给定变量y的概率,我们将得到特征向量x1至xn,则贝叶斯定理可以应用为: P(y|X1个,X2,。。,X...

2020-07-08 09:46:59 326

Advances and Open Problems in Federated Learning.pdf

Advances and Open Problems in Federated Learning。Federated learning (FL) is a machine learning setting where many clients (e.g. mobile devices or whole organizations) collaboratively train a model under the orchestration of a central server (e.g. service provider), while keeping the training data decentralized. FL embodies the principles of focused data collection and minimization, and can mitigate many of the systemic privacy risks and costs resulting from traditional, centralized machine learning and data science approaches. Motivated by the explosive growth in FL research, this paper discusses recent advances and presents an extensive collection of open problems and challenges.

2020-05-13

openwrt hacking

openwrt hacking

2014-04-30

openwrt 开发文档

openwrt开发

2014-04-30

openwrt 嵌入式开发框架

openwrt目录结构,工具链、软件架构,创建软件包、添加新的支持平台的简单讲解。

2014-04-30

GNU-ld链接脚本浅析

GNU-ld链接脚本浅析

2012-12-31

空空如也

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

TA关注的人

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