Learn about “energy” and edge detection in image processing
Also find me here:
Baeldung Author
Ragon Ebker
Mathematician with a passion for data science and a background in the semiconductor industry. Currently doing my Masters in Mathematics from Lima, Peru.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (3)
- Math and Logic (2)
- Deep Learning (2)
- Algorithms (2)
- Security (1)
- Programming (1)
- Graph Traversal (1)
- Computer Vision (1)
- Artificial Intelligence (1)
Random Sample Consensus Explained
Filed under Deep Learning, Machine Learning
Learn how the RANSAC algorithm works.
0-1 Loss Function Explained
Filed under Deep Learning, Machine Learning
Learn about the classic 0-1 Loss Function
What is Markov Chain Monte Carlo?
Filed under Algorithms
Learn about Markov Chain Monte Carlo.
Transfer Learning vs Domain Adaptation
Filed under Artificial Intelligence, Math and Logic
Learn about the difference between Transfer Learning and Domain Adaptation.
Prime Numbers in Cryptography
Filed under Security
Learn why prime numbers are used in cryptography.
Why Can’t Prim’s or Kruskal’s Algorithms be Used on a Directed graph?
Filed under Algorithms, Graph Traversal
In this tutorial, we’re going to explore why we can’t use Prim’s and Kruskal’s algorithms on a directed graph.
Q-Learning vs. Dynamic Programming
Filed under Machine Learning, Programming
Learn the similarities and difference between dynamic programming and Q-Learning