Learn about the epoch concept 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)
Epsilon-Greedy Q-learning
Filed under Machine Learning
Learn about q-learning, a reinforcement learning technique.
Find Cycle Start Node in a Singly Linked List
Filed under Algorithms, Data Structures
In this tutorial, we’ll learn how to find a cycle starting node in a linked list.
How to Calculate the Number of Different Binary and Binary Search Trees
Filed under Searching
Learn about computing the number of different Binary and Binary Search Trees.
The Pigeonhole Principle
Filed under Math and Logic
Learn about the mathematical idea behind the Pigeonhole Principle
Calculating the Range of IP Addresses from Subnet Mask
Filed under Networking
Learn how to find the range of IP addresses given a subnet mask.
Heap vs Binary Search Tree
Filed under Algorithms, Data Structures, Trees
Have a look at the similarities and differences between the Heap and Binary Search Tree (BST) data structures.
Multiclass Classification Using Support Vector Machines
Filed under Machine Learning
Learn how SVM is applied for the multiclass classification problem
What Is a Semaphore?
Filed under OS
Learn about possible process synchronization problems to better understand how to use semaphores effectively