Skip to content

Commit

Permalink
Merge pull request #1 from yabellini/yabellini-spanish-5terms
Browse files Browse the repository at this point in the history
Traduccion al castellano de varios términos
  • Loading branch information
yabellini authored Nov 13, 2024
2 parents 6ca20d1 + 3b4e530 commit da900dc
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9961,7 +9961,11 @@
def: >
A predefined communication channel for a [process](#process), typically used for
error messages.
es:
term: "error estandar"
def: >
Un canal de communication predefinido para un [proceso](#process), usado típicamente
para mensajes de error.
- slug: stdin
ref:
Expand All @@ -9972,7 +9976,11 @@
def: >
A predefined communication channel for a [process](#process), typically used to
read input from the keyboard or from the previous process in a [pipe](#pipe_shell).
es:
term: "entrada estandar"
def: >
Un canal de communication predefinido para un [proceso](#process), usado típicamente para
leer la entrada desde el teclado o desde el proceso anterior en el flujo de trabajo.
- slug: stdout
ref:
Expand All @@ -9983,14 +9991,23 @@
def: >
A predefined communication channel for a [process](#process), typically used to
send output to the screen or to the next process in a [pipe](#pipe_shell).
es:
term: "salida estandar"
def: >
Un canal de communication predefinido para un [proceso](#process), usado típicamente typically para
enviar la salida a la pantalla o al proceso siguiente en un flujo de trabajo.
- slug: stratified_sampling
en:
term: "stratified sampling"
def: >
Selecting values by dividing the overall population into [homogeneous](#homogeneous)
groups and then taking a random sample from each group.
es:
term: "muestra estratificada"
def: >
Selecionar valores dividiendo la población general en grupos [homogeneos](#homogeneous)
y tomando luego una muestra aleatoria de cada grupo.
- slug: stream
Expand All @@ -9999,7 +10016,11 @@
def: >
A sequential flow of data, such as the [bits](#bit) arriving across a network connection
or the bytes read from a file.
es:
term: "flujo"
def: >
Un flujo sequential de datos, como los [bits](#bit) que llegan a travéz de una conexión de red
o los bytes que see lean desde un archivo.
- slug: string
en:
Expand Down Expand Up @@ -11084,7 +11105,6 @@
that perform convolutions, where a filter is shifted over the data, instead of the general
matrix multiplications that we see in fully connected neural network layers.
- slug: rnn
ref:
- deep_learning
Expand Down

0 comments on commit da900dc

Please sign in to comment.