Category: Blog
23 Feb, 2024
What is Community Detection in graphs?
The problem of community detection in graphs does not have a single, globally accepted definition;
Read More25 Aug, 2023
Custom Post Type Alternatives in WordPress
An alternative approach to using custom post types (CPT) in WordPress is to leverage custom
Read More20 Feb, 2023
Data Clustering by hybrid of K-Means and Genetic Algorithms with Python
Data clustering is a technique used in data science to group together similar data points
Read More20 Feb, 2023
How to connect database via WPDB class in WordPress
WordPress talk to database with an instantiated of WPDB class that $wpdb do it as
Read More