About 1,743,116 results (1,533 milliseconds)

What is Deep Learning? Applications & Examples | Google Cloud

https://cloud.google.com/discover/what-is-deep-learning
Deep learning is a type of machine learning that uses artificial neural networks to learn from data.

Deep learning vs machine learning | Google Cloud

https://cloud.google.com/discover/deep-learning-vs-machine-learning
Machine learning is more explicitly used as a means to extract knowledge from data through simpler methods such as decision trees or linear regression, while ...

Machine Learning Glossary | Google for Developers

https://developers.google.com/machine-learning/glossary
Feb 18, 2025 ... Once all the examples are grouped, a human can optionally supply meaning to each cluster. Many clustering algorithms exist. For example, the k- ...

Linear regression: Loss | Machine Learning | Google for Developers

https://developers.google.com/machine-learning/crash-course/linear-regression/loss
Jan 17, 2025 ... In statistics and machine learning, loss measures the difference between the predicted and actual values. Loss focuses on the distance between ...

Classification: ROC and AUC | Machine Learning | Google for ...

https://developers.google.com/machine-learning/crash-course/classification/roc-and-auc
Oct 9, 2024 ... Receiver-operating characteristic curve (ROC) ... The ROC curve is a visual representation of model performance across all thresholds. The long ...

Classification: Accuracy, recall, precision, and related metrics ...

https://developers.google.com/machine-learning/crash-course/classification/accuracy-precision-recall
Note: In machine learning (ML), words like recall, precision, and accuracy ... What does NaN mean in the metrics? NaN, or "not a number," appears when ...

What is Machine Learning? Types & Uses | Google Cloud

https://cloud.google.com/learn/what-is-machine-learning
Machine learning is a subset of artificial intelligence that enables a system to autonomously learn and improve using neural networks and deep learning.

AI vs. Machine Learning: How Do They Differ? | Google Cloud

https://cloud.google.com/learn/artificial-intelligence-vs-machine-learning
So, what exactly is the difference when it comes to ML vs. AI, how are ML and AI connected, and what do these terms mean in practice for organizations today? We ...

Thresholds and the confusion matrix | Machine Learning | Google for ...

https://developers.google.com/machine-learning/crash-course/classification/thresholding
Nov 8, 2024 ... Learn how a classification threshold can be set to convert a logistic regression model into a binary classification model, and how to use a ...

What Is Artificial Intelligence (AI)? | Google Cloud

https://cloud.google.com/learn/what-is-artificial-intelligence
” But what does that mean? Remember that ... Training models with more than three layers are referred to as “deep neural networks” or “deep learning.

Background: What is a Generative Model? | Machine Learning ...

https://developers.google.com/machine-learning/gan/generative
What does "generative" mean in the name "Generative Adversarial Network"? "Generative" describes a class of statistical models that contrasts with ...

ML and MFG seminar

https://sites.google.com/view/mlmfgseminar/home
machine learning and mean field games ... On the one hand, machine learning methods such as deep learning or reinforcement learning can be used to solve mean ...

Imbalanced datasets | Machine Learning | Google for Developers

https://developers.google.com/machine-learning/crash-course/overfitting/imbalanced-datasets
Consider a dataset containing a categorical label whose value is either Positive or Negative. In a balanced dataset, the number of Positive and Negative ...

What is clustering? | Machine Learning | Google for Developers

https://developers.google.com/machine-learning/clustering/overview
Clustering is an unsupervised machine learning technique designed to group unlabeled examples based on their similarity to each other.

Embeddings | Machine Learning | Google for Developers

https://developers.google.com/machine-learning/crash-course/embeddings
Dec 16, 2024 ... Reviewing these one-hot encodings, you notice several problems with this representation of the data. Number of weights. Large input vectors mean ...

Development and Validation of a Deep Learning Algorithm for ...

https://research.google.com/pubs/archive/45732.pdf
Dec 1, 2016 ... Meaning Deep learning algorithms had high sensitivity and specificity for detecting diabetic retinopathy and macular edema in retinal fundus ...

Overfitting: Interpreting loss curves | Machine Learning | Google for ...

https://developers.google.com/machine-learning/crash-course/overfitting/interpreting-loss-curves
Oct 9, 2024 ... A plot showing the ideal loss curve when training a machine learning model Figure 20. An ideal loss curve. Unfortunately, loss curves are often ...

Overfitting: L2 regularization | Machine Learning | Google for ...

https://developers.google.com/machine-learning/crash-course/overfitting/regularization
Oct 9, 2024 ... Histogram of a model's weights with a mean of zero and a normal Figure 18. Weight histogram for a high regularization rate. Mean is zero.

Numerical data: Normalization | Machine Learning | Google for ...

https://developers.google.com/machine-learning/crash-course/numerical-data/normalization
A value that is 1.5 standard deviations less than the mean has a Z-score of -1.5. Representing a feature with Z-score scaling means storing that feature's Z- ...

Overfitting | Machine Learning | Google for Developers

https://developers.google.com/machine-learning/crash-course/overfitting/overfitting
Oct 9, 2024 ... Overfitting means creating a model that matches (memorizes) the training set so closely that the model fails to make correct predictions on new data.