Machine Learning

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

您必须登录才能发表评论。