E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Examples
spark on yarn任务提交缓慢解决
/bin/spark-submit--classorg.apache.spark.
examples
.SparkPi--masteryarn--deploy-modecluster--driver-memo
weixin_30256505
·
2020-07-08 13:03
tensorflow读取本地MNITS_data失败的原因
因为input_data读取的是压缩包>>>importtensorflowastf>>>fromtensorflow.
examples
.tutorials.mnistimportinput_data>
wangdan113269
·
2020-07-08 12:07
Flink ParameterTool fromArgs源码分析
一、源码路径java/org/apache/flink/streaming/
examples
/socket/SocketWindowWordCount.java二、源码/**LicensedtotheApacheSoftwareFoundation
浅然言而信
·
2020-07-08 12:45
●
消息/数据/存储/应用
CSS实例:非常不错的鼠标悬停TIP效果
看下面的XHTML代码:
ExampleS
ourceCode[www.52css.com]Div+CSS教程52CSS.comDiv+CSS教程在链接A标签中,嵌套了span与p标签,这就是我们的tip的基本元素了
ufojoan
·
2020-07-08 11:26
前端
leetcode题解3-Longest Substring Without Repeating Characters
题目:Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.
Examples
:Given"abcabcbb"
沙丁鱼鱼鱼
·
2020-07-08 11:24
Leetcode题解
动态规划
adversarial training在NLP中的应用
监督学习imageclassification(explainingandharnessingadversarial
examples
,2014)分词:AdversarialMulti-CriteriaLe
小妖精Fsky
·
2020-07-08 11:49
PaperNotes
详细解析如何运行hadoop自带例子
本文针对的hadoop版本,是2.6.5版本,自带的例子包名为:hadoop-mapreduce-
examples
-2.6.5.jar;位于/share/hadoop/mapreduce目录下。
土豆钊
·
2020-07-08 10:59
大数据
hadoop源码
Python numpy.transpose 详解
正文Numpy文档numpy.transpose中做了些解释,transpose作用是改变序列,下面是一些文档
Examples
:代码1:x=np.arange(4).reshape((2,2))输出1:
November丶Chopin
·
2020-07-08 10:41
Python
python
numpy
OpenCV3.0
Examples
学习笔记(15)-lsd_lines.cpp-LSD直线检测
这个系列的目的是通过对OpenCV示例,进一步了解OpenCV函数的使用,不涉及具体原理。目录简介Example运行截图Example分析Example代码简介本文记录了对OpenCV示例lsd_lines.cpp的分析。资料地址:http://docs.opencv.org/3.0.0/d8/dd4/lsd_lines_8cpp-example.html这个示例主要演示了如何使用OpenCV对图
我不是校长
·
2020-07-08 10:42
OpenCV3.0
Examples学习笔记
OpenCV3.0示例学习笔记
qt vlc使用测试
官网地址:https://vlc-qt.tano.si/Github地址:https://github.com/vlc-qt示例地址:https://github.com/vlc-qt/
examples
决战小树林
·
2020-07-08 10:31
qt第三方库使用
caffe学习笔记:mnist数据集的训练和测试
/
examples
/mnist/create_mnist.sh##创建lmdb或者而是levedb文件运行上面的2个指令后,在./
examples
/mnist文件夹下会多出两个
冬竹子
·
2020-07-08 09:17
caffe学习笔记
GTK+
examples
1.简介GTK(GIMPToolkit)起源於开发用来做为GIMP(GeneralImageManipulationProgram)的一套工具.GTK建立在GDK(GIMPDrawingKit)的上层,基本上是将Xlib功能包装起来.它被称为GIMPtoolkit是因为原来是写来开发GIMP,但现在被许多免费软体计划所使用.原作者为
[email protected]
若有所思HS
·
2020-07-08 09:46
tool
jQuery插件实现“点击获取验证码后60秒内禁止重新获取(防刷新)”
jQuery插件实现“点击获取验证码后60秒内禁止重新获取(防刷新)”效果图先到官网(http://plugins.jquery.com/)下载jquery.cookie.js插件,放到相应文件夹,代码如下:
Examples
Happybrother169
·
2020-07-08 09:12
jQuery
echarts坐标轴名称文字颜色混搭
以echarts某个官方实例为参考,实例地址:https://echarts.baidu.com/
examples
/editor.html?c=line-simple。
nao儿
·
2020-07-08 09:16
echarts
New Concept English three(18)
m56wordsModernsculpturerarelysurprisesusanymore.Theideathatmodernartcanonlybeseeninmuseumsismistaken.Evenpeoplewhotakenointerestinartcannothavefailedtonotice
examples
ofmodernsculptureondispla
Berry_Huang
·
2020-07-08 08:57
multiple Lua VMs detected
StackOverflow上的问题专业解答:Don'tlinkyourCmodulewithliblua.awhenyoucreatea.sofromit.For
examples
,seemypageofLualibraries
明潮
·
2020-07-08 08:56
lua
go项目源码分析与使用--协程池pool
1.项目介绍地址:https://github.com/gobwas/ws-
examples
/blob/master/src/gopool/pool.go只介绍一个代码文件,它简洁优雅的实现了一个goroutine
米兰的小铁匠1943
·
2020-07-08 08:44
golang
Python学习笔记——游戏开发pygame入门
可以使用谷歌翻译)安装pygame(使用python3命令安装报错,可以尝试使用python命令)python-mpipinstall-Upygame--user测试安装是否成功python-mpygame.
examples
.aliens
谁该妥协
·
2020-07-08 08:01
#
pygame
esp-idf 之事件循环(Event Loop)例程详解
本文是将DefaultEventLoop:esp-idf/
examples
/system/esp_event/default_event_loopatrelease/v3.3·espressif/esp-idf
SimonLiu009
·
2020-07-08 07:36
ESP32
esp-idf
事件循环
event
loop
jQuery弹出层插件大全
1.thickbox目前用的比较多的,最新版本是thickbox3.1下载地址:http://jquery.com/demo/thickbox/#
examples
2.colorBox官方网站:http:
tianhandigeng1498
·
2020-07-08 07:16
js
PhantomJS 服务端渲染网页,记录各个请求信息
PhantomJS1.6.ThisinstructionassumesthatPhantomJSisbuiltanditsexecutableisplacesomewhereinthePATH.Allofthe
examples
givenhereareava
sunvince
·
2020-07-08 06:01
javascript
树莓派Raspberry Pi 4B BCM2835库 I2C
资料:路径:bcm2835-1.64/
examples
/i2c环境:树莓派RaspberryPi4B+QT5目标:控制I2C总线与STM32F103通讯,树莓派4bI2C自带上拉电阻,发送与接收数据一样
sudaroot
·
2020-07-08 06:46
树莓派4B
树莓派Raspberry Pi 4B wiringPi库按键输入
/WiringPi/
examples
/Gertboard/buttons.c环境:树莓派RaspberryPi4B+QT5目标:读取GPIO7的按键电平变化。
sudaroot
·
2020-07-08 06:45
树莓派4B
ESP32 SimpleWiFiServer
源码路径:C:\ProgramFiles(x86)\Arduino\hardware\espressif\esp32\libraries\WiFi\
examples
\SimpleWiFiServer#includestaticchar
sudaroot
·
2020-07-08 06:15
ESP32
HDFS benchmark 基准测试
server01~]$ls/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hadoop-0.20-mapreduce/hadoop*|egrep"
examples
sparkjvm
·
2020-07-08 06:02
Cloudera
性能
测试
cloudera
hadoop
deeplearning.ai - 优化算法 (Optimization Algorithms)
改善深层神经网络:超参数调试、正则化以及优化吴恩达AndrewNgMini-batch梯度下降法把巨大的数据集分成一个一个的小部分5000000
examples
,1000×5000,X{1}...X{5000
纫秋兰以为佩
·
2020-07-08 05:30
Deeplearning.ai
机器学习
论文阅读笔记2——Evading Defenses to Transferable Adversarial
Examples
by Translation-Invariant Attacks
论文标题:EvadingDefensestoTransferableAdversarial
Examples
byTranslation-InvariantAttacks论文链接:https://arxiv.org
一只Cactus
·
2020-07-08 05:29
论文阅读笔记
leetcode算法题之 3. Longest Substring Without Repeating Characters
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.
Examples
:Given"abcabcbb",theansweris"abc
simplelovecs
·
2020-07-08 05:49
算法
leetcode
Tensorflow实现最邻近算法(nearest neighbor)
importnumpyasnpimporttensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_data#加载数据one_hotencoding
ryanzzz
·
2020-07-08 05:23
mysql8基础 alter database...charset 修改数据库的字符集和排序规则
examples
tu@Ubuntu:~$mysql-uroot-pEnterpassword:
师万物
·
2020-07-08 05:48
MySQL基础
mysql8基础 drop database if exists... 若数据库存在则删除
examples
tu@Ubuntu:~$mysql-uroot-pEnterpassword:
师万物
·
2020-07-08 05:48
MySQL基础
mysql
TensorFlow学习日记13
absolute_importimporttensorflowastfimportnumpyasnpimportmatplotlib.pyplotasplt#ImportMNISTdatafromtensorflow.
examples
.tutorials.mnistimport
1000sprites
·
2020-07-08 05:30
深度学习
ae
vae
gan
dcgan
tensorflow
[LintCode][System Design] Shape Factory
ProblemMoreLeetCodeDiscussionsFactoryisdesignpatternincommonusage.ImplementaShapeFactorythatcangeneratecorrectshape.
ExampleS
hapeFactorysf
楷书
·
2020-07-08 04:40
matlab 图像工具箱 Identifying Round Objects
http://www.mathworks.cn/cn/help/images/
examples
/identifying-round-objects.htmlIdentifyingRoundObjects
settingsun1225
·
2020-07-08 04:45
Computer
Vision
matlab
Image_toolbox
大数据之Linux(下):CentOS6常用命令大全、Linux软件包管理、RPM、YUM命令、修改网络Yum源、大数据Linux常用命令
7.1.1man获得帮助信息基本语法man[命令或配置文件](功能描述:获得帮助信息)2.显示说明表1-6信息功能NAME命令的名称和单行描述SYNOPSIS怎样使用命令DESCRIPTION命令功能的深入讨论
EXAMPLES
Doug Lea Mr concuren
·
2020-07-08 02:41
Hadoop生态体系
Pytorch学习_线性回归的简洁实现
num_inputs=2num_
examples
=1000true_w=[2,-3.4]true_b=4.2features=torch.tensor(np.random.normal(0,1,(n
小黑鸟000
·
2020-07-08 02:59
Pytorch学习
插值方法小结
scipy.interpolate.interp2d.htmlinterp2d官网2.https://geostat-framework.readthedocs.io/projects/pykrige/en/stable/
examples
但扬彬
·
2020-07-08 02:38
论文理解——Audio Adversarial
Examples
:Targeted Attacks on Speech-to-Text
0-Abstract本文构建了有关语音识别的定向语音对抗样本,给定任意音频波形,可以产生99.9%相似的另一个音频波形,且可以转录为所选择的任何短语。作者将基于白盒迭代优化攻击应用于DeepSpeech模型(端到端语音识别),实验显示,它具有100%的成功率。1-Introduction1.1Existingwork当前对对抗样本的研究大多基于图像空间,包括图像分类、图像生成模型、图像分割、面部检
Arielwyy
·
2020-07-08 02:02
论文学习
threeJs模块化开发解决方案 improt-three-
examples
threeJs模块化开发解决方案improt-three-
examples
threejsimprot-three-
examples
模块化解决方案最近three的老项目要迁移到已有的vue后台中,但发现threeJs
qq_42250901
·
2020-07-08 02:05
Threejs
springboot 的项目 pom.xml 依赖
springboot的项目pom.xml依赖4.0.0org.springframework.bootspring-boot-starter-parent2.2.0.BUILD-SNAPSHOTcom.
examples
chools0.0.1
你若不离不弃,我必生死相依
·
2020-07-08 02:57
idea
java
spring
springboot整和activeMq
http://activemq.apache.org/2、下载解压得到如下目录结构3、目录说明:bin存放的是脚本文件conf存放的是基本配置文件data存放的是日志文件docs存放的是说明文档
examples
洛阳城里无落阳
·
2020-07-08 01:52
springboot
记第一次跑神经网络程序--在mac下的MNIST手写体识别
blog.csdn.net/lusing/article/details/79965160为教程完整程序importtensorflowastfimportnumpyasnpfromtensorflow.
examples
.tutorials.mnisti
caoxionggang
·
2020-07-08 01:20
大数据第十四周——Spark编程(RDD编程)
直接输入以下命令,~/spark-2.4.5/bin/spark-submit--classorg.apache.spark.
examples
.SparkPi--masteryarn-cluster~/
蔡军帅
·
2020-07-08 01:07
unity + Kinect 获取原始深度图像。
项目环境为win8+unity2018.2.12+Kinectv2
Examples
withMS-SDK2.16.2.unitypackage。
弥彦已死
·
2020-07-08 00:56
【微信小程序】https://api.douban.com 不在以下 request 合法域名列表中
学习微信小程序的时候,我参考了demo:https://github.com/oopsguy/wechat-app-
examples
/tree/master/DouBanBookApp,并在运行的时候,
热爱代码的葫芦娃
·
2020-07-08 00:10
小程序
tensorflowMNIST数据集分类简单版本
importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_data#载入数据集mnist=input_data.read_data_sets
闭眼神
·
2020-07-08 00:23
tensorflow
[advGAN]Generating Adversarial
Examples
With Adversarial Networks
这周读论文。。读的是这篇反正。这个内容比较新,网上也没啥有特别有价值的参考内容,把学习笔记发上来,希望能有一点点帮助嗯似乎是提出了用GAN以解决神经网络安全性的问题。。。白盒攻击攻击者能够获知机器学习所使用的算法,以及算法所使用的参数。攻击者在产生对抗性攻击数据的过程中能够与机器学习的系统有所交互。黑盒攻击攻击者并不知道机器学习所使用的算法和参数,但攻击者仍能与机器学习的系统有所交互.比如可以通过
机器学习之王临近亲
·
2020-07-07 23:02
人工智能
论文阅读:Generating Fluent Adversarial
Examples
for Natural Languages
论文简介:nlp领域的对抗攻击存在两个问题:1.因为句子空间是离散的,在梯度下降方向很难添加扰动;2.生成的对抗样本句子流畅性不能保证;这篇文章提出MHA,利用Metropolis-Hastingssampling能一定程度解决上面问题;实验数据集:IMDB,SNLI;做对比的文章是【1】Alzantotetal.的geneticattackmodel,但是作者提出这篇文章生成的句子不够通顺流利(
咕噜咕噜day
·
2020-07-07 23:00
nlg文献
elasticsearch painless脚本
#_search_and_aggregation_scriptshttps://www.elastic.co/guide/en/elasticsearch/painless/6.5/painless-
examples
心里的疯狮子
·
2020-07-07 22:48
elasticsearch
FGSM(Fast Gradient Sign Method)_学习笔记+代码实现
FGSM(FastGradientSignMethod)算法特点:白盒攻击、论文原文:ExplainingandHarnessingAdversarial
Examples
正文大牛们在2014年提出了神经网络可以很容易被轻微的扰动的样本所欺骗之后
Erpim
·
2020-07-07 22:23
人工智能
对抗样本
上一页
115
116
117
118
119
120
121
122
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他