英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 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       







请输入英文单字,中文词皆可:

blab    
vi.
vt. 泄漏,胡扯

泄漏,胡扯

blab
v 1: divulge confidential information or secrets; "Be careful--
his secretary talks" [synonym: {spill the beans}, {let the cat
out of the bag}, {talk}, {tattle}, {blab}, {peach},
{babble}, {sing}, {babble out}, {blab out}] [ant: {keep
one's mouth shut}, {keep quiet}, {shut one's mouth}]
2: speak (about unimportant matters) rapidly and incessantly
[synonym: {chatter}, {piffle}, {palaver}, {prate}, {tittle-
tattle}, {twaddle}, {clack}, {maunder}, {prattle}, {blab},
{gibber}, {tattle}, {blabber}, {gabble}]

Blab \Blab\, v. i.
To talk thoughtlessly or without discretion; to tattle; to
tell tales.
[1913 Webster]

She must burst or blab. --Dryden.
[1913 Webster]


Blab \Blab\, n. [OE. blabbe.]
One who blabs; a babbler; a telltale. "Avoided as a blab."
--Milton.
[1913 Webster]

For who will open himself to a blab or a babbler.
--Bacon.
[1913 Webster]


Blab \Blab\ (bl[a^]b), v. t. [imp. & p. p. {Blabbed} (bl[a^]bd);
p. pr. & vb. n. {Blabbing}.] [Cf. OE. blaberen, or Dan.
blabbre, G. plappern, Gael. blabaran a stammerer; prob. of
imitative origin. Cf. also {Blubber}, v.]
To utter or tell unnecessarily, or in a thoughtless manner;
to publish (secrets or trifles) without reserve or
discretion; -- sometimes used with out. --Udall.
[1913 Webster]

And yonder a vile physician blabbing
The case of his patient. --Tennyson.
[1913 Webster]

142 Moby Thesaurus words for "blab":
agreeable rattle, babble, babblement, babbler, bavardage,
be indiscreet, be unguarded, bear witness against, betray,
betray a confidence, betrayer, bibble-babble, big talker, blabber,
blabberer, blabbermouth, blah-blah, blather, blatherer, blether,
blethers, blow the whistle, blurt, blurt out, broadcast, cackle,
caquet, caqueterie, chat, chatter, chatterbox, chatterer,
chitter-chatter, clack, clatter, delator, disclose, dither,
divulge, expose, fink, gab, gabber, gabble, gabbler, gas, gasbag,
gibber, gibble-gabble, gibble-gabbler, give away, go on, gossip,
great talker, guff, gush, haver, hot air, hot-air artist,
idle chatterer, idle talk, inform, inform against, inform on,
informer, jabber, jabberer, jaw, jay, leak, let drop, let fall,
let slip, magpie, mere talk, moulin a paroles, narc, natter,
noise about, nonsense talk, palaver, patter, patterer, peach,
peacher, pour forth, prate, prater, prating, prattle, prattler,
prittle-prattle, ramble on, rat, rattle, rattle on, reel off,
reveal, reveal a secret, rumor, run on, sell out, sing, snitch,
snitch on, snitcher, spill, spill the beans, spout, spout off, spy,
squeal, squealer, stool, stool pigeon, stoolie, talebearer, talk,
talk away, talk nonsense, talk on, talkee-talkee, tattle,
tattle on, tattler, tattletale, tell on, tell secrets, tell tales,
telltale, testify against, tittle-tattle, turn informer, twaddle,
twattle, waffle, whistle-blower, windbag, windjammer, word-slinger,
yak, yakkety-yak


请选择你想看的字典辞典:
单词字典翻译
blab查看 blab 在百度字典中的解释百度英翻中〔查看〕
blab查看 blab 在Google字典中的解释Google英翻中〔查看〕
blab查看 blab 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What is the fundamental difference between CNN and RNN?
    A CNN will learn to recognize patterns across space while RNN is useful for solving temporal data problems CNNs have become the go-to method for solving any image data challenge while RNN is used for ideal for text and speech analysis
  • machine learning - What is a fully convolution network? - Artificial . . .
    Fully convolution networks A fully convolution network (FCN) is a neural network that only performs convolution (and subsampling or upsampling) operations Equivalently, an FCN is a CNN without fully connected layers Convolution neural networks The typical convolution neural network (CNN) is not fully convolutional because it often contains fully connected layers too (which do not perform the
  • Extract features with CNN and pass as sequence to RNN
    But if you have separate CNN to extract features, you can extract features for last 5 frames and then pass these features to RNN And then you do CNN part for 6th frame and you pass the features from 2,3,4,5,6 frames to RNN which is better The task I want to do is autonomous driving using sequences of images
  • What is the difference between CNN-LSTM and RNN?
    Why would "CNN-LSTM" be another name for RNN, when it doesn't even have RNN in it? Can you clarify this? What is your knowledge of RNNs and CNNs? Do you know what an LSTM is?
  • convolutional neural networks - When to use Multi-class CNN vs. one . . .
    0 I'm building an object detection model with convolutional neural networks (CNN) and I started to wonder when should one use either multi-class CNN or a single-class CNN
  • machine learning - What is the concept of channels in CNNs . . .
    The concept of CNN itself is that you want to learn features from the spatial domain of the image which is XY dimension So, you cannot change dimensions like you mentioned
  • neural networks - Are fully connected layers necessary in a CNN . . .
    A convolutional neural network (CNN) that does not have fully connected layers is called a fully convolutional network (FCN) See this answer for more info An example of an FCN is the u-net, which does not use any fully connected layers, but only convolution, downsampling (i e pooling), upsampling (deconvolution), and copy and crop operations
  • In a CNN, does each new filter have different weights for each input . . .
    Typically for a CNN architecture, in a single filter as described by your number_of_filters parameter, there is one 2D kernel per input channel There are input_channels * number_of_filters sets of weights, each of which describe a convolution kernel So the diagrams showing one set of weights per input channel for each filter are correct
  • How to use CNN for making predictions on non-image data?
    You can use CNN on any data, but it's recommended to use CNN only on data that have spatial features (It might still work on data that doesn't have spatial features, see DuttaA's comment below) For example, in the image, the connection between pixels in some area gives you another feature (e g edge) instead of a feature from one pixel (e g color) So, as long as you can shaping your data





中文字典-英文字典  2005-2009