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
tutorials
自适应编码机及多层感知机
zhibianmajiheduochengganzhijiimportnumpyasnpimportsklearn.preprocessingasprepimporttensorflowastffromtensorflow.examples.
tutorials
.mnistimportinput_datadefxavier_init
qiqzhang
·
2020-08-07 16:18
tensorflow
使用EF6和MVC5实现一个简单的选课系统--使用EF6实现继承(11/12)
TheContosoUniversitysamplewebapplicationdemonstrateshowtocreateASP.NETMVC5applicationsusingtheEntityFramework6CodeFirstandVisualStudio2013.Forinformationaboutthe
tutorials
eries
guojunen
·
2020-08-07 13:53
使用EF6和MVC5实现一个简单的选课系统--EF6的高级用法(12/12)
TheContosoUniversitysamplewebapplicationdemonstrateshowtocreateASP.NETMVC5applicationsusingtheEntityFramework6CodeFirstandVisualStudio2013.Forinformationaboutthe
tutorials
eries
guojunen
·
2020-08-07 13:53
使用EF6和MVC5实现一个简单的选课系统--创建一个比较复杂的数据模型(6/12)
TheContosoUniversitysamplewebapplicationdemonstrateshowtocreateASP.NETMVC5applicationsusingtheEntityFramework6CodeFirstandVisualStudio2013.Forinformationaboutthe
tutorials
eries
guojunen
·
2020-08-07 13:20
关于flash.text.TextField的htmlText属性值得一提的几点
参考http://bavotasan.com/
tutorials
/making-line-break-tags-work-with-htmltext-in-actionscript-3/同样的,在指定backgroundColor
崔旭旭
·
2020-08-07 13:27
ActionScript3.0
React Native
Acuratedlistofawesomearticles,
tutorials
andresourcesdealingwithReactNative.Inspiredbyawesome-go,whichwasinturninspiredbyawesome-python.Manythankstoeveryoneonthecontributorlist
扬帆起航友创
·
2020-08-07 12:05
android新技术
基于LAMP+wordpress搭建网站
原文链接https://www.digitalocean.com/community/
tutorials
/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu
Fshift
·
2020-08-07 11:21
使用webpack和babel搭建react开发环境
译文,原文来自https://scotch.io/
tutorials
/s...写在前面,使用webpack已经蛮长一段时间,但是在新项目开始之际,都是东拼西凑其他项目的配置来使用,如果要自己从零开始写一个完整项目的
weixin_33981932
·
2020-08-07 10:35
rpm包及作用
rpmID=42602grubby-8.28-23.el7.x86_64http://www.
tutorials
point.com/u
useradd_a
·
2020-08-07 09:00
linux
Spring MVC-集成(Integration)-生成XML示例(转载实践)
以下内容翻译自:https://www.
tutorials
point.com/springmvc/springmvc_xml.htm说明:示例基于SpringMVC4.1.6。
weixin_34268310
·
2020-08-06 13:23
java
测试
开发工具
Git rebase and merge
https://www.atlassian.com/git/
tutorials
/merging-vs-rebasingThemajorbenefitofrebasingisthatyougetamuchcleanerprojecthistory.First
weixin_30398227
·
2020-08-06 13:27
TensorFlow Estimator学习笔记(二)Estimator自定义模型-使用卷积神经网络解决 MNIST 问题
导入需要用到的包importtensorflowastfimportnumpyasnpfromtensorflow.examples.
tutorials
.mnistimportinput_data将TensorFlow
Invictus_Y
·
2020-08-06 12:53
TensorFlow
Estimator学习笔记
Pytorch : neural network
本文是pytorch官方的一篇教程,加入其它学习过程中的一些东西,持续更新:https://pytorch.org/
tutorials
/beginner/blitz/neural_networks_tutorial.html
一叶呼呼
·
2020-08-06 12:35
机器学习
[TensorFlow-Tutorial] ==> 使用Estimator构建CNN卷积神经网络+L2正则化实现+Early_Stopping实现
CNNwithEstimator官网教程:https://tensorflow.google.cn/
tutorials
/estimators/cnn自定义Estimator指南:https://www.tensorflow.org
ASR_THU
·
2020-08-06 12:10
tensorflow
PyTorch Distributed
Tutorials
(1) Overview
文章目录0.前言1.概述2.数据并行3.RPC训练方式0.前言官方链接本文相当于一个目录,总结了分布式相关的
tutorials
有哪些。主要就是介绍torch.distributed包相关内容。
清欢守护者
·
2020-08-06 11:40
Python
PyTorch Distributed
Tutorials
(3) Getting Started with Distributed Data Parallel
文章目录0.前言1.建议在看这个文当前,先看看下面三个文档1.1.PyTorchDistributedOverview1.2.DistributedDataParallelAPIdocuments1.3.DistributedDataParallelnotes2.DataParallel和DistributdDataParalle对比3.基本使用4.其他4.1.处理速度差异4.2.保存与加载模型4
清欢守护者
·
2020-08-06 11:35
PyTorch
PyTorch Distributed
Tutorials
(4) Writing Distributed Applications with PyTorch
文章目录0.前言1.Setup2.点对点通信3.CollectiveCommunication4.分布式训练5.进阶内容5.1.通信后端5.2.初始化方法0.前言官方链接中文翻译本文目标:过一遍pytorch中的distributed相关API1.Setuptorch.distributed与torch.multiprocessing两者应该都提供了方法,可以令任意两个进程之间进行通信。前者支持不
清欢守护者
·
2020-08-06 11:35
PyTorch
PyTorch Distributed
Tutorials
(2) Single-Machine Model Parallel Best Practice
文章目录0.前言1.实现模型并行最直接的方式2.已有模型实现模型并行3.通过Pipelining加速0.前言官方教程目标:模型并行的单机多卡教程。数据并行与模型并行的区别数据并行:每个GPU上都有完整的模型,但将输入数据分为若干份,每个GPU处理不同的输入数据。模型并行:每个GPU上都是模型的一部分,但都处理所有数据。1.实现模型并行最直接的方式与实现单GPU的模型非常类似,backward与to
清欢守护者
·
2020-08-06 11:04
PyTorch
PyTorch Distributed
Tutorials
(5) Getting Started with Distributed RPC Framework
文章目录0.前言1.DistributedReinforcementLearningusingRPCandRRef2.DistributedRNNusingDistributedAutogradandDistributedOptimizer0.前言官方教程,中文翻译目标:给出两个实例,介绍如果通过torch.distributed.rpc来实现分布式训练。DistributedDataParall
清欢守护者
·
2020-08-06 11:04
PyTorch
PyTorch Distributed
Tutorials
(6) PyTorch 1.0 Distributed Trainer with Amazon AWS
文章目录0.前言1.AWS配置2.环境配置3.分布式训练代码3.1.imports&helperfunction3.2.训练代码3.3.验证代码3.4.设置输入数据相关参数3.5.初始化processgroup3.6.模型初始化3.7.初始化dataloaders3.8.训练loop代码4.开始分布式训练0.前言官方链接目标:在两台AWS上运行分布式训练代码。1.AWS配置新建实例。重点设置安全组
清欢守护者
·
2020-08-06 11:04
PyTorch
从零开始学_JavaScript_系列(14)——dojo(7)(饼图,BorderContainer,hashchange,弹窗)...
只需要修改数据即可)①首先,加载dojo文件和样式文件:(关于style.css,需要根据自己找到的路径修改,或者使用我从官网上找到的链接:https://dojotoolkit.org/documentation/
tutorials
weixin_33919941
·
2020-08-05 20:52
HT for Web基于HTML5的图像操作(三)
globalCompositeOperation属性达到了染色效果,其实CSS也提供了一些常规图像变化的设置参数,关于CSS的过滤器Filter设置可参考http://www.html5rocks.com/en/
tutorials
图扑软件
·
2020-08-05 20:33
告警
网管
电信
拓扑
HTML5
Spring HTTP Streaming
参考:https://www.jianshu.com/p/ecc6f5168aef参考:https://www.logicbig.com/
tutorials
/spring-framework/spring-web-mvc
kzcming
·
2020-08-05 16:17
springmvc
http
springmvc
4 gltf:scenes 和Nodes(场景和节点)
总目录>>threejs入门进阶到实战(目前已更新入门篇、基础篇和进阶篇)4scenes和Nodes(场景和节点)原文:https://github.com/KhronosGroup/glTF-
Tutorials
小新快跑123
·
2020-08-05 15:33
gltf
threejs
2 glTF的基础结构
总目录>>threejs入门进阶到实战(目前已更新入门篇、基础篇和进阶篇)2glTF的基础结构原文参考:https://github.com/KhronosGroup/glTF-
Tutorials
/blob
小新快跑123
·
2020-08-05 15:32
gltf
threejs
GLTF格式学习:glTF介绍( 基于WebGL
总目录>>threejs入门进阶到实战(目前已更新入门篇、基础篇和进阶篇)原文:https://github.com/KhronosGroup/glTF-
Tutorials
/blob/master/gltfTutorial
小新快跑123
·
2020-08-05 15:32
threejs
gltf
Tensorflow数据并行多GPU训练
一.数据处理将数据写成TFRecord二进制文件格式(参考https://s0www0tensorflow0org.icopy.site/
tutorials
/load_data/tfrecord)。
-牧野-
·
2020-08-05 13:44
tensorflow
Tensorflow多GPU
数据并行
HomePage of About RF Wireless World
TableofContentsRFWirelessArticles5GNRSectionWirelessTechnology
tutorials
RFTechnologyStuffTestandMeasurementSectionFiberOpticTechnologyRFWirelessVendors
rtoax
·
2020-08-05 12:11
通信技术
VC++实现在系统托盘来新消息闪烁,鼠标悬停显示窗口
转载:http://www.codeguru.com/cpp/com-tech/activex/
tutorials
/article.php/c8115/How-to-Implement-a-Mouse-HoverLeave-Message-on-the-System-Tray.htm
JhonXie
·
2020-08-05 12:26
powershell入门教程-v0.3版
www.itsvse.com/thread-3650-1-1.html参考http://www.cnblogs.com/piapia/https://www.pstips.net/powershell-online-
tutorials
http
weixin_34075268
·
2020-08-05 11:20
OpenCV-Python学习之路-11:Canny Edge Detection (Canny边缘检测)
非极大值抑制4.双阈值检测OpenCV中的Canny边缘检测参考依据OpenCV官方文档:https://opencv-python-tutroals.readthedocs.io/en/latest/py_
tutorials
我是大黄同学呀
·
2020-08-05 10:06
玩玩OpenCV
opencv
算法
python
计算机视觉
OpenCV-Python学习之路-10:Image Gradients(图像梯度)
文章目录参考依据目标图像梯度1.Sobel和Scharr求导2.Laplacian求导参考依据官方文档:https://opencv-python-tutroals.readthedocs.io/en/latest/py_
tutorials
我是大黄同学呀
·
2020-08-05 10:05
玩玩OpenCV
opencv
python
计算机视觉
pytorch 学习笔记4 —— GPU加速
在GPU上训练来源:https://pytorch.org/
tutorials
/beginner/blitz/cifar10_tutorial.html#training-an-image-classifier
布丁的自我修养
·
2020-08-05 10:48
pytorch
tensorflow回归问题之燃油效率预测
源码地址https://github.com/tensorflow/docs/blob/master/site/en/
tutorials
/keras/basic_regression.ipynb什么是回归问题在回归问题中
泛酸桂花酒
·
2020-08-05 04:59
vsftpd_virtual_users_setup
转帖http://alien2thisworld.net/sitePages/
tutorials
/vsftpd_virtual_users_setup.htmlhttp://www.linuxhomenetworking.com
chonglianguang7366
·
2020-08-05 04:16
ros官方教程中创建一个msg报错The manifest (with format version 2) must not contain the following tags: run_depen
里添加了以下两行代码后,message_generationmessage_runtime发现报错:Error(s)in/home/leonsun/dev/catkin_ws/src/chapter2_
tutorials
cppmylove
·
2020-08-05 03:56
ROS
XZ_iOS之正则表达式和简单的图文混排
正则表达式有关正则表达式的参考文档链接http://deerchao.net/
tutorials
/regex/regex.htm正则表达式不是OC特有的,几乎所有的语言/IDE,都支持正则表达式iOS中的使用最大用处
Understand_XZ
·
2020-08-05 02:15
iOS
Visual Studio 2019 无法安装——web安装运行visual studio installer闪退,无法正常启动
rr=https%3A%2F%2Fwww.
tutorials
p
落叶逸
·
2020-08-05 02:36
vs无法安装
vs无法启动
vs2019
JDBC-Interview Questions翻译
原文:https://www.
tutorials
point.com/jdbc/jdbc_interview_questions.htm因为工作中需要要分享Sharding-jdbc,希望从两个点进行分享
ZeroWM
·
2020-08-05 02:19
Java基础
Spring Boot快速入门之(三):自启(Bootstrapping)
【注】本文译自:https://www.
tutorials
point.com/spring_boot/spring_boot_bootstrapping.htm本文讲解SpringBoot应用如何执行自启
信码由缰
·
2020-08-05 02:45
java
spring
分享一个HTML5画布实现的超酷文字弹跳球效果
日期:2012/03/05来源:GBin1.com在线演示本地下载今天我们分享一个来自于html5canvas
tutorials
的超酷弹跳球效果,这里我们使用纯HTML5的画布来实现动画及其图形。
thegeek
·
2020-08-05 00:11
html
html5
【笔记】ubuntu分区调整
howto/increase_the_size_of_an_lvm_logical_volume.htmlhttps://linux.die.net/man/8/lvresizehttps://www.sys
tutorials
.com
DAVIED9
·
2020-08-05 00:43
笔记
Linux
django表格_Django表格
django表格Inthistutorial,we’llbediscussingFormsinourDjangoProject.Intheprevious
tutorials
,wehaddiscussedDjangoTemplatesandDjangoModels.Today
cunchi4221
·
2020-08-05 00:07
编程学习教程推荐
Tutorials
LibraryCategoriesJAVATECHNOLOGIESLearnApacheAntLearnApacheCommonCollectionLearnApacheCommonIOLearnApachePOI
boonya
·
2020-08-05 00:17
快手指南
MoveIt!之ROS1Melodic版本发布(MoveItCpp教程)
官方文档:https://ros-planning.github.io/moveit_
tutorials
/doc/getting_started/getting_started.html教程版本:专业级这是正在积极开发的最新版本
zhangrelay
·
2020-08-04 23:55
ubuntu下解决“无法获得锁 ”的方法
sudoapt-getinstallros-kinetic-ros-
tutorials
E:无法获得锁/var/lib/dpkg/lock-front
cppmylove
·
2020-08-04 23:32
Linux
Tensorflow学习:Tensorboard可视化-卷积神经网络CNN应用于手写数字识别(MNIST数据集分类)
Tensorflow学习:Tensorboard可视化-卷积神经网络CNN应用于手写数字识别(MNIST数据集分类)importtensorflowastffromtensorflow.examples.
tutorials
.mnistimportinput_data
空城不空99
·
2020-08-04 22:16
Tensorflow学习
卷积
tensorflow
深度学习
神经网络
ApacheCN 数据科学译文集 2020.8
——《原则》,生活原则2.3.c在线阅读ApacheCN面试求职交流群724187166ApacheCN学习资源目录
Tutorials
PointNumPy教程NumPy秘籍中文第二版零、前言一、使用IPython
布客飞龙
·
2020-08-04 21:03
Matplotlib
ROSubuntu实战:理解节点NODE
rosnodeinfo/节点名:节点的信息rosrun包名节点名:直接运行具体节点rosnodeping节点名:查看节点是否正在运行1.先决条件$sudoapt-getinstallros--ros-
tutorials
2
0535hm
·
2020-08-04 21:17
Tensorflow学习:卷积神经网络CNN应用于手写数字识别(MNIST数据集分类)
Tensorflow学习:卷积神经网络CNN应用于手写数字识别(MNIST数据集分类)importtensorflowastffromtensorflow.examples.
tutorials
.mnistimportinput_data
空城不空99
·
2020-08-04 21:58
Tensorflow学习
卷积
tensorflow
深度学习
神经网络
上一页
55
56
57
58
59
60
61
62
下一页
按字母分类:
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
其他