Partial函数的定义 scala> val isVeryTasty: PartialFunction[String, String] = { case "Glazed Donut" | "Strawberry Donut" => "Very Tasty"}isVeryTasty: Partial ...
分类:
其他好文 时间:
2019-07-12 11:19:01
阅读次数:
86
1. 概述条件随机场(Conditional Random Field, CRF)是概率图模型(Probabilistic Graphical Model)与区分性分类( Discriminative Classification)的一种接合,能够用来对“结构预测”(structured predi ...
分类:
其他好文 时间:
2019-07-12 09:22:12
阅读次数:
126
We often come across 'ablation study' in machine learning papers, for example, in this paper with the original R-CNN, it has a section of ablation stu ...
分类:
其他好文 时间:
2019-07-11 19:59:45
阅读次数:
164
Java Applet Attacks Download virtual machines from the following website: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ ...
分类:
其他好文 时间:
2019-07-08 00:09:17
阅读次数:
110
Gaining Root with Metasploit Platform: Kali Linux, Kioptrix Level 1 1. Find the IP of Kioptirx 2. Scan the Kioptrix server and analyst the result. 3. ...
分类:
其他好文 时间:
2019-07-06 19:29:47
阅读次数:
106
Compiling an Exploit Exercise: samba exploit 1. Search and download the samba exploit source code from Exploit Database. https://www.exploit-db.com/ex ...
分类:
其他好文 时间:
2019-07-06 19:23:13
阅读次数:
102
[TOC] 参考地址: https://www.zhihu.com/question/65350200 https://github.com/GreedyAIAcademy/Machine Learning https://zhuanlan.zhihu.com/p/70587472 线性回归 方程 ...
分类:
其他好文 时间:
2019-07-02 22:57:59
阅读次数:
291