Skip to content Skip to sidebar Skip to footer
Showing posts with the label Functional Programming

Python Alternative To Reduce()

There is a semi-famous article written by Guido himself hinting that reduce() should go the way of … Read more Python Alternative To Reduce()

How To Use A Callback Function In Python?

I wonder how to correctly use python 2.7 callback functions. I have some callback functions from Ch… Read more How To Use A Callback Function In Python?

Correct Use Of A Fold Or Reduce Function To Long-to-wide Data In Python Or Javascript?

Trying to learn to think like a functional programmer a little more---I'd like to transform a d… Read more Correct Use Of A Fold Or Reduce Function To Long-to-wide Data In Python Or Javascript?

Reverse List Using Map/reduce

I am learning concepts of functional programming and trying out problem exercises. An exercise, Re… Read more Reverse List Using Map/reduce

Where Does The Performance Boost Of Map Or List Comprehension Implementations Over Calling A Function Over A Loop Come From?

I understand that you could be more efficient with memory in the implementation of map than in how … Read more Where Does The Performance Boost Of Map Or List Comprehension Implementations Over Calling A Function Over A Loop Come From?

Keras' Sequential Vs Functional Api For Multi-task Learning Neural Network

I would like to design a neural network for a multi-task deep learning task. Within the Keras API w… Read more Keras' Sequential Vs Functional Api For Multi-task Learning Neural Network