Explore the main idea behind logistic regression, and some of the available Java tools.
Also find me here:
Baeldung Author
Andrew Shcherbakov
I am a software developer with more than five years of experience in IT. I have a solid background in theoretical physics and I consider programming languages as a tool to solve the problems. Currently, I'm interested in creating web and Android applications using Java and Kotlin. Machine learning is another topic that interests me a lot.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- Spring MVC (2)
- Algorithms (2)
- DevOps (1)
Interface Driven Controllers in Spring
Filed under Spring MVC
Learn how to create controllers using Spring MVC request annotation on Java interfaces.
A Guide to the Folding Technique in Java
Filed under Algorithms, Java
Learn about the most popular hashing techniques, their pros, and cons.
Java Localization – Formatting Messages
Filed under Java
Learn how to localize and format the messages in Java language.
Anonymous Classes in Java
Filed under Java
Learn about Java anonymous classes.
Accessing Spring MVC Model Objects in JavaScript
Filed under Spring MVC
Learn how to access Spring MVC objects in JSP views that contain JavaScript code.
Monitoring Java Applications with Flight Recorder
Learn about the Java Flight Recorder which collects information about events in the JVM during the execution of a Java application
Baeldung on Kotlin
- All
- Kotlin Collections (1)
- Kotlin (1)
- Algorithms (1)
Kotlin Annotations
Filed under Kotlin
Learn about Kotlin annotations and their Java counterparts.
Implementing a Binary Tree in Kotlin
Filed under Algorithms, Kotlin Collections
Learn how to implement the basic operations for a binary tree using the Kotlin programming language.