Machine Learning

 0    30 flashcards    bobtymczasowy
download mp3 print play test yourself
 
Question Answer
Machine learning is a field of artificial intelligence that allows systems to learn from data.
start learning
Uczenie maszynowe to dziedzina sztucznej inteligencji, która pozwala systemom uczyć się na podstawie danych.
Supervised learning uses labeled data to train models.
start learning
Uczenie nadzorowane wykorzystuje dane z etykietami do trenowania modeli.
Unsupervised learning finds hidden patterns in unlabeled data.
start learning
Uczenie nienadzorowane odnajduje ukryte wzorce w danych bez etykiet.
Reinforcement learning involves agents learning actions based on rewards and punishments.
start learning
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.
start learning
Model to matematyczne odwzorowanie rzeczywistego procesu.
Features are individual measurable properties of the data.
start learning
Cechy to pojedyncze mierzalne właściwości danych.
A label is the output or target value in supervised learning.
start learning
Etykieta to wartość wyjściowa (cel) w uczeniu nadzorowanym.
Classification is the task of predicting a categorical label.
start learning
Klasyfikacja to zadanie polegające na przewidywaniu etykiety kategorycznej.
Regression is used to predict continuous numerical values.
start learning
Regresja służy do przewidywania ciągłych wartości liczbowych.
Clustering groups similar data points without prior labels.
start learning
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.
start learning
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.
start learning
Niedouczenie występuje, gdy model jest zbyt prosty, by uchwycić wzorce w danych.
The training set is the data used to fit the model.
start learning
Zbiór treningowy to dane używane do dopasowania modelu.
The test set is used to evaluate the model’s performance on unseen data.
start learning
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.
start learning
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.
start learning
Macierz pomyłek podsumowuje wyniki predykcji w problemach klasyfikacyjnych.
Precision is the ratio of true positives to all predicted positives.
start learning
Precyzja to stosunek trafień pozytywnych do wszystkich przewidzianych jako pozytywne.
Recall is the ratio of true positives to all actual positives.
start learning
Czułość to stosunek trafień pozytywnych do wszystkich rzeczywiście pozytywnych przypadków.
F1 score is the harmonic mean of precision and recall.
start learning
Miara F1 to średnia harmoniczna precyzji i czułości.
A decision tree splits data based on feature values to make predictions.
start learning
Drzewo decyzyjne dzieli dane na podstawie wartości cech, aby dokonać predykcji.
Random Forest is an ensemble of decision trees used to improve accuracy.
start learning
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.
start learning
Gradient boosting buduje modele sekwencyjnie, aby poprawiać błędy poprzednich.
Support Vector Machines (SVM) aim to find the optimal boundary between classes.
start learning
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.
start learning
KNN klasyfikuje dane na podstawie etykiet najbliższych punktów.
Principal Component Analysis (PCA) reduces the dimensionality of data.
start learning
Analiza głównych składowych (PCA) redukuje wymiarowość danych.
A neural network is inspired by the structure of the human brain.
start learning
Sieć neuronowa inspirowana jest strukturą ludzkiego mózgu.
Deep learning is a subset of machine learning that uses neural networks with many layers.
start learning
Uczenie głębokie to podzbiór ML wykorzystujący sieci neuronowe o wielu warstwach.
Backpropagation is the algorithm used to train neural networks.
start learning
Backpropagation to algorytm używany do trenowania sieci neuronowych.
Activation functions introduce non-linearity to neural networks.
start learning
Funkcje aktywacji wprowadzają nieliniowość do sieci neuronowych.
Hyperparameters are configuration settings used to control the training process.
start learning
Hiperparametry to ustawienia konfiguracyjne używane do kontroli procesu uczenia.

You must sign in to write a comment