码迷,mamicode.com
首页 >  
搜索关键字:christian    ( 31个结果
Generic XXE Detection
参考连接:https://www.christian-schneider.net/GenericXxeDetection.html In this article I present some thoughts about generic detection of XML eXternal Enti ...
分类:其他好文   时间:2018-01-30 00:28:53    阅读次数:204
【深度学习系列】用PaddlePaddle和Tensorflow实现经典CNN网络GoogLeNet
前面讲了LeNet、AlexNet和Vgg,这周来讲讲GoogLeNet。GoogLeNet是由google的Christian Szegedy等人在2014年的论文《Going Deeper with Convolutions》提出,其最大的亮点是提出一种叫Inception的结构,以此为基础构建 ...
分类:Web程序   时间:2017-12-20 16:48:15    阅读次数:241
视觉-惯性里程计:IMU预积分
1.Introduction IMU的输出频率很高(100-1KHz),所以优化变量会快速增长,使得实时优化变得infeasible。Christian Forster提出用将两帧图像间的IMU采样数据用预积分的方法变为一个constraint,从而降低优化变量。对于两帧图像间的standard I ...
分类:其他好文   时间:2017-04-12 13:20:58    阅读次数:1168
论文阅读--Scalable Object Detection using Deep Neural Networks
Scalable Object Detection using Deep Neural Networks 作者: Dumitru Erhan, Christian Szegedy, Alexander Toshev, and Dragomir Anguelov 引用: Erhan, Dumitru, ...
分类:Web程序   时间:2016-11-24 08:20:33    阅读次数:453
SSD: Single Shot MultiBox Detector
By Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg. Introduction SSD is an unified framewor ...
分类:其他好文   时间:2016-10-23 20:02:44    阅读次数:470
Apache OpenOffice 讨论是否已经关闭
相比活跃的 LibreOffice,Apache OpenOffice 项目停滞不前。去年,Red Hat 的软件工程主管Christian Schaller 呼吁Apache基金会承认 OpenOffice 已经死亡,将网站定向到 LibreOffice,鼓励用户下载和使用 LibreOffice ...
分类:Web程序   时间:2016-09-03 09:46:23    阅读次数:162
HotSpot
http://openjdk.java.net/groups/hotspot/ HotSpot bloggers A. Sundararajan Christian Thalinger Dave Dice David Holmes Jon Masamitsu Nikolay Igotti Steve ...
分类:其他好文   时间:2016-07-18 02:52:05    阅读次数:188
POJ2262问题描述
Goldbach's Conjecture Description In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the fo ...
分类:其他好文   时间:2016-05-16 09:21:25    阅读次数:110
什么是阶乘
阶乘是基斯顿·卡曼(Christian Kramp,1760~1826)于 1808 年发明的运算符号,是数学术语。一个正整数的阶乘(英语:factorial)是所有小于及等于该数的正整数的积,并且有0的阶乘为1。自然数n的阶乘写作n!。1808年,基斯顿·卡曼引进这个表示法。亦即n!=1×2×3×...
分类:其他好文   时间:2015-12-03 21:15:32    阅读次数:315
Python 网络爬虫 - 抓取糗事百科的段子(最新版)
代码 # -*- coding: cp936 -*- __author__ = "christian chen" import urllib2 import re import threading import time class Tool: def pTitle(self): return re.compile(‘<title.*?>(.*?)</‘, r...
分类:编程语言   时间:2015-09-24 17:53:15    阅读次数:266
31条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!