Good with mathematical explaination of activation functions but I expected the implementation to be with Tensorflow and not with Numpy as the title said "Tensorflow Activation Functions".
You've learned how to use Tensorflow. You've learned the important functions, how to design and implement sequential and functional models, and have completed several test projects. What's next? It's time to take a deep dive into activation functions, the essential function of every node and layer of a neural network, deciding whether to fire or not to fire, and adding an element of non-linearity (in most cases).