Learn how to find the maximum in relational algebra.
Also find me here:
Baeldung Author
Milos Simic
I have graduated with a Ph.D in AI from the University of Belgrade. My fields of interest are machine learning, search algorithms, statistics, and data analysis. I have a strong background in programming and algorithms in general, always looking for new challenges.
Here's what I've written (so far):
Baeldung on Computer Science
- >All
- Math and Logic (23)
- Algorithms (17)
- Machine Learning (16)
- Sorting (12)
- Trees (10)
- Programming (8)
- Data Science (8)
- Graph Traversal (7)
- Searching (6)
- Graphs (5)
- Data Structures (5)
- Research (4)
- Deep Learning (4)
- Path Finding (3)
- Latex (3)
- Artificial Intelligence (3)
- OS (2)
- Security (1)
- Networking (1)
- Graph Theory (1)
Select Rows in Pandas Dataframes Based on a Column
Filed under Data Science
Learn how to filter a Pandas dataframe based on a single column.
Changing the Ticks on the x or y Axis in Matplotlib
Filed under Data Science
Explore four ways to control ticks and their labels in Matplotlib plots: manual methods, locators, formatters, and log scales for clearer, more informative plots.
How to Change the Size of a Figure in Matplotlib?
Filed under Data Science
Explore four ways to customize a Matplotlib figure’s size in width, height, and pixels.
Multiple Plots in the Same Figure in Matplolib
Filed under Data Science
Explore two ways to create figures with multiple subplots in Matplotlib: with a regular layout as rectangular grid and the mosaic layout where some subplots may span multiple rows or columns.
Is log(n!) of the Same Order as n log(n)?
Filed under Math and Logic
Explore the asymptotic properties of log n!
Understand Bootstrapping in Statistical Analysis
Filed under Math and Logic
Explore the ideas behind bootstrap in statistics and learn how to estimate the bias and compute confidence intervals.
Beta Distribution
Filed under Math and Logic
Explore the family of Beta distributions in statistics: the intuition, properties, and shapes of the density functions.
Stratified vs. Cluster Sampling in Statistics
Filed under Data Science
Learn about stratified and cluster sampling and their differences.
Baeldung on SQL
- >All
- SQL Queries (2)
- SQL Tables (1)
Counting Instances of Character in SQL Column
Filed under SQL Queries
Learn how to count a character in a column in MySQL, PostgreSQL, and SQL Server.
Recursive Queries in MySQL
Filed under SQL Queries
Learn how to write a recursive query in MySQL using a recursive common table expression.
How to Find the Engine for a Specific Table in MySQL?
Filed under SQL Tables
Learn how to find the storage engine used for a specific table or all tables in our MySQL database.