A quick and practical comparison of epoch and iteration in neural networks.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (45)
- Algorithms (41)
- Networking (40)
- Programming (36)
- Math and Logic (30)
- OS (19)
- Computer Vision (19)
- Artificial Intelligence (18)
- Deep Learning (16)
- Trees (15)
- Data Structures (15)
- Security (14)
- Latex (13)
- Sorting (12)
- Software Architecture (11)
- Core Concepts (10)
- Graphs (8)
- Searching (6)
- Web (4)
- Graph Traversal (4)
- Data Science (4)
- Series (3)
- Path Finding (3)
- Graph Theory (3)
- Concurrency (1)
How to Prove That a Problem Is NP-Complete?
Filed under Algorithms, Math and Logic
Learn how to prove the NP-Completeness of the problem.
Introduction to the Domain Name System (DNS)
Filed under Networking
Take a deep dive into the Domain Name System.
Normalizing Inputs for an Artificial Neural Network
Filed under Deep Learning, Machine Learning
Learn how inputs normalization helps model training of neural networks
What Is a Learning Curve in Machine Learning?
Filed under Machine Learning
Find out what learning curves are and how to use them to evaluating your Machine Learning models.
Introduction to the Classification Model Evaluation
Filed under Machine Learning
A quick and practical introduction to the Classification Model evaluation.
Sorting the Elements in a Binary Tree
Filed under Algorithms, Trees
Learn how to sort elements in binary trees and their complexity.
The Complexity of Towers of Hanoi
Filed under Algorithms
See how to solve the game Towers of Hanoi programmatically and what complexity it requires.
What Is a Race Condition?
Filed under OS
A quick and practical introduction to data races.