码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
开源深度学习架构Caffe
Caffe 全称为 Convolutional Architecture for Fast Feature Embedding,是一个被广泛使用的开源深度学习框架(在 TensorFlow 出现之前一直是深度学习领域 GitHub star 最多的项目),目前由伯克利视觉学中心(Berkeley V ...
分类:其他好文   时间:2018-06-12 16:28:13    阅读次数:177
Conductor
https://netflix.github.io/conductor/ High Level Architecture ...
分类:其他好文   时间:2018-06-11 21:59:17    阅读次数:120
架构,框架,模式,模块、组件、插件的含义和区别
架构,框架,模式,模块、组件、插件的含义和区别 术语 英文解释 中文解释 软件架构 architecture: Architecture is the art of planning, designing, and constructing buildings. 软件架构,也称为软件体系结构。简单地 ...
分类:其他好文   时间:2018-06-10 12:13:55    阅读次数:155
error C1189: #error : "No Target Architecture"
VS2013编译程序时出现错误:fatal error C1189: #error : "No Target Architecture"。解决方案如下
分类:其他好文   时间:2018-06-05 16:25:19    阅读次数:988
关于WinCC OA
简介 WinCC OA 的全称是:SIMATIC WinCC Open Architecture,是奥地利ETM公司(ETM professional control GmbH)开发的SCADA软件系统。SIMATIC WinCC Open Architecture(以前称为PVSS)是西门子工业自 ...
分类:Windows程序   时间:2018-06-02 19:40:51    阅读次数:904
ASP.Net MVC architecture
1. 配置route在app_start文件夹下面的RouteConfig.cs文件中配置. 2. Controller中的action的返回类型有: EmptyResult, ActionResult, ContentResult, HttpStatusCodeResult, JsonResult ...
分类:Web程序   时间:2018-05-31 19:11:39    阅读次数:215
IPMB接口协议总结
IPMB接口协议总结 IPMB,智能平台管理总线, 是ATCA(Advanced Telecom Computing Architecture)先进的电信计算平台的各FRU背板通讯的两组冗余I2C总线的总称。 IPMB,智能平台管理总线, 是ATCA(Advanced Telecom Computi ...
分类:其他好文   时间:2018-05-29 11:01:19    阅读次数:1034
pytbull 手册
- Official documentation for pytbull v2.1 - Table of content Description Architecture Remote mode Local mode Installation Standard installation (clien ...
分类:其他好文   时间:2018-05-27 15:16:52    阅读次数:710
Twitter如何在数千台服务器上快速部署代码?
答案是:用BT,也就是你我应该都很熟悉的BitTorrent。 对于网站经营者、创业者来说,扩展性的问题是在网站流量成长过程中势必会面对的问题,如何建立一个具有扩展性的架构(scalable architecture)便是在规划网站事业过程中不可或缺的专业知识。 如果服务本身的功能性符合用户需求,却 ...
分类:其他好文   时间:2018-05-26 17:56:04    阅读次数:160
Recurrent Neural Network(1):Architecture
Recurrent Neural Network是在单个神经元上,除了输入与输出外,添加了一条Recurrent回路。如下图左侧,将前一时刻神经元的输出状态s,作为下一时刻的一个输入值,加权并入输入U中。这一操作使得,某一时刻神经元的输出状态s,依赖于之前各个时刻的状态st-1,st-2,...,s ...
分类:Web程序   时间:2018-05-26 10:42:24    阅读次数:160
1570条   上一页 1 ... 32 33 34 35 36 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!