SKP's Algorithms and Data Structures #9: Java Problem: Monkeys in the Garden

This Article Series Focuses on Algorithms, Data Structures, or Applying them to Problem Solving. In this Article, We Discuss the Solution to [Monkeys in the ... Read all

How We Trained a Neural Network to Generate Shadows in Photos: Part 1

A step-by-step guide on how to train a generative adversarial network (GAN) to generate shadows in images. Read all

How to Translate a Language in Java

Leverage Deep Learning AI to translate text in ENG to FRA, FRA to ENG, ENG to DEU, DEU to ENG, ENG to RUS, or RUS to ENG. Read all

PySimpleGUI: Working With Multiple Windows

Making a GUI? Want to let users create multiple windows? Here's how to do it in Python with PySimpleGUI. Read all

Proper String Normalization for Comparison Purposes

A software developer and architect gives a tutorial on how to normalize different types of accents and ligatures as strings using the Java programming language. Read all

Managing Complex Java Workflows With Unify-flowret

Check out a high-level overview of unify-flowret, a lightweight, open-source Java orchestration engine Read all

Understanding the Fan-Out/Fan-In API Integration Pattern

The fan-out/fan-in API integration pattern is one of the most advanced. We unpack it here for you in a way that’s easy to understand. Read all

Data Distribution in Apache Ignite

Learn how data distribution in Apache Ingite works and how to set up a resilient system for failures and disasters. Read all

Machine Learning Made Easy: Text Recognition Using Kotlin, MVVM, and Huawei ML Kit

Anywhere repetitive manual reading is done, we can replace it with text recognition. Here’s how to do text recognition using the Hussein ML Kit. Read all

AOT Compilation Make Java More Power

In this article, I will introduce how we can use Java AOT compilation to eliminate the dead code in Java and therefore improve the performance dramatically. Read all

 

 

 

 

Top