neural-networks

2 posts

Posts tagged with "neural-networks".

Training Neural Networks: Activation Functions, Backpropagation, and TensorFlow Implementation cover image
Jongmin Lee
Estimated reading time: 1 min read

Training Neural Networks: Activation Functions, Backpropagation, and TensorFlow Implementation

Explore how neural networks are trained with gradient descent, softmax, and backpropagation using TensorFlow. Understand activation functions and multiclass classification techniques.

dev machine-learning neural-networks tensorflow