首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏碲矿

    十年架构一梦醒,微信消息系统现在长这样

    微信当前采用了多层架构(N-layer Architecture),主要包括接入层(Access Layer)、逻辑层(Logic Layer)和存储层(Storage Layer)。

    1.3K10编辑于 2025-04-18
  • 来自专栏Michael阿明学习之路

    LeetCode LCP 29. 乐团站位(数学 等差数列)

    // 外部完全圈的格子总数:layer*4(n-1+n-2(layer-1)-1)/2 // = 2*layer*(2n-1-2layer+2-1) = 4*layer(n-layer

    46030发布于 2021-09-06
  • 来自专栏计算机视觉战队

    微软提出DeepNet:把Transformer提升到了1000层,目标检测领域新的希望(附源代码)

    (右)Parameters of DEEPNORM for different architectures (N-layer encoder, M-layer decoder).

    86840编辑于 2022-03-30
  • 来自专栏量子化学

    ONIOM计算(一):简介

    ONIOM(our Own N-layer Integrated molecular Orbital molecular Mechanics)方法是由已故量子化学家Keiji Morokuma等人提出的一种用于大体系计算的杂化方法

    3.2K30编辑于 2022-09-02
  • 来自专栏大内老A

    Enterprise Library深入解析与灵活应用(7):再谈PIAB与Unity之间的集成

    比如,在一个N-Layer的应用中,上层的对象通过UnityContainer创建下层对象,并且通过PIAB的方式将不同的Crosscutting Concern应用于相应的层次,我们不可能对每一个应用了

    956110发布于 2018-01-16
  • 来自专栏大内老A

    WCF版的PetShop之二:模块中的层次划分[提供源代码下载]

    this.DataAccess.Submit(order); 34: } 35: } 36: } PetShop采用典型的N层(N-Tier和N-Layer

    1.5K110发布于 2018-01-16
  • 来自专栏从流域到海域

    【中文】【吴恩达课后编程作业】Course 2 - 改善深层神经网络 - 第一周作业(1&2&3)

    parameters def predict(X, y, parameters): """ This function is used to predict the results of a n-layer test_Y def predict(X, y, parameters): """ This function is used to predict the results of a n-layer

    1.1K10发布于 2019-05-28
  • 来自专栏从流域到海域

    【中文】【吴恩达课后编程作业】Course 2 - 改善深层神经网络 - 第二周作业

    cost def predict(X, y, parameters): """ This function is used to predict the results of a n-layer

    1.1K20发布于 2019-05-28
领券