码迷,mamicode.com
首页 >  
搜索关键字:learning    ( 4460个结果
迁移和域自适应
reference [1] A kernel two sample test [2] Optimal kernel choice for large-scale two-sample tests [3] Deep domain confusion: maximizing for domain inv ...
分类:其他好文   时间:2019-07-12 20:05:36    阅读次数:153
learning scala dependency injection
result: ...
分类:其他好文   时间:2019-07-12 14:20:27    阅读次数:124
learning scala PartialFunction
Partial函数的定义 scala> val isVeryTasty: PartialFunction[String, String] = { case "Glazed Donut" | "Strawberry Donut" => "Very Tasty"}isVeryTasty: Partial ...
分类:其他好文   时间:2019-07-12 11:19:01    阅读次数:86
【Learning Notes】线性链条件随机场(CRF)原理及实现
1. 概述条件随机场(Conditional Random Field, CRF)是概率图模型(Probabilistic Graphical Model)与区分性分类( Discriminative Classification)的一种接合,能够用来对“结构预测”(structured predi ...
分类:其他好文   时间:2019-07-12 09:22:12    阅读次数:126
Ablation Study
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
learning scala for comprehensions
code: result: ...
分类:其他好文   时间:2019-07-10 16:59:54    阅读次数:107
learning scala pattern matching 03
code: ...
分类:其他好文   时间:2019-07-10 13:32:50    阅读次数:81
OSCP Learning Notes - Exploit(5)
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
OSCP Learning Notes -Exploit(1)
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
OSCP Learning Notes - Exploit(2)
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
4460条   上一页 1 ... 65 66 67 68 69 ... 446 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!