İngilizce

vectorize

gb/vˈɛktɚˌaɪz/ us/vˈɛktɚˌaɪz/
C2 İngilizce
Anlamlar
0 anlam
Fiil technical C2 action
1

Convert data to vectors

To turn information into lists of numbers so a computer model can use it.

Kullanım kalıbı: vectorize [data/text/documents/features]
Sık yapılan hata:
Do not use vectorize for any kind of digitizing; the result must be a vector or vector-like numerical representation.
Eş anlamlılar
encode (broader; means convert into a coded form, not necessarily a vector) | embed (often means convert into a dense vector representation in machine learning) | featurize (means convert raw data into model features, usually but not always as vectors)
Zıt anlamlılar
devectorize (rare; means convert from a vector representation back to a non-vector form) | decode (broader; means convert an encoded representation back into a more usable or understandable form)
Eşdizimler
vectorize text |vectorize documents |vectorize a corpus |vectorize features |vectorize input data |vectorize search queries |vectorize customer reviews |automatically vectorize data |vectorized representation |text vectorizer
Konular
computing |data_science |machine_learning |artificial_intelligence
Örnekler
  • Before training the classifier, the team vectorized thousands of product reviews.
  • The app vectorizes each search query so it can compare meanings, not just keywords.
  • The system vectorizes user profiles and then looks for similar patterns.
Öğrenenler için örnekler
  • We vectorized the sentences before using the model.
  • The data must be vectorized first.
Fiil technical C2 action
2

Make code use vector operations

To make code run operations on many values at the same time instead of one by one.

Kullanım kalıbı: vectorize [code/a loop/a function/a calculation]
Sık yapılan hata:
Vectorize does not simply mean to use a variable called a vector; it usually means changing how the computation is performed.
Eş anlamlılar
parallelize (broader; may use multiple cores or tasks, not specifically vector operations) | optimize (broader; can mean improve performance in many different ways) | rewrite (less specific; means change the code, not necessarily for vector operations)
Zıt anlamlılar
scalarize (means convert vector operations into scalar, one-value-at-a-time operations) | de-vectorize (means remove vectorized processing or rewrite it as non-vector code)
Eşdizimler
vectorize code |vectorize a loop |vectorize a function |vectorize calculations |vectorize operations |vectorize a kernel |automatically vectorize |fully vectorize |vectorized implementation |compiler vectorizes
Konular
programming |computing |performance |software_development
Örnekler
  • Replacing the loop with a NumPy expression vectorized the calculation and cut the run time in half.
  • Modern compilers can vectorize some loops automatically when the iterations are independent.
  • She vectorized the image-processing code to use the CPU's SIMD instructions.
Öğrenenler için örnekler
  • We vectorized the loop, so the program ran faster.
  • This function is faster when it is vectorized.
Fiil technical C2 action
3

Convert image to vector graphics

To turn a normal pixel image into a vector image that can be resized without becoming blurry.

Kullanım kalıbı: vectorize [an image/a logo/a drawing/artwork]
Sık yapılan hata:
Do not confuse vectorize with rasterize; rasterize means convert vector graphics into pixels, usually the opposite direction.
Eş anlamlılar
trace (in graphics, often means create vector outlines from an image, either manually or automatically) | convert to vector (more explicit and common in nontechnical design instructions) | outline (can mean convert text or shapes into editable outlines, but is narrower)
Zıt anlamlılar
rasterize (means convert vector graphics into a pixel-based image)
Eşdizimler
vectorize an image |vectorize a logo |vectorize artwork |vectorize a sketch |vectorize a drawing |vectorize a bitmap |vectorize a raster file |auto-vectorize a design |vectorized logo |vectorized artwork
Konular
graphic_design |digital_art |images |printing
Örnekler
  • The designer vectorized the old logo so it would stay sharp on a billboard.
  • This tool can vectorize a scanned signature, but you may need to clean up the curves.
  • After vectorizing the map, we could edit each road as a separate shape.
Öğrenenler için örnekler
  • She vectorized the logo for printing.
  • We need to vectorize this image before enlarging it.
Fiil technical C2 action
4

Reshape into one vector

To turn a matrix or array into one long list of numbers in a fixed order.

Kullanım kalıbı: vectorize [a matrix/an array/a tensor]
Sık yapılan hata:
In mathematics and data work, specify row-wise or column-wise order if the order matters.
Eş anlamlılar
flatten (common in programming; means make an array one-dimensional, often less formally) | reshape (broader; can change data into many shapes, not only a vector) | stack (describes one common method of making a vector from rows or columns)
Zıt anlamlılar
unflatten (means restore a one-dimensional structure to a higher-dimensional shape) | reshape (can be the reverse when changing a vector back into a matrix or array)
Eşdizimler
vectorize a matrix |vectorize an array |vectorize a tensor |vectorize row-wise |vectorize column-wise |vectorize by rows |vectorize by columns |vectorized matrix |matrix vectorization |column-wise vectorization
Konular
mathematics |statistics |data_science |linear_algebra
Örnekler
  • In this proof, we vectorize the matrix by stacking its columns.
  • The preprocessing step vectorizes each 28-by-28 image into a 784-element array.
  • When you vectorize the tensor, make sure the software uses the same element order.
Öğrenenler için örnekler
  • We vectorized the table into one long list of numbers.
  • The matrix was vectorized column by column.
Dil bilgisi
Sözlük biçimi
vectorize
IPA
GB/vˈɛktɚˌaɪz/
US/vˈɛktɚˌaɪz/
Heceler ve vurgu
vec - tor - ize (3 hece)
Stress on 1st syllable (vec)
Kelime biçimleri
Verb
  • Base: vectorize
  • 3rd Person Singular: vectorizes
  • Present Participle: vectorizing
  • Past: vectorized
  • Past Participle: vectorized
İfadeler

vectorize over

1
/vˈɛktɚˌaɪz ˈoʊvɚ/
phrasal verb technical

Apply across a dimension

To make a function work automatically across many items in an array or batch.

Örnekler
  • The function handles one image, but vmap vectorizes it over the batch dimension.
  • In this library, you can vectorize over rows instead of writing a for loop.
  • The operation was vectorized over the time axis to speed up the simulation.

Tekrar hoş geldiniz!

Devam etmek için lütfen oturum açın

Hesabınız yok mu? Kayıt olun