+1 vote
in Machine Learning by
What are Lambda Functions in Python?

1 Answer

0 votes
by
Python, anonymous function is a function defined without a name. When normal functions are defined using a defined keyword, Python is defined as anonymous functions using the Lambda word. Therefore, anonymous functions are called Lambda functions.
...