Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traduccion al castellano de varios términos #756

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acá se nos fue "typically"

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sequential >> secuencial
travéz >> través

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
Loading