pydata: Huiming's learning notes

Keep Looking, Don't Settle

Build Neural Network from Scratch

Use two examples to show how to build the neural network from scratch: define the activation function on each layer, define the lost function, and calculate the partial derivatives using chain rules.

tensorflow简介--07

这是以前看卷积神经网络做的笔记.我很喜欢另外一种学习方法:不是从理解什么是CNN开始,也不是去关注后面的数学公式,也不是怎么来用随机梯度下降的办法来最小化cross-entropy函数求解参数。而是直接用tensorflow来build一个简单的卷积神经网络,观察它是怎么工作的,最后的结果是什麽。理解了这些以后,然后在回过头来理解那些理论的部分和数学的部分。这篇blog的绝大部分内容都是来自于stanford的卷积神经网络课程的讲义。用中文整理出来,因为还是看中文快一些。

Download Bitcoin Price

Recently I read an article from zhihu. It talks about bitcoin arbitrage traiding with risk hedging. It reminds me the 'one upon a time' in full swing.