码迷,mamicode.com
首页 >  
搜索关键字:physically based    ( 2864个结果
依赖注入(Dependency Injection)----DI
Constructor-based Dependency Injection(基于构造器的依赖注入) public class UserServiceImpl implements UserService { private UserDao userDao; public void setUserD ...
分类:其他好文   时间:2021-01-12 10:40:58    阅读次数:0
论文阅读:Open Robotics Research Using Web-based Knowledge Services
标题:Open Robotics Research Using Web-based Knowledge Services 作者:Michael Beetz, Andrei Haidu 下载链接:https://ai.uni-bremen.de/papers/beetz16robohow.pdf 0. ...
分类:Web程序   时间:2021-01-06 12:25:15    阅读次数:0
Homework 5: Semantic Analyzer
Homework 5: Semantic Analyzer --ExperiencePurposeExperience with coding a semantic analyzer for the Pym language. The computation is based on aparse t ...
分类:其他好文   时间:2021-01-05 11:13:51    阅读次数:0
细粒度相关 - Learning to Zoom: a Saliency-Based Sampling Layer for Neural Networks - 1 - 论文学习
Learning to Zoom: a Saliency-Based Sampling Layer for Neural Networks Abstract 我们为卷积神经网络引入了一个基于显著性的扭曲(distortion)层,这有助于改善给定任务的输入数据的空间采样。我们的可微层可以作为预处理块 ...
分类:Web程序   时间:2021-01-04 11:35:00    阅读次数:0
Spring Boot 实战系列:01 Hello, World
概述 Overview 什么是Spring Boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". 这是来自S ...
分类:编程语言   时间:2021-01-04 10:29:55    阅读次数:0
在Firecracker上运行OSv
Firecracker Firecracker is a new light KVM-based hypervisor written in Rust and announced during last AWS re:Invent in 2018. But unlike QEMU, Firecrac ...
分类:其他好文   时间:2020-12-30 11:12:12    阅读次数:0
Notes: How to address an academic presentation
How to address an academic presentation This small piece of note is based on the EFES class of UoG and the video. The question lying here is not how g ...
分类:其他好文   时间:2020-12-30 10:25:37    阅读次数:0
Longformer:超越RoBERTa,为长文档而生的预训练模型
前言今天要与大家分享的是AllenAI今年发表的最新工作,Longformer——一种可高效处理长文本的升级版Transformer。作者团队提供了开源代码,大家可快速复现,直接用于自己的任务。传统Tranformer-based模型在处理长文本时有着天然的劣势。因为传统模型采用的是“全连接”型的attention机制,即每一个token都要与其他所有token进行交互。其attention复杂度
分类:其他好文   时间:2020-12-29 11:04:31    阅读次数:0
【日更计划028】数字IC基础题
上期答案 [055] Snoop based Coherence Protocol和Directory based Coherence Protocol之间有什么区别? Snoop based Coherence Protocol:来自处理器的数据请求将发送到共享系统一部分的所有其他处理器。 其他所 ...
分类:其他好文   时间:2020-12-18 13:20:23    阅读次数:5
spark-streaming与kafka的整合
1. 概述 在2.x中,spark有两个用来与kafka整合的代码,版本代号为0.8和0.10,由于在0.8,kafka有两套消费者api,根据高级api得到了Receiver-based Approach,根据低级api得到了Direct Approach,而在0.10由于kafka只有一套消费者 ...
分类:其他好文   时间:2020-12-16 11:50:30    阅读次数:4
2864条   上一页 1 2 3 4 5 6 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!