英文字典中文字典


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







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

weep    音标拼音: [w'ip]
n. 哭,哭泣,滴下
vi. 哭泣,流泪,哀悼,滴落
vt. 哭着使,悲叹,滴下

哭,哭泣,滴下哭泣,流泪,哀悼,滴落哭着使,悲叹,滴下

weep
v 1: shed tears because of sadness, rage, or pain; "She cried
bitterly when she heard the news of his death"; "The girl
in the wheelchair wept with frustration when she could not
get up the stairs" [synonym: {cry}, {weep}] [ant: {express
joy}, {express mirth}, {laugh}]

Weep \Weep\, n. (Zool.)
The lapwing; the wipe; -- so called from its cry.
[1913 Webster]


Weep \Weep\, v. t.
1. To lament; to bewail; to bemoan. "I weep bitterly the
dead." --A. S. Hardy.
[1913 Webster]

We wandering go
Through dreary wastes, and weep each other's woe.
--Pope.
[1913 Webster]

2. To shed, or pour forth, as tears; to shed drop by drop, as
if tears; as, to weep tears of joy.
[1913 Webster]

Tears, such as angels weep, burst forth. --Milton.
[1913 Webster]

Groves whose rich trees wept odorous gums and balm.
--Milton.
[1913 Webster]


Weep \Weep\, obs.
imp. of {Weep}, for wept. --Chaucer.
[1913 Webster]


Weep \Weep\, v. i. [imp. & p. p. {Wept} (w[e^]pt); p. pr. & vb.
n. {Weeping}.] [OE. wepen, AS. w[=e]pan, from w[=o]p
lamentation; akin to OFries. w?pa to lament, OS. w[=o]p
lamentation, OHG. wuof, Icel. [=o]p a shouting, crying, OS.
w[=o]pian to lament, OHG. wuoffan, wuoffen, Icel. [oe]pa,
Goth. w[=o]pjan. [root]129.]
[1913 Webster]
1. Formerly, to express sorrow, grief, or anguish, by outcry,
or by other manifest signs; in modern use, to show grief
or other passions by shedding tears; to shed tears; to
cry.
[1913 Webster]

And they all wept sore, and fell on Paul's neck.
--Acts xx. 37.
[1913 Webster]

Phocion was rarely seen to weep or to laugh.
--Mitford.
[1913 Webster]

And eyes that wake to weep. --Mrs. Hemans.
[1913 Webster]

And they wept together in silence. --Longfellow.
[1913 Webster]

2. To lament; to complain. "They weep unto me, saying, Give
us flesh, that we may eat." --Num. xi. 13.
[1913 Webster]

3. To flow in drops; to run in drops.
[1913 Webster]

The blood weeps from my heart. --Shak.
[1913 Webster]

4. To drop water, or the like; to drip; to be soaked.
[1913 Webster]

5. To hang the branches, as if in sorrow; to be pendent; to
droop; -- said of a plant or its branches.
[1913 Webster]

140 Moby Thesaurus words for "weep":
bag, bawl, bemoan, bewail, bleed, blubber, boohoo, break down,
burst into tears, cascade, condense, cry, daggle, dangle, depend,
deplore, dirge, discharge, dissolve in tears, distill, drabble,
drag, draggle, drape, dribble, drip, dripple, drizzle, droop, drop,
drop a tear, drum, effuse, effusion, egest, elegize, eliminate,
emit, excrete, excretion, exfiltrate, exfiltration, extravasate,
extravasation, exudate, exudation, exude, fall, fester, filter,
filtering, filtrate, filtration, flap, flop, flow, give off,
give out, give sorrow words, greet, grieve, gurgle, hang,
hang down, keen, knell, lactate, lament, leach, leaching, leak,
leak out, lixiviate, lixiviation, lop, matter, mizzle, moan, mourn,
nod, ooze, oozing, pass, patter, pelt, pend, percolate,
percolating, percolation, pipe, pitter-patter, pour,
pour with rain, precipitate, produce, rain, rain tadpoles, rankle,
reek, repine, ripen, run, sag, secern, secrete, seep, seepage, sew,
shed tears, shower, shower down, sigh, sing the blues, snivel, sob,
sorrow, spatter, spit, sprinkle, spurtle, strain, straining,
stream, suppurate, swag, sweat, swing, tattoo, tear, trail,
transpire, transudation, transude, trickle, trill, wail, water,
weep over, weeping, whimper



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


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

































































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


  • What is the difference between a convolutional neural network and a . . .
    A CNN, in specific, has one or more layers of convolution units A convolution unit receives its input from multiple units from the previous layer which together create a proximity Therefore, the input units (that form a small neighborhood) share their weights The convolution units (as well as pooling units) are especially beneficial as:
  • What are the features get from a feature extraction using a CNN?
    By accessing these high-level features, you essentially have a more compact and meaningful representation of what the image represents (based always on the classes that the CNN has been trained on) By visualizing the activations of these layers we can take a look on what these high-level features look like
  • machine learning - What is a fully convolution network? - Artificial . . .
    A fully convolutional network is achieved by replacing the parameter-rich fully connected layers in standard CNN architectures by convolutional layers with $1 \times 1$ kernels I have two questions What is meant by parameter-rich? Is it called parameter rich because the fully connected layers pass on parameters without any kind of "spatial
  • 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
  • Extract features with CNN and pass as sequence to RNN
    $\begingroup$ 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
  • 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
  • When training a CNN, what are the hyperparameters to tune first?
    Firstly when you say an object detection CNN, there are a huge number of model architectures available Considering that you have narrowed down on your model architecture a CNN will have a few common layers like the ones below with hyperparameters you can tweak: Convolution Layer:- number of kernels, kernel size, stride length, padding
  • How to handle rectangular images in convolutional neural networks . . .
    Almost all the convolutional neural network architecture I have come across have a square input size of an image, like $32 \\times 32$, $64 \\times 64$ or $128 \\times 128$ Ideally, we might not have a
  • 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





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