Show Menu
Cheatography

Data Science Cheat Sheet (DRAFT) by

Way To DataScience

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Python

''' Hello world'''
print doc string (detail about the function )
 

Activation Functions

Relu
Squash value (0-x)
leaky Relu
Squash Value (some slope-x)
Sigmoid
Squash Value (0-1)
tanh
Squash Value (-1-1)
*Vanishing Gradient Descent
Intensity on which node to activate*