| soru | cevap | 
        
        |  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla Supervised learning uses labeled data to train models.  |  |   Uczenie nadzorowane wykorzystuje dane z etykietami do trenowania modeli.  |  |  | 
|  öğrenmeye başla Unsupervised learning finds hidden patterns in unlabeled data.  |  |   Uczenie nienadzorowane odnajduje ukryte wzorce w danych bez etykiet.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla A model is a mathematical representation of a real-world process.  |  |   Model to matematyczne odwzorowanie rzeczywistego procesu.  |  |  | 
|  öğrenmeye başla Features are individual measurable properties of the data.  |  |   Cechy to pojedyncze mierzalne właściwości danych.  |  |  | 
|  öğrenmeye başla A label is the output or target value in supervised learning.  |  |   Etykieta to wartość wyjściowa (cel) w uczeniu nadzorowanym.  |  |  | 
|  öğrenmeye başla Classification is the task of predicting a categorical label.  |  |   Klasyfikacja to zadanie polegające na przewidywaniu etykiety kategorycznej.  |  |  | 
|  öğrenmeye başla Regression is used to predict continuous numerical values.  |  |   Regresja służy do przewidywania ciągłych wartości liczbowych.  |  |  | 
|  öğrenmeye başla Clustering groups similar data points without prior labels.  |  |   Grupowanie (clustering) łączy podobne dane bez wcześniejszych etykiet.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla The training set is the data used to fit the model.  |  |   Zbiór treningowy to dane używane do dopasowania modelu.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla A confusion matrix summarizes prediction results for classification problems.  |  |   Macierz pomyłek podsumowuje wyniki predykcji w problemach klasyfikacyjnych.  |  |  | 
|  öğrenmeye başla Precision is the ratio of true positives to all predicted positives.  |  |   Precyzja to stosunek trafień pozytywnych do wszystkich przewidzianych jako pozytywne.  |  |  | 
|  öğrenmeye başla Recall is the ratio of true positives to all actual positives.  |  |   Czułość to stosunek trafień pozytywnych do wszystkich rzeczywiście pozytywnych przypadków.  |  |  | 
|  öğrenmeye başla F1 score is the harmonic mean of precision and recall.  |  |   Miara F1 to średnia harmoniczna precyzji i czułości.  |  |  | 
|  öğrenmeye başla A decision tree splits data based on feature values to make predictions.  |  |   Drzewo decyzyjne dzieli dane na podstawie wartości cech, aby dokonać predykcji.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla Gradient boosting builds models sequentially to correct errors from previous ones.  |  |   Gradient boosting buduje modele sekwencyjnie, aby poprawiać błędy poprzednich.  |  |  | 
|  öğrenmeye başla Support Vector Machines (SVM) aim to find the optimal boundary between classes.  |  |   Maszyny wektorów nośnych (SVM) szukają optymalnej granicy między klasami.  |  |  | 
|  öğrenmeye başla K-nearest neighbors (KNN) classifies data based on the labels of its closest points.  |  |   KNN klasyfikuje dane na podstawie etykiet najbliższych punktów.  |  |  | 
|  öğrenmeye başla Principal Component Analysis (PCA) reduces the dimensionality of data.  |  |   Analiza głównych składowych (PCA) redukuje wymiarowość danych.  |  |  | 
|  öğrenmeye başla A neural network is inspired by the structure of the human brain.  |  |   Sieć neuronowa inspirowana jest strukturą ludzkiego mózgu.  |  |  | 
|  öğrenmeye başla 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.  |  |  | 
|  öğrenmeye başla Backpropagation is the algorithm used to train neural networks.  |  |   Backpropagation to algorytm używany do trenowania sieci neuronowych.  |  |  | 
|  öğrenmeye başla Activation functions introduce non-linearity to neural networks.  |  |   Funkcje aktywacji wprowadzają nieliniowość do sieci neuronowych.  |  |  | 
|  öğrenmeye başla Hyperparameters are configuration settings used to control the training process.  |  |   Hiperparametry to ustawienia konfiguracyjne używane do kontroli procesu uczenia.  |  |  |