Tag

MNIST

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 9, 2025 · Artificial Intelligence

How Neural Networks Learn: Gradient Descent and Loss Functions

This article explains how neural networks learn by using labeled training data, describing the role of weights, biases, activation functions, and how gradient descent iteratively adjusts parameters to minimize loss, illustrated with the MNIST digit‑recognition example.

MNISTdeep learninggradient descent
0 likes · 16 min read
How Neural Networks Learn: Gradient Descent and Loss Functions
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 24, 2024 · Artificial Intelligence

Training MNIST with Burn on wgpu: From PyTorch to Rust Backend

This tutorial demonstrates how to train a MNIST digit‑recognition model using the Rust‑based Burn framework on top of the cross‑platform wgpu API, covering model export from PyTorch to ONNX, code generation, data loading, training loops, and performance comparison across CPU, GPU, and other backends.

BurnGPUMNIST
0 likes · 13 min read
Training MNIST with Burn on wgpu: From PyTorch to Rust Backend
DaTaobao Tech
DaTaobao Tech
Apr 22, 2024 · Artificial Intelligence

Neural Networks and Deep Learning: Principles and MNIST Example

The article reviews recent generative‑AI breakthroughs such as GPT‑5 and AI software engineers, explains that AI systems are deterministic rather than black boxes, and then teaches neural‑network fundamentals—including activation functions, back‑propagation, and a hands‑on MNIST digit‑recognition example with discussion of overfitting and regularization.

MNISTactivation functionsdeep learning
0 likes · 17 min read
Neural Networks and Deep Learning: Principles and MNIST Example
Sohu Tech Products
Sohu Tech Products
Feb 1, 2023 · Artificial Intelligence

ChatGPT Writes AI: Building an MNIST Classifier with Keras Using ChatGPT

This article demonstrates how a machine‑learning enthusiast used ChatGPT to generate, modify, and refine Keras code for training, evaluating, visualizing, and deploying a neural‑network model that classifies handwritten digits from the classic MNIST dataset, showcasing the full development workflow.

ChatGPTKerasMNIST
0 likes · 4 min read
ChatGPT Writes AI: Building an MNIST Classifier with Keras Using ChatGPT
Tencent Cloud Developer
Tencent Cloud Developer
Apr 15, 2019 · Artificial Intelligence

Serverless AI Inference with TensorFlow Serving on Tencent Cloud SCF

This tutorial shows how to package a TensorFlow SavedModel for MNIST, upload it to Tencent Cloud Object Storage, create a Python 2.7 SCF function that loads the model with TensorFlow Serving, and expose it via API Gateway as a scalable, server‑less AI inference endpoint.

AI servingAPI GatewayCloud Functions
0 likes · 14 min read
Serverless AI Inference with TensorFlow Serving on Tencent Cloud SCF
360 Quality & Efficiency
360 Quality & Efficiency
Dec 28, 2018 · Artificial Intelligence

SRGAN-Based Image Super-Resolution and MNIST Training Tutorial

This tutorial outlines a curriculum covering open‑source examples for enhancing image resolution using SRGAN, explains GAN‑based super‑resolution concepts, details network architectures and perceptual loss, and provides a simple MNIST training walkthrough with code links and resources.

GANMNISTSRGAN
0 likes · 7 min read
SRGAN-Based Image Super-Resolution and MNIST Training Tutorial
Tencent Cloud Developer
Tencent Cloud Developer
Mar 13, 2018 · Artificial Intelligence

TensorFlow MNIST Tutorial: Environment Setup, Softmax Regression, and CNN Implementation

This beginner‑friendly TensorFlow tutorial by Chen Yidong walks readers through Windows environment setup, explains TensorFlow’s graph‑execution model, and demonstrates both softmax linear regression and a deep convolutional neural network for MNIST, while also covering utility scripts, TensorBoard visualization, and CPU/GPU or multi‑GPU deployment.

CNNGPUMNIST
0 likes · 13 min read
TensorFlow MNIST Tutorial: Environment Setup, Softmax Regression, and CNN Implementation
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jun 20, 2017 · Artificial Intelligence

Build a Handwritten Digit Classifier with TensorFlow Softmax Regression (MNIST Tutorial)

This tutorial walks through using TensorFlow to implement a Softmax Regression model that classifies MNIST handwritten digit images, covering dataset basics, model formulation, loss definition, training steps, and a complete Python code example.

MNISTSoftmax RegressionTensorFlow
0 likes · 7 min read
Build a Handwritten Digit Classifier with TensorFlow Softmax Regression (MNIST Tutorial)
Qunar Tech Salon
Qunar Tech Salon
Feb 10, 2017 · Artificial Intelligence

Introduction to TensorFlow: Graphs, Sessions, Variables, Placeholders, and MNIST Handwritten Digit Recognition

This tutorial provides a concise, Python‑based introduction to TensorFlow, covering its core concepts such as computation graphs, sessions, data structures, variables, placeholders, feed_dict, and demonstrates a complete MNIST handwritten digit classification example with code snippets.

MNISTTensorFlowdeep learning
0 likes · 14 min read
Introduction to TensorFlow: Graphs, Sessions, Variables, Placeholders, and MNIST Handwritten Digit Recognition