python

Home/Tag:python

Tensorflow for Deep Learning

By |2018-07-27T08:45:08-04:00July 26th, 2018|Categories: Note笔记|Tags: , |

3 or more Hidden Layer then you have a deep network Activation Function Hyperbolic Tangent: $$tanh(z)$$, where $$z = wx+b$$ cosh(x) = \frac{e^x + e^{-x}}{2} sinh(x) = \frac{e^x - e^{-x}}{2} tanh(x) = \frac{sinh(x)}{cosh(x)} The graph looks like this Rectified Linear Unit(ReLU): relatively simple function: max(0, z) Cost Function Quadratic Cost $$C = \sum(y-a)^2/n$$, where $$a$$ is [...]

几行代码清空微博

By |2018-07-26T18:42:25-04:00July 26th, 2018|Categories: Technique技术|Tags: , , |

本人最新希望重启微博,但是苦于之前转发了太多无营养的东西而微博不能够方便地一键删除,于是就从知乎上找到了Python的一个小程序,自己捣鼓捣鼓改改代码就OK了,大家需要改动的地方我已经标出来了,对号入座就可以。

This Is A Custom Widget

This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Its perfect for grabbing the attention of your viewers. Choose between 1, 2, 3 or 4 columns, set the background color, widget divider color, activate transparency, a top border or fully disable it on desktop and mobile.

This Is A Custom Widget

This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Its perfect for grabbing the attention of your viewers. Choose between 1, 2, 3 or 4 columns, set the background color, widget divider color, activate transparency, a top border or fully disable it on desktop and mobile.
Go to Top