Learn how to determine whether a point is inside a polygon or not.
Also find me here:
Baeldung Author
Gabriele De Luca
Gabriele specializes in artificial intelligence and innovation and on the impact of technology on society. He has authored several scientific papers in the sectors of machine learning, natural language processing, network theory, and multi-agent simulations. On Baeldung he contributes to the section on computer science, where he publishes articles on the theory behind machine learning and artificial intelligence.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (18)
- Math and Logic (16)
- Artificial Intelligence (13)
- Deep Learning (11)
- Algorithms (9)
- Programming (6)
- Latex (5)
- Graphs (3)
- Security (2)
- Data Structures (2)
- Data Science (2)
- Sorting (1)
- OS (1)
- Networking (1)
- Graph Theory (1)
- Core Concepts (1)
- Computer Vision (1)
Choosing an Attractive Linear Scale for a Graph’s Y Axis
Filed under Algorithms, Latex
Learn how to determine a nice scale for the Y axis in a chart.
Converting a Uniform Distribution to a Normal Distribution
Filed under Artificial Intelligence
Explore how to generate a pseudorandom variable that’s distributed normally.
Gradient Descent vs. Newton’s Gradient Descent
Filed under Artificial Intelligence
Compare gradient descent and Newton’s method for finding the minima in a cost function.
How Does the Google “Did You Mean?” Algorithm Work?
Filed under Algorithms, Artificial Intelligence
Learn how the “Did you mean?” algorithm works in Google.
Worst Sorting Algorithms – What to Avoid
Filed under Sorting
Study sorting algorithms that are even worse than Bogosort.
Brute Force Algorithm in Cybersecurity and String Search
Filed under Algorithms, Security
Explore the definition of a brute-force search for combinatorial problems and for fixed-length strings.
What Is a Dmz in Networking?
Filed under Networking, Security
Learn about the concept of demilitarized zones for cybersecurity and networking.
What Is Cross-Entropy?
Filed under Machine Learning
Study the definition of cross-entropy.