Machine Learning

 0    30 tarjetas    bobtymczasowy
descargar mp3 imprimir jugar test de práctica
 
término definición
Machine learning is a field of artificial intelligence that allows systems to learn from data.
empezar lección
Uczenie maszynowe to dziedzina sztucznej inteligencji, która pozwala systemom uczyć się na podstawie danych.
Supervised learning uses labeled data to train models.
empezar lección
Uczenie nadzorowane wykorzystuje dane z etykietami do trenowania modeli.
Unsupervised learning finds hidden patterns in unlabeled data.
empezar lección
Uczenie nienadzorowane odnajduje ukryte wzorce w danych bez etykiet.
Reinforcement learning involves agents learning actions based on rewards and punishments.
empezar lección
Uczenie przez wzmacnianie polega na tym, że agent uczy się działań na podstawie nagród i kar.
A model is a mathematical representation of a real-world process.
empezar lección
Model to matematyczne odwzorowanie rzeczywistego procesu.
Features are individual measurable properties of the data.
empezar lección
Cechy to pojedyncze mierzalne właściwości danych.
A label is the output or target value in supervised learning.
empezar lección
Etykieta to wartość wyjściowa (cel) w uczeniu nadzorowanym.
Classification is the task of predicting a categorical label.
empezar lección
Klasyfikacja to zadanie polegające na przewidywaniu etykiety kategorycznej.
Regression is used to predict continuous numerical values.
empezar lección
Regresja służy do przewidywania ciągłych wartości liczbowych.
Clustering groups similar data points without prior labels.
empezar lección
Grupowanie (clustering) łączy podobne dane bez wcześniejszych etykiet.
Overfitting occurs when a model learns the training data too well and performs poorly on new data.
empezar lección
Przeuczenie występuje, gdy model zbyt dobrze uczy się danych treningowych i źle działa na nowych danych.
Underfitting occurs when a model is too simple to capture patterns in the data.
empezar lección
Niedouczenie występuje, gdy model jest zbyt prosty, by uchwycić wzorce w danych.
The training set is the data used to fit the model.
empezar lección
Zbiór treningowy to dane używane do dopasowania modelu.
The test set is used to evaluate the model’s performance on unseen data.
empezar lección
Zbiór testowy służy do oceny działania modelu na nieznanych danych.
Cross-validation is a technique for assessing how a model will generalize to an independent dataset.
empezar lección
Walidacja krzyżowa to technika oceny, jak dobrze model generalizuje na niezależny zbiór danych.
A confusion matrix summarizes prediction results for classification problems.
empezar lección
Macierz pomyłek podsumowuje wyniki predykcji w problemach klasyfikacyjnych.
Precision is the ratio of true positives to all predicted positives.
empezar lección
Precyzja to stosunek trafień pozytywnych do wszystkich przewidzianych jako pozytywne.
Recall is the ratio of true positives to all actual positives.
empezar lección
Czułość to stosunek trafień pozytywnych do wszystkich rzeczywiście pozytywnych przypadków.
F1 score is the harmonic mean of precision and recall.
empezar lección
Miara F1 to średnia harmoniczna precyzji i czułości.
A decision tree splits data based on feature values to make predictions.
empezar lección
Drzewo decyzyjne dzieli dane na podstawie wartości cech, aby dokonać predykcji.
Random Forest is an ensemble of decision trees used to improve accuracy.
empezar lección
Random Forest to zespół drzew decyzyjnych służących do poprawy dokładności.
Gradient boosting builds models sequentially to correct errors from previous ones.
empezar lección
Gradient boosting buduje modele sekwencyjnie, aby poprawiać błędy poprzednich.
Support Vector Machines (SVM) aim to find the optimal boundary between classes.
empezar lección
Maszyny wektorów nośnych (SVM) szukają optymalnej granicy między klasami.
K-nearest neighbors (KNN) classifies data based on the labels of its closest points.
empezar lección
KNN klasyfikuje dane na podstawie etykiet najbliższych punktów.
Principal Component Analysis (PCA) reduces the dimensionality of data.
empezar lección
Analiza głównych składowych (PCA) redukuje wymiarowość danych.
A neural network is inspired by the structure of the human brain.
empezar lección
Sieć neuronowa inspirowana jest strukturą ludzkiego mózgu.
Deep learning is a subset of machine learning that uses neural networks with many layers.
empezar lección
Uczenie głębokie to podzbiór ML wykorzystujący sieci neuronowe o wielu warstwach.
Backpropagation is the algorithm used to train neural networks.
empezar lección
Backpropagation to algorytm używany do trenowania sieci neuronowych.
Activation functions introduce non-linearity to neural networks.
empezar lección
Funkcje aktywacji wprowadzają nieliniowość do sieci neuronowych.
Hyperparameters are configuration settings used to control the training process.
empezar lección
Hiperparametry to ustawienia konfiguracyjne używane do kontroli procesu uczenia.

Debes iniciar sesión para poder comentar.