Learn about the main tasks of object recognition.
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)
Positioning Figures in LaTeX
Filed under Latex
Learn several techniques for positioning figures in a LaTeX document.
What Is One Class SVM and How Does It Work?
Filed under Machine Learning
Explore how they differ from basic SVMs.
What Is the Difference Between Signed and Unsigned Variables?
Filed under Programming
Understand how numbers are represented in binary and learn the differences between signed and unsigned variables.
What Is a Content Delivery Network (CDN)?
Filed under Networking
Learn how CDNs work, their advantages, and the types of content they can serve.
Harris Corner Detection Explained
Filed under Algorithms
A quick and practical guide to Harris corner detection.
Why Isn’t Heapsort Stable?
Filed under Sorting
Learn why the heapsort algorithm is not stable.
Hash vs. Message Authentication Code
Filed under Security
Learn the differences between Hashing and Message Authentication Codes (MACs), and how they can be used together.
Counting Sort vs. Bucket Sort vs. Radix Sort
Filed under Sorting
Explore three interesting sort algorithms that don’t use comparisons.