类别
Topics
Machine Learning Tutorial
Get insights & best practices into AI & machine learning, upskill, and build data cultures. Learn how to get the most out of machine learning models with our tutorials.
Other topics:
培训2人或以上?试试DataCamp for Business
精选
K-Nearest Neighbors (KNN) Classification with scikit-learn
This article covers how and when to use k-nearest neighbors classification with scikit-learn. Focusing on concepts, workflow, and examples. We also cover distance metrics and how to select the best value for k using cross-validation.
Adam Shafi
2023年2月20日
Decision Tree Classification in Python Tutorial
In this tutorial, learn Decision Tree Classification, attribute selection measures, and how to build and optimize Decision Tree Classifier using Python Scikit-learn package.
Avinash Navlani
2026年1月16日
A Complete Guide to Data Augmentation
Learn about data augmentation techniques, applications, and tools with a TensorFlow and Keras tutorial.
Abid Ali Awan
2026年3月3日
所有帖子
LSTM Models: A Complete Guide to Long Short-Term Memory Networks
Master the inner workings of LSTM networks, the foundation for modern LLMs. Explore gating mechanisms, gradients, and build a sentiment classifier with PyTorch.
Bex Tuychiev
2026年2月11日
How to Normalize Data: A Complete Guide With Examples
Stop vanishing gradients and biased models. Learn how to normalize data using min-max and z-score in Scikit-learn to improve machine learning models.
Josep Ferrer
2026年1月27日
Precision vs Recall: The Essential Guide for Machine Learning
Accuracy isn't enough. Learn the difference between precision and recall, understand the trade-off, and choose the right metric for your model.
Mark Pedigo
2026年1月8日
Cost Functions: A Complete Guide
Learn what cost functions are, and how and when to use them. Includes practical examples.
Mark Pedigo
2025年12月18日
F1 Score in Machine Learning: A Balanced Metric for Precision and Recall
Understand how the F1 score evaluates model performance by combining precision and recall. Learn its use in binary and multiclass classification, with Python examples.
Vidhi Chugh
2025年11月12日
ONNX: Train in Any Framework, Deploy on Any Hardware
Learn how to convert models to ONNX format, optimize them with quantization, and deploy them across any platform - from edge devices to cloud servers - without vendor lock-in.
Dario Radečić
2025年11月12日
Understanding UMAP: A Comprehensive Guide to Dimensionality Reduction
Learn how UMAP simplifies high-dimensional data visualization with detailed explanations, practical use cases, and comparisons to other dimensionality reduction methods, including t-SNE and PCA.
Arunn Thevapalan
2025年11月4日
Tanh Function: Why Zero-Centered Outputs Matter for Neural Networks
This guide explains the mathematical intuition behind the tanh function, how it compares to sigmoid and ReLU, its advantages and trade-offs, and how to implement it effectively in deep learning.
Dario Radečić
2025年11月3日
Softplus: The Smooth Activation Function Worth Knowing
This guide explains the mathematical properties of Softplus, its advantages and trade-offs, implementation in PyTorch, and when to switch from ReLU.
Dario Radečić
2025年10月29日
Discrete Probability Distributions Explained with Examples
Understand discrete probability distributions in data science. Explore PMF, CDF, and major types like Bernoulli, Binomial, and Poisson with Python examples.
Vaibhav Mehra
2025年10月29日
Feed-Forward Neural Networks Explained: A Complete Tutorial
Feed-Forward Neural Networks (FFNNs) are the foundation of deep learning, used in image recognition, Transformers, and recommender systems. This complete FFNN tutorial explains their architecture, differences from MLPs, activations, backpropagation, real-world examples, and PyTorch implementation.
Vaibhav Mehra
2025年9月16日
Blue-Green Deployment: The DevOps Strategy for Zero Downtime
Learn how blue-green deployment enables near-zero downtime, simple rollbacks, and safe production testing in modern DevOps and cloud-native workflows.
Patrick Brus
2025年9月2日