Effective Java items mapped to Kotlin- Item 1 to 4This post provides a detailed classification of Effective Java items, focusing on how they translate — or don’t — into Kotlin. We’ll…Oct 7, 2024Oct 7, 2024
Create a Simple Neural Network from scratch:Let’s build a simple binary classifier using a neural network with backpropagation. The learning algorithm we’ll implement is known as…Mar 25, 2024Mar 25, 2024
Java Best Practice: ConcurrencyConcurrency is hard. Wherever possible, strive to rely on existing libraries rather than designing your own thread-safe solutions. Even if…Mar 12, 2024Mar 12, 2024