Confused between AI vs ML vs DL?
🧠 Artificial Intelligence (AI) What is AI? Artificial Intelligence (AI) is the broad concept of building machines that can think, reason, and act intelligently, similar to humans. AI systems may ...
🧠 Artificial Intelligence (AI) What is AI? Artificial Intelligence (AI) is the broad concept of building machines that can think, reason, and act intelligently, similar to humans. AI systems may ...
Pre-read blogs: Functional Programming in Java - What and Why? Functional Interface examples (Functional programming) Monads Let me take a very simple concept of doing 3 operations one after...
Before moving to examples, do read the blog Functional programming in Java - What and Why? to get more context on what is functional programming. There are few other ways apart from lambdas, that...
This blog aims to define what functional programming is and few very basic examples of the same. **Note: I will be posting another blog with in detail examples for functional programming in Java...